<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Gutopro</title>
    <description>The latest articles on DEV Community by Gutopro (@gutopro).</description>
    <link>https://dev.to/gutopro</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1015830%2F01b8afca-b1b4-408b-b3d3-f52a66a818aa.jpg</url>
      <title>DEV Community: Gutopro</title>
      <link>https://dev.to/gutopro</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/gutopro"/>
    <language>en</language>
    <item>
      <title>Django developer for hire</title>
      <dc:creator>Gutopro</dc:creator>
      <pubDate>Thu, 26 Sep 2024 13:42:44 +0000</pubDate>
      <link>https://dev.to/gutopro/django-developer-for-hire-3fc7</link>
      <guid>https://dev.to/gutopro/django-developer-for-hire-3fc7</guid>
      <description>&lt;p&gt;Hi Guys, I'm Nicholas a software developer with 3 years of experience in building robust web applications, leveraging Python, JavaScript and Ruby to provide business solutions using up-to-date industry technologies such as Django, Nodejs, Nextjs, Reactstrap, Ruby on Rails, Git and Redis etc. I'm currently looking for fulltime opportunities to learn and develop my skills while also offering my unique abilities such as grit, teamwork, effective communication, followership and so on. I hope to meet and network with the best minds of our generation and leave the world a better place. If you have any opportunities that you think i might be a good fit for, feel free to reach me on &lt;a href="mailto:nickigber@gmail.com"&gt;nickigber@gmail.com&lt;/a&gt;&lt;/p&gt;

</description>
      <category>django</category>
      <category>python</category>
      <category>career</category>
      <category>softwareengineering</category>
    </item>
    <item>
      <title>Tech Pilgrimage: A Beginners Journey In The World Of Tech.</title>
      <dc:creator>Gutopro</dc:creator>
      <pubDate>Tue, 03 Oct 2023 05:37:31 +0000</pubDate>
      <link>https://dev.to/gutopro/tech-pilgrimage-a-beginners-journey-in-the-world-of-tech-bd7</link>
      <guid>https://dev.to/gutopro/tech-pilgrimage-a-beginners-journey-in-the-world-of-tech-bd7</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--OSeTKBDJ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/lm1rsfu6cmu5u042k6eh.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--OSeTKBDJ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/lm1rsfu6cmu5u042k6eh.jpg" alt="Image description" width="800" height="450"&gt;&lt;/a&gt;I want to learn Python; do you want to learn about Snakes?? A conversation between me and David. Everyone thinks programming is about fancy names like Python, JavaScript and Ruby, at least that’s what the outside world of “Everyday Ordinary People” my past self-included thought, however things changed when I was asked to research about Software Engineering, Data Science and UI/UX design. Coming from a non-tech background, it felt like career day all over again. From engineering to design, I decided to be Bob the Builder. I was going to build my dreams and software engineering was going to help me achieve that, more like the Robin to my Batman. My journey started like most tech pilgrims, at Harvard’s CS50, with Scratch as my first lingo… I still remember with nostalgia, my first “Hello world”; program, I was finally there, every programmer's dream.&lt;br&gt;
Congratulations you have been promoted to the rank of low-level programming, and I could hear the cheers and applause, when David Malan introduced the class to ‘C’, this was real computer gibberish, stuff I saw in the Matrix! “The aim of this class is not to compare yourself with your mates but rather with yourself, when you began”, those words have been lamps to my feet, noble words for a noble journey. A few weeks later, I dropped out of the class, however, little did I know my pilgrimage was only beginning. It’s been a wonderful journey, truly exciting. &lt;br&gt;
Join me as I take you on a rollercoaster of emotions, insights and best practices. I have unlocked in this Holy pilgrimage called Tech!!! &lt;/p&gt;

