<?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: Nada Shawer</title>
    <description>The latest articles on DEV Community by Nada Shawer (@nadasshawer).</description>
    <link>https://dev.to/nadasshawer</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3949937%2F53dee42d-01a9-43e4-91cb-4726315da19a.jpg</url>
      <title>DEV Community: Nada Shawer</title>
      <link>https://dev.to/nadasshawer</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nadasshawer"/>
    <language>en</language>
    <item>
      <title>Can We Talk About the "AI/ML Engineer" Shortcut for a Second?</title>
      <dc:creator>Nada Shawer</dc:creator>
      <pubDate>Fri, 26 Jun 2026 03:42:19 +0000</pubDate>
      <link>https://dev.to/nadasshawer/can-we-talk-about-the-aiml-engineer-shortcut-for-a-second-2dc0</link>
      <guid>https://dev.to/nadasshawer/can-we-talk-about-the-aiml-engineer-shortcut-for-a-second-2dc0</guid>
      <description>&lt;p&gt;Lately, it feels like my feed is completely flooded with "Become an AI/ML Engineer in 2 Hours!" crash courses and quick certificates promising a golden fast-track into machine learning roles.&lt;/p&gt;

&lt;p&gt;But let’s be completely real for a second: there are no tutorial shortcuts here.&lt;/p&gt;

&lt;p&gt;The more I dive into actual system architecture and cloud infrastructure, the more obvious it becomes: machine learning isn't a standalone magic trick. It's built entirely on rock-solid Computer Science, efficient data structures, and heavy-duty software engineering.&lt;/p&gt;

&lt;h3&gt;
  
  
  Software Engineering First, AI Second
&lt;/h3&gt;

&lt;p&gt;If you can’t build or scale a reliable backend, manage data pipelines, or understand low-level underlying system logic, you simply cannot scale an AI model in production. Prompt engineering is cool for prototyping, but production-level ML requires real, foundational engineering skills. You have to learn how to be a great software engineer first.&lt;/p&gt;

&lt;h3&gt;
  
  
  Looking Past the Hype (A Solid Structural Roadmap)
&lt;/h3&gt;

&lt;p&gt;If you actually want to look past the superficial fluff and understand how real data workloads, model deployments, and ML infrastructure fit into a cloud environment, I found an incredibly solid, structured resource.&lt;/p&gt;

&lt;p&gt;Instead of hand-waving past the hard parts, &lt;strong&gt;Microsoft Learn&lt;/strong&gt; has an official, step-by-step breakdown on Azure AI and Machine Learning Fundamentals. It actually goes into the core architectural principles and shows you what real cloud-scale infrastructure looks like.&lt;/p&gt;

&lt;p&gt;Whether you are trying to map out your summer learning roadmap or just want to understand the actual systems backing these models, I highly recommend checking it out.&lt;/p&gt;

&lt;p&gt;Here is the structured entry point if you want to skip the shortcuts and dive into the real infrastructure:&lt;/p&gt;

&lt;p&gt;🔗 &lt;strong&gt;&lt;a href="https://learn.microsoft.com/azure/machine-learning/?wt.mc_id=studentamb_510077" rel="noopener noreferrer"&gt;Official Azure Machine Learning Technical Hub&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;What are your thoughts? Are you seeing the same "AI shortcut" hype on your feeds, or are people finally starting to focus back on core system fundamentals? Let's discuss in the comments!&lt;/p&gt;

</description>
      <category>ai</category>
      <category>computerscience</category>
      <category>developers</category>
    </item>
    <item>
      <title>Building a Second Brain in Obsidian</title>
      <dc:creator>Nada Shawer</dc:creator>
      <pubDate>Tue, 02 Jun 2026 17:45:04 +0000</pubDate>
      <link>https://dev.to/nadasshawer/building-a-second-brain-in-obsidian-5aei</link>
      <guid>https://dev.to/nadasshawer/building-a-second-brain-in-obsidian-5aei</guid>
      <description>&lt;p&gt;I've spent so much time trying to memorize different things across different technologies. But the truth is? Tech evolves rapidly, and every single day new ways of doing things come up.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;So..&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The key is learning the &lt;em&gt;why&lt;/em&gt; behind the &lt;em&gt;how&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;We can always learn the “how” by Googling it or checking the docs, but the “why” is what we, as developers, actually need to understand.  &lt;/p&gt;

&lt;p&gt;I hit a point where my notes were scattered across docs, screenshots, and random folders. That’s when I realized the problem wasn’t the &lt;strong&gt;content&lt;/strong&gt;, it was the &lt;strong&gt;system&lt;/strong&gt;!  &lt;/p&gt;

&lt;p&gt;The human brain isn’t built to store everything long-term. Because of that, I started building a “second brain.”  &lt;/p&gt;

&lt;p&gt;The idea is simple: it’s a folder on your computer that holds your most important architectural deep dives, solutions to recurring bugs, quick reference docs, system designs, and more.  &lt;/p&gt;

&lt;p&gt;NOT syntax, NOT full code examples, NOT things you can easily find through a quick Google search.  &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;For example..&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A diagram explaining how Redis handles persistence&lt;/li&gt;
&lt;li&gt;A note on how you debugged a Docker networking issue last month&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I personally use Obsidian to take notes, plan my learning, track progress, and organize everything in one place. It’s basically a local folder on your machine that you can customize, securely back up, and access anywhere.  &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Here’s how I’ve structured my engineering roadmap for the summer to handle the workload:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;A dynamic Kanban board to pace weekly milestones&lt;/li&gt;
&lt;li&gt;A highly visual, structured Markdown notes that keep core ideas easy to scan&lt;/li&gt;
&lt;li&gt;A local knowledge graph that visually links related technical concepts over time&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Stop trying to cache everything in your short-term memory. Build a system that helps you think instead.  &lt;/p&gt;

&lt;p&gt;What’s your system? Are you team Obsidian, Notion, or just raw markdown files? I’m curious how other engineers structure their knowledge!&lt;/p&gt;

</description>
      <category>secondbrain</category>
      <category>learning</category>
      <category>computerscience</category>
      <category>software</category>
    </item>
  </channel>
</rss>
