<?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: ayush</title>
    <description>The latest articles on DEV Community by ayush (@ayush-logs).</description>
    <link>https://dev.to/ayush-logs</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%2F3462022%2Fb4812d28-126a-4c5f-92f9-1fc44792cacc.jpeg</url>
      <title>DEV Community: ayush</title>
      <link>https://dev.to/ayush-logs</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ayush-logs"/>
    <language>en</language>
    <item>
      <title>AI is making me weaker, mentally...</title>
      <dc:creator>ayush</dc:creator>
      <pubDate>Mon, 23 Mar 2026 06:24:24 +0000</pubDate>
      <link>https://dev.to/ayush-logs/ai-is-making-me-weaker-mentally-3j2e</link>
      <guid>https://dev.to/ayush-logs/ai-is-making-me-weaker-mentally-3j2e</guid>
      <description>&lt;p&gt;Today, I tried learning about OAuth 2 and multi-tenant architecture. Usually I will use an LLM for it, but for some reason I thought, why not try doing it the old-school way: reading articles, documentation, and Stack Overflow.&lt;/p&gt;

&lt;p&gt;I couldn't. I simply couldn't read a 2-page article in one sitting. I couldn't focus, make sense of what's written, decode complex terms and diagrams, and gave up when I couldn't make sense of what I was reading for 10 minutes.&lt;/p&gt;

&lt;p&gt;I gave up midway, switched to watching YouTube, and wasted hours. I keep a technical journal and tried articulating what's happening. Here is a raw snippet from it:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Test This:
Try to implement caching WITHOUT AI:
Can you? → Probably yes (after struggling 6 hours)
With AI? → Yes (after struggling 1 hour)
Difference: TIME, not ABILITY. 

About this part specifically, the issue is not with learning ability or time tradeoff per say, but rather endurance. When I use AI, I get answers in one place, I don't have to read tehnical articles, search multiple places etc. It becomes comparitvely easier and my mind doesn't get used to this feeling of feeling like an idiot, this uncomfortable creepy feeling of not understanding something, spending hours trying to understand something. 
I believe these situations build mental resistance and endurance, you force yourself to sit down stuff even if it feels hard and uncomfortable because it is the only way, you have to dissect internally complex topics, force yourself to piece information together and just get comfortable with the process. 

Imagine me in 2 years, if I were to continue with the same trajectory, my mind will never get used to this creepy and uncomfortable feeling of not understading stuff, piecing stuff together, dissecting it and just not having stuff served on a plate in general. 

As a junior, you may I am weaking my mental resistance and endurance. 
&amp;gt; Backend problems are DEEPER (you like this)
you said this with aligns perfectly with my point.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;I fear continuing this path will make me hit the ceiling real fast. I remember before LLM, I had little to no choice but be uncomfortable and continue. I have stopped doing it altogether.&lt;/p&gt;

&lt;p&gt;I would also like to point out that all the YouTube videos and guides are not pointing out this issue. Experienced developers already have that tolerance from years of grinding, but us freshers are in for a rude awakening and potential burnout if this continues.&lt;/p&gt;

&lt;p&gt;Now, please advise what I can realistically do?&lt;/p&gt;

&lt;p&gt;On one hand, I do need my first internship, and not using AI is making me feel like I would be left behind, but on the other I don't want to half-ass what I like. &lt;/p&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>beginners</category>
      <category>career</category>
    </item>
    <item>
      <title>Deployment Made me Realize why TTD is a thing....</title>
      <dc:creator>ayush</dc:creator>
      <pubDate>Sun, 08 Mar 2026 13:16:25 +0000</pubDate>
      <link>https://dev.to/ayush-logs/deployment-made-me-realize-why-ttd-is-a-thing-k87</link>
      <guid>https://dev.to/ayush-logs/deployment-made-me-realize-why-ttd-is-a-thing-k87</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Not a technical post, rather a section from my journal.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  A Snippet from my technical journal
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;08/03/2026 18:31&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Am in the process of deploying the 2nd iteration of my project and am now understanding why &lt;strong&gt;test driven development&lt;/strong&gt; is a thing, per my limited experience.&lt;/p&gt;

&lt;p&gt;When your project reaches deployment stage or rather you rush to it, you add a whole new set of issues to the process. So if you program is buggy in the first, it becomes (way not harder or complex, per say), but rather cumbersome and tiring. &lt;/p&gt;

&lt;p&gt;You are battling on 2 fronts now, the deployment and the program itself. &lt;/p&gt;




&lt;p&gt;Kept it raw for reasons. &lt;/p&gt;