</description>
      <category>javascript</category>
      <category>beginners</category>
      <category>programming</category>
      <category>python</category>
    </item>
    <item>
      <title>Recieving 404 page not found and 400 bad request</title>
      <dc:creator>Gutopro</dc:creator>
      <pubDate>Sun, 01 Oct 2023 21:41:00 +0000</pubDate>
      <link>https://dev.to/gutopro/recieving-404-page-not-found-and-400-bad-request-1470</link>
      <guid>https://dev.to/gutopro/recieving-404-page-not-found-and-400-bad-request-1470</guid>
      <description>&lt;p&gt;Hello guys i'm Nicholas a software developer from Nigeria, who's new to react. I am trying to create and admin signup page for a react app with django as  backend. when i make a POST request i get these errors &lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3dch9v8e6zjmzy54ejv3.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3dch9v8e6zjmzy54ejv3.PNG" alt="Image description"&gt;&lt;/a&gt;. CORS has been enabled, when i test the api endpoints using Postman, it works but when i make the api call from my code it doesnt. here is the code snippet&lt;/p&gt;

&lt;p&gt;import React, { useState } from 'react';&lt;br&gt;
import axios from 'axios';&lt;/p&gt;

&lt;p&gt;const AdminSignup = () =&amp;gt; {&lt;br&gt;
    const [email, setEmail] = useState('');&lt;br&gt;
    const [password, setPassword] = useState('');&lt;br&gt;
    const [firstName, setFirstName] = useState('');&lt;br&gt;
    const [lastName, setLastName] = useState('');&lt;br&gt;
    const [phoneNumber, setPhoneNumber] = useState('');&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;const handleSubmit = async (event) =&amp;gt; {
    event.preventDefault();

    try {
        const response = await axios.post('http://127.0.0.1:8000/admins', {
            email,
            password,
            firstName,
            lastName,
            phoneNumber,
        });

        // Handle successful signup here
        console.log('Sign-up successful!', response.data);
    } catch (error) {
        console.error('There was an error!', error);
    }
};
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>react</category>
      <category>django</category>
      <category>help</category>
    </item>
    <item>
      <title>what i've learnt so far using Reactjs</title>
      <dc:creator>Gutopro</dc:creator>
      <pubDate>Mon, 01 May 2023 10:59:29 +0000</pubDate>
      <link>https://dev.to/gutopro/what-ive-learnt-so-far-using-reactjs-b70</link>
      <guid>https://dev.to/gutopro/what-ive-learnt-so-far-using-reactjs-b70</guid>
      <description>&lt;p&gt;I've been around webdev for a while now and I've learnt to approach each day as a newbie. First day using react and i was so astonished at how wonderful it was, from being stuck at the React default src web page to creating components and importing them into your App.js folder. it's marvelous I tell you!!! well I'm still learning; I haven't completed a website yet but I'm working on it plus this is my first post and I'm super excited!! P.S tell me what you think, thank you!!!&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--JhmfbZz5--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ex5wq7nytme2pohuu9yt.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--JhmfbZz5--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ex5wq7nytme2pohuu9yt.png" alt="Image description" width="800" height="456"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>react</category>
      <category>beginners</category>
    </item>
    <item>
      <title>goldminers find gold, Techies find?</title>
      <dc:creator>Gutopro</dc:creator>
      <pubDate>Fri, 27 Jan 2023 21:35:34 +0000</pubDate>
      <link>https://dev.to/gutopro/goldminers-find-gold-techies-find-8mb</link>
      <guid>https://dev.to/gutopro/goldminers-find-gold-techies-find-8mb</guid>
      <description>&lt;p&gt;what's the coolest thing you found out about programming? &lt;/p&gt;

</description>
      <category>programming</category>
      <category>python</category>
      <category>discuss</category>
      <category>help</category>
    </item>
    <item>
      <title>Python 101</title>
      <dc:creator>Gutopro</dc:creator>
      <pubDate>Fri, 27 Jan 2023 19:48:13 +0000</pubDate>
      <link>https://dev.to/gutopro/python-101-100d</link>
      <guid>https://dev.to/gutopro/python-101-100d</guid>
      <description>&lt;p&gt;Hey guys, I was doing a bit of pondering and came to a conclusion that I'd grind myself in python, and in order to that I need your help, so if you'd kindly leave a tip or clue on something you think I should know or wish you knew on your journey please feel free to drop it on your way. thank you and Hala Tech!!!&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>plugin</category>
      <category>development</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
