<?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: NuelDotDev</title>
    <description>The latest articles on DEV Community by NuelDotDev (@nueldotdev).</description>
    <link>https://dev.to/nueldotdev</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%2F886644%2Fe715ce4d-001e-451c-8814-324efc32b60d.jpg</url>
      <title>DEV Community: NuelDotDev</title>
      <link>https://dev.to/nueldotdev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nueldotdev"/>
    <language>en</language>
    <item>
      <title>Learn to program (The lazy way)😉</title>
      <dc:creator>NuelDotDev</dc:creator>
      <pubDate>Fri, 25 Oct 2024 20:18:17 +0000</pubDate>
      <link>https://dev.to/nueldotdev/learn-to-program-the-lazy-way-196b</link>
      <guid>https://dev.to/nueldotdev/learn-to-program-the-lazy-way-196b</guid>
      <description>&lt;p&gt;Coding can be hard, especially as a beginner, so many fields to get into, so many projects that could potentially be built but there's just you, trying to find your way through all the noise the best way you can... Or rather—The best way you think. Let's face it—learning to code sounds like hard work. It can be downright intimidating and overwhelming but there's a better much more simple and lazier way to approach coding.&lt;/p&gt;

&lt;p&gt;Not the kind of lazy that involves doing nothing, but the smart kind. The type of laziness where you learn just what you need and automate as much as possible. As Bill Gates once famously said,&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;I will always choose a lazy person to do a difficult job because a lazy person will find an easy way to do it.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The above words perfectly encapsulates the work or mindset of the current programmer/developer, building software in today's world is about finding easier ways to do things, so why don't you find an easier way to learn? (Spoiler Alert: There's no easy way) Here are some things you might want to employ to make yourself a better learner and developer&lt;/p&gt;

&lt;h2&gt;
  
  
  1. Do Your Research
&lt;/h2&gt;

&lt;p&gt;Many people make the mistake of getting into whatever's trending, myself I started with python cause 4 years ago that was all the rave, but these days I find myself working more with JavaScript. It's nice to stay up-to-date with things but also work on what feels best for you  (Received this from a mentor I met at a tech conference)&lt;/p&gt;

&lt;h2&gt;
  
  
  2. No Need to Reinvent the Wheel
&lt;/h2&gt;

&lt;p&gt;With multiple tools and libraries out there, there's no need to &lt;em&gt;reinvent the wheel&lt;/em&gt;, take advantage of tools like Google or Stack Overflow, even most recent, ChatGPT and the likes. It's not about memorizing solutions, it's about finding them when they're needed.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. The Pareto Principle (80/20 Rule)
&lt;/h2&gt;

&lt;p&gt;According to Wikipedia, &lt;a href="https://en.wikipedia.org/wiki/Pareto_principle" rel="noopener noreferrer"&gt;The Pareto Principle&lt;/a&gt; states that; &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;For many outcomes, roughly 80% of consequences come from 20% of causes (the "vital few"). &lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;How does this relate to programming? Well, it comes down to understanding &lt;strong&gt;foundation&lt;/strong&gt;. Take for example; functions, loops, statements, variables, etc. These are all basic to most if not all programming languages out there, once you understand the basics, the issue goes from &lt;em&gt;“learning a language”&lt;/em&gt; to &lt;em&gt;“using a language”&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Languages are not the solution, they're an expression of it.&lt;/p&gt;

&lt;h2&gt;
  
  
  4. Break It DOWN!
&lt;/h2&gt;

&lt;p&gt;This cannot be stressed enough, and personally—it gets on my nerves when I see people trying to fix problems without thinking through the steps (I do this all the time😂)&lt;/p&gt;

&lt;p&gt;When trying to build a page, first consider the contents, this will lead to thinking of how to build the contents, and soon after, the entire page will come to life. Instead of “build a website,” break it down into “create a header,” “add an image,” etc. Progress in tiny steps feels less like work, and you get results faster.&lt;/p&gt;

&lt;h2&gt;
  
  
  5. Build Projects
&lt;/h2&gt;

&lt;p&gt;Building projects might seem like a no-brainer for anyone who's learning to code, but as a survivor of tutorial hell, it's not that simple.&lt;/p&gt;

&lt;p&gt;I always meet people buying courses, asking for course recommendations watching tutorials for days and yet somehow do not always seem to make progress. Now I will admit that as someone who spent my time learning code from YouTube and the marvelous creation we call the Internet, I've never understood why people spend so much money buying this or that.&lt;/p&gt;

&lt;p&gt;The easiest way is to build as many projects as you can on your own, best part is, they don't need to make sense, and they don't need to be complete, you'd be surprised at the amount of side projects experienced devs have just laying around from their learning days that will never know what it's like to be deployed. &lt;/p&gt;

&lt;p&gt;Now don't get me wrong, YouTube accounts like &lt;a href="https://www.youtube.com/@TraversyMedia" rel="noopener noreferrer"&gt;Traversy Media&lt;/a&gt;, &lt;a href="https://www.youtube.com/@TechWithTim" rel="noopener noreferrer"&gt;TechWithTim&lt;/a&gt;, &lt;a href="https://www.youtube.com/@DennisIvy" rel="noopener noreferrer"&gt;Dennis Ivy&lt;/a&gt; and a host of others played such a vital role in my learning, but staying with tutorials only made me dependent on them, I got over it by building with a tutorial and then rebuilding alone from scratch but you can always find your own model.&lt;/p&gt;

&lt;h2&gt;
  
  
  6. Cheating Helps!
&lt;/h2&gt;

&lt;p&gt;&lt;code&gt;It's not about memorizing solutions, it's about finding them when they're needed.&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Remember this line from number 2? Let me expand on it.&lt;/p&gt;

&lt;p&gt;This could come in different forms.&lt;/p&gt;

&lt;p&gt;Whether it's putting things in notes, or bookmarking websites containing resources that could be used. At the end of the day, making them accessible is the most important, for me it was building a notes app just so I can save ideas and stuff, then there's notion templates, and some of my friends even use Google Keeps, writing can help you a lot when it comes to thinking as a developer but also in finding solutions too.&lt;/p&gt;

&lt;p&gt;Then there's &lt;code&gt;Ctrl C + Ctrl V&lt;/code&gt;:&lt;br&gt;
I cannot count the amount of times I've needed to build something in some specific way and the host of side projects I built in the past come to the rescue, whether it's playing with a database or doing something different with authentication, a lot of the time, you end up repeating code in various projects, and this is where having a boatload of side projects can help, it shortens the time and gets the job done.&lt;/p&gt;

&lt;p&gt;There's also reading documentation and just asking AI for help, this makes your work faster and easier.&lt;/p&gt;

&lt;h2&gt;
  
  
  Bonus Point!
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Read your errors!
&lt;/h2&gt;

&lt;p&gt;You'd be surprised at just how easy it is to fix that bug or issue you've been facing, I certainly didn't know I could solve it by reading my errors but apparently we are in a generation of technology where our technology can help us become better developers, so the errors are important...&lt;/p&gt;

&lt;p&gt;This is a no-brainer for people with experience but for those who are still finding their feet, it's a habit they'd have to get into.&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion: Laziness Is About Working Smarter, Not Harder
&lt;/h2&gt;

&lt;p&gt;All-in-all, the idea of “lazy” programming isn't about being lazy in a negative sense, it's about aiming for efficiency and leveraging the existing tools to get the job done the best way possible. &lt;br&gt;
Learning to code the “lazy” way is all about taking some strategic shortcuts, humor, and persistence.&lt;/p&gt;




&lt;h3&gt;
  
  
  Let's connect 💙
&lt;/h3&gt;

&lt;p&gt;You can follow me on &lt;a href="https://x.com/nueldotdev" rel="noopener noreferrer"&gt;X&lt;/a&gt;, &lt;a href="https://www.instagram.com/nuel.dev" rel="noopener noreferrer"&gt;Instagram&lt;/a&gt; &amp;amp; &lt;a href="https://github.com/nueldotdev" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>tutorial</category>
      <category>programming</category>
      <category>learning</category>
    </item>
    <item>
      <title>Code, Commit, Deploy: My First Django Deployment</title>
      <dc:creator>NuelDotDev</dc:creator>
      <pubDate>Tue, 12 Dec 2023 01:27:56 +0000</pubDate>
      <link>https://dev.to/nueldotdev/code-commit-deploy-my-first-django-deployment-359b</link>
      <guid>https://dev.to/nueldotdev/code-commit-deploy-my-first-django-deployment-359b</guid>
      <description>&lt;p&gt;Hey &lt;em&gt;dev.to&lt;/em&gt;,&lt;/p&gt;

&lt;p&gt;Since my last post in which I covered my starting as a backend developer with Django &lt;/p&gt;
&lt;div class="ltag__link"&gt;
  &lt;a href="/nueldotdev" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F886644%2Fe715ce4d-001e-451c-8814-324efc32b60d.jpg" alt="nueldotdev"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/nueldotdev/starting-django-as-a-beginner-4efm" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;Starting Django as a Beginner&lt;/h2&gt;
      &lt;h3&gt;NuelDotDev ・ Jul 7 '22&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#beginners&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#python&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#django&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#webdev&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;
 I can say I have accomplished a few things. I have solidified myself in Django, I am more comfortable with languages, built multiple personal projects and most recently, explored the world of mobile development with React Native.

&lt;p&gt;But the most worthy feat, is the one in the title. &lt;/p&gt;

&lt;h2&gt;
  
  
  In The Beninging
&lt;/h2&gt;

&lt;p&gt;(not a typo btw😆)&lt;/p&gt;

&lt;p&gt;It was mid 2023, I was desperate to learn something new, I looked at my options, trying to figure out what would be the best step forward, AI but it didn't feel right, other frameworks like; Reflex (Pynecone), Streamlit (Which I used while playing with ChatGPT prompts) and a bunch other stuff.&lt;/p&gt;

&lt;p&gt;But there was an itch that wasn't being scratched, it was my need to see things placed properly and working as they should, and so I settled on React... I had touched it once or twice in the past but I believe I had a better understanding now.&lt;/p&gt;

&lt;p&gt;I was wrong.&lt;br&gt;
&lt;a href="https://i.giphy.com/media/L20mbc7yRfsly/giphy.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://i.giphy.com/media/L20mbc7yRfsly/giphy.gif" width="625" height="469"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The issue was simple, I had little to not-so-competent knowledge of JavaScript, so thinking back now... &lt;br&gt;
&lt;a href="https://i.giphy.com/media/Sttv5WXZxz59IDXtTt/giphy.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://i.giphy.com/media/Sttv5WXZxz59IDXtTt/giphy.gif" width="500" height="281"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I had to re-evaluate my plan, React had me questioning my life choices more than a multiple-choice test with no correct answers.&lt;br&gt;
I just couldn't get it!&lt;br&gt;
My method was simple, build an entire working project with vanilla JS, none of the fancy, just learn the dang language.&lt;/p&gt;

&lt;p&gt;So I embarked on the journey you are hopefully still reading on.&lt;br&gt;
It took me sometime to get things sorted, and just like all of us, &lt;strong&gt;I HAD ISSUES&lt;/strong&gt;. From figuring out what to do, to finding a method of implementation, to surprisingly the least stressful part- &lt;em&gt;&lt;u&gt;The Deploy&lt;/u&gt;&lt;/em&gt;.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;I will cover that in a minute, but let's talk about the project first.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  The Project
&lt;/h2&gt;

&lt;p&gt;Multiple projects came to mind, as it was not my first attempt at building something with JavaScript solely on the frontend, I already had somewhat of something feasible. A quotes web application called "&lt;em&gt;&lt;u&gt;Quotiva&lt;/u&gt;&lt;/em&gt;". It's a passion project I started with the mindset of deploying and completing, but circumstances at the time didn't let that come to fruition (I'd like to add that I plan on returning to work on it, we'll see how that goes).&lt;/p&gt;

&lt;p&gt;So here I was months later, without any zeal of trying something new, I open up my wallet and I've got no cash... In that moment, it hit me, every impulse purchase I made within the last week, had accumulated to running me dry, yes I still live with my family, but I do desire the ever attractive and beautiful &lt;em&gt;&lt;u&gt;Financial Independence&lt;/u&gt;&lt;/em&gt;. Then I thought to myself, "Let me build an expense tracker, it'll help me personally so why not?"&lt;/p&gt;

&lt;p&gt;Those words, coupled with my guilt of getting myself broke, sparked something in me, and within a week and some days (this consisted of drawing out a plan, finding a design and stuff) I had built a functioning expense tracker --&amp;gt; &lt;a href="https://spendwise.pythonanywhere.com/" rel="noopener noreferrer"&gt;SpendWise&lt;/a&gt;, code wasn't perfect, it had a lot of repetition (I broke DRY, I'm deeply sorry), the functionality was not as good as my sleepy eyes thought, but I somehow convinced myself to believe the words, "This is fine."&lt;/p&gt;

