<?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: IamAdhitya</title>
    <description>The latest articles on DEV Community by IamAdhitya (@iamadhitya).</description>
    <link>https://dev.to/iamadhitya</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%2F3679414%2Fd7430a34-ea9f-4372-ae53-41d41fbe250d.png</url>
      <title>DEV Community: IamAdhitya</title>
      <link>https://dev.to/iamadhitya</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/iamadhitya"/>
    <language>en</language>
    <item>
      <title>The Shadow Syllabus: How I stopped relying on my college degree (Case Study</title>
      <dc:creator>IamAdhitya</dc:creator>
      <pubDate>Thu, 08 Jan 2026 15:45:26 +0000</pubDate>
      <link>https://dev.to/iamadhitya/the-shadow-syllabus-how-i-stopped-relying-on-my-college-degree-case-study-1pbc</link>
      <guid>https://dev.to/iamadhitya/the-shadow-syllabus-how-i-stopped-relying-on-my-college-degree-case-study-1pbc</guid>
      <description>&lt;p&gt;The Double Life of an Engineering Student...&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%2F38002y57o6hby7kq6tsj.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%2F38002y57o6hby7kq6tsj.png" alt="Rewrite Labs Workstation - Building in the Dark" width="800" height="436"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The syllabus ends at 5:00 PM. My real education starts at 8:00 PM.&lt;/p&gt;

&lt;p&gt;I am currently a full-time engineering student. &lt;br&gt;
I attend the lectures.&lt;br&gt;
I respect the degree. &lt;br&gt;
But I stopped expecting the university to teach me everything.&lt;/p&gt;

&lt;p&gt;In my manual, The Rewrite, I analyze a case study named "Zahir" (Chapter 5). &lt;/p&gt;

&lt;p&gt;He realized early on that a degree gives you safety, but self-education gives you leverage. &lt;/p&gt;

&lt;p&gt;He didn't quit college. &lt;/p&gt;

&lt;p&gt;He just added a second shift.&lt;br&gt;
Day Shift: Thermodynamics, Assignments, Attendance. (The Script).&lt;br&gt;
Night Shift: Psychology, Systems Engineering, Building Products. (The Rewrite).&lt;/p&gt;

&lt;p&gt;I am living this "Double Life" right now. When I look around the classroom, I see many students waiting to be spoon-fed skills that will get them a job. But the market doesn't pay for what you were taught. &lt;/p&gt;

&lt;p&gt;It pays for what you built while no one was watching.&lt;/p&gt;

&lt;p&gt;If you feel like the curriculum is too slow for your ambition, don't blame the college. Build your own Shadow Syllabus.&lt;/p&gt;

&lt;p&gt;Read Chapter 5 in "The Rewrite" (v1.0) here in our website - &lt;a href="https://rewrite-labs.netlify.app/" rel="noopener noreferrer"&gt;https://rewrite-labs.netlify.app/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>career</category>
      <category>productivity</category>
      <category>beginners</category>
      <category>discuss</category>
    </item>
    <item>
      <title>The Syntax Trap: Why 2026 Belongs to Architects, Not Typists</title>
      <dc:creator>IamAdhitya</dc:creator>
      <pubDate>Fri, 26 Dec 2025 09:54:11 +0000</pubDate>
      <link>https://dev.to/iamadhitya/the-syntax-trap-why-2026-belongs-to-architects-not-typists-203m</link>
      <guid>https://dev.to/iamadhitya/the-syntax-trap-why-2026-belongs-to-architects-not-typists-203m</guid>
      <description>&lt;p&gt;&lt;strong&gt;Welcome to the first edition of Code &amp;amp; Context. Every week, I break down the intersection of Engineering, AI, and Human Psychology.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If you walk into any Computer Science lab in India right now, you will see the same thing: Students furiously memorizing syntax.&lt;/p&gt;

&lt;p&gt;They are memorizing matplotlib libraries. They are stressing over missing semicolons in C++. They are treating coding like a vocabulary test.&lt;/p&gt;

&lt;p&gt;As a CS student myself, I understand the pressure. But as someone who has spent the last year analyzing the AI landscape (and recently being recognized as a Top AI Creator for it), I have a hard truth to share:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;In 2026, Syntax will be the cheapest commodity on the market.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;We are entering a new era of software development. If your primary skill is "I know how to write a for loop without looking at documentation," you are in trouble.&lt;/p&gt;

&lt;p&gt;Here is why the market is shifting, and what you need to do about it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The "Copilot" Reality&lt;/strong&gt;&lt;br&gt;
Three years ago, writing a boilerplate API in Python took 20 minutes. Today, with tools like GitHub Copilot and Cursor, it takes 20 seconds.&lt;/p&gt;

&lt;p&gt;AI has commoditized the "How." It can write the code, refactor the code, and even write the test cases for the code.&lt;/p&gt;

&lt;p&gt;As the graph of AI capability goes up, the value of pure syntax memorization goes down. But notice the other line? That is Context.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Rise of the "Architect"&lt;/strong&gt;&lt;br&gt;
If AI handles the syntax, what is left for us humans? The answer is Context.&lt;/p&gt;

&lt;p&gt;The developers who will dominate in 2026 aren't the ones who type the fastest. They are the ones who can answer these three questions:&lt;/p&gt;

&lt;p&gt;The Architecture Question: "AI can write the function, but where does this function fit in the microservices architecture?"&lt;br&gt;
The Logic Question: "The model gave me three solutions. Which one is the most scalable, and which one introduces a security vulnerability?"&lt;br&gt;
The Human Question: "How do I explain this technical constraint to a non-technical founder?"&lt;/p&gt;

&lt;p&gt;This is why I named this newsletter Code &amp;amp; Context.&lt;/p&gt;

&lt;p&gt;The "Code" is the easy part. The "Context" is the leverage.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Stop Being a Compiler&lt;/strong&gt;&lt;br&gt;
My advice to my fellow students and developers is simple: Don't stop coding. But stop learning like a compiler.&lt;/p&gt;

&lt;p&gt;Don't just memorize the Pandas library. Learn data storytelling.&lt;br&gt;
Don't just copy-paste the Neural Network code. Understand the math behind the weights and biases.&lt;br&gt;
Don't just build the app. Document the decision-making process.&lt;/p&gt;

&lt;p&gt;The future doesn't belong to the person who writes the most lines of code. It belongs to the person who knows why those lines were written in the first place.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What to Expect from This Newsletter&lt;/strong&gt;&lt;br&gt;
I am M. Adhitya. I operate at the intersection of hard engineering and human narrative.&lt;/p&gt;

&lt;p&gt;In the coming weeks, Code &amp;amp; Context will cover:&lt;/p&gt;

&lt;p&gt;Deep Dives: How LLMs actually "think" (without the jargon).&lt;br&gt;
System Design: Building scalable architectures in the age of AI Agents.&lt;br&gt;
Tech Strategy: How to build a personal brand as a developer.&lt;/p&gt;

&lt;p&gt;If you are ready to move from being a Typist to being an Architect, you’re in the right place.&lt;/p&gt;

&lt;p&gt;See you next week.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