&lt;p&gt;Also, I have a few questions. &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;I will start writing test cases for my new projects and upcoming iterations, so how do decide what test cases to write and when to stop? &lt;/li&gt;
&lt;li&gt;I have FOMO and Imposter Syndrome, so is render the right choice for deployment? Goal is to a paid internship. &lt;/li&gt;
&lt;li&gt;Do you have a system or flow in place for Django projects to be deployed eventually specifically? Systems do help me immensely. &lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>webdev</category>
      <category>django</category>
      <category>drf</category>
      <category>automation</category>
    </item>
    <item>
      <title>Created my first passion project.</title>
      <dc:creator>ayush</dc:creator>
      <pubDate>Tue, 03 Mar 2026 15:49:21 +0000</pubDate>
      <link>https://dev.to/ayush-logs/created-my-first-passion-project-3n77</link>
      <guid>https://dev.to/ayush-logs/created-my-first-passion-project-3n77</guid>
      <description>&lt;h2&gt;
  
  
  Context
&lt;/h2&gt;

&lt;p&gt;My passion for engineering, in general, was dying. Part of what coding fun for me was dying.&lt;/p&gt;

&lt;p&gt;I didn't want to lose that part of me. So this project serves as the first small step towards it.&lt;/p&gt;

&lt;p&gt;With my passion projects (I have a list of it), I plan on not worrying about &lt;strong&gt;interviews&lt;/strong&gt;, &lt;strong&gt;over-engineering&lt;/strong&gt; or &lt;strong&gt;imposter syndrome&lt;/strong&gt; in general. Just building what I like, the way I like.&lt;/p&gt;




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

&lt;p&gt;It's a web extension aiming to improve dev.to reading experience by hiding distracting UI elements and adding a custom read aloud feature.&lt;/p&gt;

&lt;p&gt;The first iteration simply adds an alert when accessing the site.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;alert("Hello world from Dev.to Extension")
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;For this project, I plan on: &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;working in iterations. &lt;/li&gt;
&lt;li&gt;learn as I need.&lt;/li&gt;
&lt;li&gt;limit time spent (1 hour daily). &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I still to learn JavaScript Basics, DOM Manipulation etc, so this is it for the day. &lt;/p&gt;

&lt;p&gt;Check the github repo &lt;strong&gt;&lt;a href="https://github.com/ayush-logs/dev.to-extension"&gt;by clicking here.&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Sample Image
&lt;/h2&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%2Fowtausyec78fum33lo3x.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%2Fowtausyec78fum33lo3x.png" alt="Working image of extension" width="800" height="433"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>sideprojects</category>
      <category>learning</category>
    </item>
    <item>
      <title>First Django Deployment on Render...</title>
      <dc:creator>ayush</dc:creator>
      <pubDate>Tue, 03 Mar 2026 07:02:32 +0000</pubDate>
      <link>https://dev.to/ayush-logs/first-django-deployment-on-render-24bk</link>
      <guid>https://dev.to/ayush-logs/first-django-deployment-on-render-24bk</guid>
      <description>&lt;h3&gt;
  
  
  Purposefully Deploying Faulty Code (FAFO Time)
&lt;/h3&gt;

&lt;p&gt;Just deployed the iteration of ecom-backend project. I kept it faulty purposefully by: &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Keeping &lt;code&gt;ALLOWED_HOSTS = []&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Using SQLite, not PostgreSQL. &lt;/li&gt;
&lt;li&gt;Keeping &lt;code&gt;DEBUG = True&lt;/code&gt;. &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Apart from the first one, none of them will break my code (I hope). I have seen people cry a river over deployment, so I will see what it is about. &lt;/p&gt;




&lt;h3&gt;
  
  
  First Error I Got
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight python"&gt;&lt;code&gt;&lt;span class="nb"&gt;ModuleNotFoundError&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="n"&gt;No&lt;/span&gt; &lt;span class="n"&gt;module&lt;/span&gt; &lt;span class="n"&gt;named&lt;/span&gt; &lt;span class="sh"&gt;'&lt;/span&gt;&lt;span class="s"&gt;app&lt;/span&gt;&lt;span class="sh"&gt;'&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;No idea what this is about, but will see after the mid-day nap.&lt;/p&gt;




&lt;h3&gt;
  
  
  What I Realized via Deployment
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;I must learn about &lt;strong&gt;&lt;u&gt;Computer Networking&lt;/u&gt;&lt;/strong&gt; Basics. I have been delaying it for a while (college professors do play a role in this)&lt;/li&gt;
&lt;li&gt;In engineering, once you get out of tutorial hell, things get messy real fast. &lt;/li&gt;
&lt;li&gt;I must fix my perfecionist mindset. I am still in my school/college mindset that screams: &lt;/li&gt;
&lt;/ol&gt;

&lt;blockquote&gt;
&lt;p&gt;If you don't understand and remember a concept deeply, you fail.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h3&gt;
  
  
  Small Note
&lt;/h3&gt;

&lt;p&gt;I, most likely, will post here multiple times a day, I set a 10-15 minute timer to journal stuff and not spiral. So, I planned on sharing it here and to maybe help others or get some feedback. &lt;/p&gt;

&lt;p&gt;So you can expect, multiple post by me here, everyday ;) &lt;/p&gt;

</description>
      <category>django</category>
      <category>render</category>
    </item>
  </channel>
</rss>