&lt;p&gt;&lt;a href="https://i.giphy.com/media/NTur7XlVDUdqM/giphy.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://i.giphy.com/media/NTur7XlVDUdqM/giphy.gif" width="480" height="270"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The Deploy
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;Yay! You made it this far. Let's not stop here, PLEASE?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  Emotion
&lt;/h3&gt;

&lt;p&gt;It was night, if I can recall correctly, it was probably around 1 towards 2AM. I felt happy, overjoyed, a sense of achievement equal only to what I felt when I wrote my first line of code, it was exhilarating, it was... &lt;/p&gt;

&lt;p&gt;[&lt;em&gt;Okay see here's the thing, I have searched for the past 10 minutes for a word that accurately describes the feeling, but anyone who's felt it, knows it, this is the best word I could find... I don't think it really captures it, cause I don't think there's even a word, but, Let us advance forthwith,  gracefully continuing on this journey, unwavering in our resolve.&lt;/em&gt;]&lt;/p&gt;

&lt;p&gt;It truly was... &lt;em&gt;EUPHORIC&lt;/em&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Online and Running
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://pythonanywhere.com/" rel="noopener noreferrer"&gt;Python Anywhere&lt;/a&gt; was the easiest to get started with, almost 6AM at this point, and I thought, "Why not just deploy it?"&lt;br&gt;
I don't remember it being hard, I followed some tutorials on YouTube, but looking back, it kind of was, I did get it up and running that night in maybe an hour or so, that could probably be because I was Cloud 9 high.&lt;/p&gt;

&lt;p&gt;Over time, I have worked on the code, added more to the UI, changed a bit of the workflow and the project and even recently pitched the mobile app to my mind (Still waiting for feedback).&lt;br&gt;
All-in-all, it was a process that I will definitely never forget, and it has helped my confidence as a developer, and it's all happening cause I realized...&lt;/p&gt;

&lt;p&gt;&lt;a href="https://i.giphy.com/media/TKvHkcnbtGgKxQwlqu/giphy.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://i.giphy.com/media/TKvHkcnbtGgKxQwlqu/giphy.gif" width="480" height="276"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;Having a project online and hosted especially as someone trying to gather experience is exciting but also a bit scary. On one hand you've got something that says, "Yeah, I made that," but there's also that feeling of, "Is this really good enough?"&lt;/p&gt;

&lt;p&gt;In my experience (I do not have a lot), it's to &lt;em&gt;&lt;u&gt;JUST DO IT.&lt;/u&gt;&lt;/em&gt; what's the worst that could happen?&lt;br&gt;
I often bring it up when I attend a tech event or conference here and there and the reception I receive is overwhelmingly positive.&lt;/p&gt;

&lt;p&gt;From a personal perspective, it's not great, but I believe few years down the line, I may come to see it as a watershed moment in my career (hopefully tech works out 🤞) thanks to this project, I've gained an ability to maintain a codebase, I am not perfect, but now I know what I am doing and how I should be doing it in a way that isn't to different from the original code I am working with, cause of this I began writing &lt;code&gt;.md&lt;/code&gt; to record changes I have made along the way as I realized I kept forgetting what I had updated or deleted, this would lead to commit messages like this:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.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%2Fh87ux6ji6z5en9p1wzbi.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.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%2Fh87ux6ji6z5en9p1wzbi.png" alt="Commit message for changes I couldn't remember" width="664" height="75"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;With all that said, I guess all this does is point out why it's important to just build, and deploy if you can, for a backend dev like me, it's more than just what it looks like cause I have to make it function, so in those terms, I am one step closer to being a fullstack dev? Maybe😅&lt;/p&gt;

&lt;p&gt;&lt;a href="https://i.giphy.com/media/KEYEpIngcmXlHetDqz/giphy.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://i.giphy.com/media/KEYEpIngcmXlHetDqz/giphy.gif" width="480" height="284"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Alas, if you have followed this all the way here, then &lt;strong&gt;&lt;em&gt;&lt;u&gt;THANK YOU&lt;/u&gt;&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
I might be writing a lot more, maybe about React Native, so who knows😄&lt;br&gt;
Hope I didn't bore you to death, but then if I did, you wouldn't be reading this right now... YAY Written media I guess [looked it up, it's Blog media? Cause apparently &lt;a href="https://creativeedgemediagroup.com/blogging-vs-social-media-whats-the-difference-and-why-blogging-is-beneficial/#:~:text=Blogs%20are%20a%20relatively%20new,businesses%20with%20their%20marketing%20strategy." rel="noopener noreferrer"&gt;&lt;em&gt;Blogging&lt;/em&gt; is a type of media&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;SEE YA LATER READER!!👋&lt;/p&gt;

</description>
      <category>python</category>
      <category>django</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Starting Django as a Beginner</title>
      <dc:creator>NuelDotDev</dc:creator>
      <pubDate>Thu, 07 Jul 2022 00:43:46 +0000</pubDate>
      <link>https://dev.to/nueldotdev/starting-django-as-a-beginner-4efm</link>
      <guid>https://dev.to/nueldotdev/starting-django-as-a-beginner-4efm</guid>
      <description>&lt;h2&gt;
  
  
  Hi, I'm Nuel and thanks for clicking.
&lt;/h2&gt;

&lt;p&gt;Before I get into it, I'd like to clarify some things...&lt;/p&gt;

&lt;p&gt;I'm a seventeen year old in his little corner of the world and this is the first time I'm taking web development serious, but, more on that later...&lt;br&gt;
Unlike many writers here, I am inexperienced and relatively new to this world of programs and code but as I've recently learnt, &lt;strong&gt;all that matters is your level of motivation&lt;/strong&gt;(&lt;em&gt;especially in this industry&lt;/em&gt;).&lt;br&gt;
So I've decided to document my progress here on &lt;a href="//dev.to"&gt;dev.to&lt;/a&gt;, and I'm starting with, as the title suggests: &lt;strong&gt;Django&lt;/strong&gt;. So without further ado, I begin.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I Picked Django
&lt;/h2&gt;

&lt;p&gt;Honestly speaking... I don't know, I did a bunch of research and figured if I was going to take the step and start my career, I should probably start it with something I'm familiar with.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Quick Backstory&lt;/strong&gt;: I started coding with HTML and a few days after, I got into CSS, later did a bunch of JavaScript(but that didn't sit well in-between my ears) I forgot about webdev completely and started chasing a different dream: Software. Python looked cool, so I hoped on it's train, I've been on and off with python for a year now, but I'm very comfortable with it, and that brings me to &lt;strong&gt;Today.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;After a thousand google searches and many self-targeted questions, I realized I could keep pushing towards a software development career but at least I should start something first(cause the first step's important right?) though it wasn't planned, my knowledge of HTML, CSS and a bit of JavaScript left me with no other option but to go back to webdev, so that's what I did.&lt;/p&gt;

&lt;p&gt;I decided to start working on backend and &lt;em&gt;Guess what!?&lt;/em&gt;&lt;br&gt;
Lucky me, python works backend. Did a few google searches and found the best frameworks to be Flask and Django.&lt;/p&gt;

&lt;p&gt;While Flask is a very popular framework, Django seemed like it suited me best, and of course as a beginner I had my doubts, but being that I'm pretty comfortable with python and that Django seemed more popular than Flask, I decided to use it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; &lt;em&gt;This could also be due to the fact that the Django website made an impression a year ago when I accidentally visited it and didn't even know frameworks existed but we'll just act like that never happened, okay?&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Installing Django
&lt;/h2&gt;

&lt;p&gt;Installing Django would be as easy as '&lt;em&gt;ABC&lt;/em&gt;' given that you follow the instructions on the Django website correctly, if you're like me who misses a line or two every now and then, it's going to be &lt;strong&gt;HELL.&lt;/strong&gt;&lt;br&gt;
I literally ended up downloading a beta version of Django, had to uninstall and then install the most recent released version just to find out that nothing really changed, &lt;em&gt;phew!&lt;/em&gt; I'm so glad I set it up successfully though, but, let's move on.&lt;/p&gt;

&lt;h2&gt;
  
  
  Learning Django
&lt;/h2&gt;

&lt;p&gt;So Django's finally been installed and I'm one step closer to achieving my goal right? Sadly, no. I'm going to have to learn it now, but I don't think it's going to be that hard, I mean there's literally tutorial pages on the site that walks you through creating projects with it(given you follow the instructions properly of course) but remember when I said I don't do that well? Yeah, I did it again and every now and then I've got these errors that shouldn't even be happening. Either way I like to see it as a learning curve and who knows? Maybe it'll all work out... maybe&lt;/p&gt;

&lt;p&gt;Thank You for taking the time to read, it's my first post here and I wrote it with the idea that most who read it would be new and to try my hand at writing, anyways, thanks for reading and I'd probably be posting more about my journey. Once again...&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;I'm Nuel and thanks for clicking!&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>python</category>
      <category>django</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
