<?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: Konark Sharma</title>
    <description>The latest articles on DEV Community by Konark Sharma (@konark_13).</description>
    <link>https://dev.to/konark_13</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%2F2928108%2Ffb504115-5d98-486b-bee9-c2de7cb7b632.png</url>
      <title>DEV Community: Konark Sharma</title>
      <link>https://dev.to/konark_13</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/konark_13"/>
    <language>en</language>
    <item>
      <title>From APIs to Agents: The Real Shift at Google Next ‘26</title>
      <dc:creator>Konark Sharma</dc:creator>
      <pubDate>Tue, 28 Apr 2026 12:24:59 +0000</pubDate>
      <link>https://dev.to/konark_13/from-apis-to-agents-the-real-shift-at-google-next-26-4pe2</link>
      <guid>https://dev.to/konark_13/from-apis-to-agents-the-real-shift-at-google-next-26-4pe2</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/google-cloud-next-2026-04-22"&gt;Google Cloud NEXT Writing Challenge&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;I watched Google Cloud Next ‘26 thinking I’ll just see better models, faster APIs, maybe some cool demos.&lt;/p&gt;

&lt;p&gt;But I didn’t expect this. This felt different. Not like “AI is improving”. More like the way we build software is changing.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Moment That Stuck With Me
&lt;/h2&gt;

&lt;p&gt;It started simple. JayTee Hazard was creating music. Tina Tarighian was generating visuals.&lt;/p&gt;

&lt;p&gt;But the interesting part wasn’t the demo. It was what was happening behind it.&lt;/p&gt;

&lt;p&gt;Gemini was:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;listening to the music
&lt;/li&gt;
&lt;li&gt;generating code
&lt;/li&gt;
&lt;li&gt;updating visuals in real time
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And it just kept going. No “run again”. No “generate once”&lt;/p&gt;

&lt;p&gt;It was a loop. That’s when it clicked for me. This is not prompt to output anymore. This is: input → reasoning → tool use → execution → feedback → repeat&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%2F5n3d88yk3oq0z3alk8rs.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%2F5n3d88yk3oq0z3alk8rs.png" alt="img"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The difference is not just output. It’s the system behind it.&lt;/p&gt;

&lt;p&gt;That loop is the foundation of &lt;strong&gt;agentic systems&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Then This Number Hit Me
&lt;/h2&gt;

&lt;p&gt;Sundar Pichai mentioned:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;~75% of new code at Google is AI generated and reviewed by engineers&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I had to pause there. Not because it’s surprising. But because it confirms something we already feel. We’re not writing everything anymore.&lt;/p&gt;

&lt;p&gt;We’re:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;guiding
&lt;/li&gt;
&lt;li&gt;reviewing
&lt;/li&gt;
&lt;li&gt;correcting
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Almost like we moved from writing functions to reviewing systems.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Part That Felt Real
&lt;/h2&gt;

&lt;p&gt;The most interesting part wasn’t the models. It was how they’re actually using this internally. They gave an example of a complex code migration.&lt;/p&gt;

&lt;p&gt;Instead of one system, they had:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;a Planning Agent
&lt;/li&gt;
&lt;li&gt;an Orchestrator Agent
&lt;/li&gt;
&lt;li&gt;a Coding agent &lt;/li&gt;
&lt;li&gt;and Engineers
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Working together. And they completed it &lt;strong&gt;6x faster&lt;/strong&gt;. That’s not “AI helping”. That’s a &lt;strong&gt;team&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  So What Does This Mean for Us?
&lt;/h2&gt;

&lt;p&gt;This is where things started making sense for me.&lt;/p&gt;

&lt;h3&gt;
  
  
  1. We’re Not Writing Prompts. We’re Designing Systems
&lt;/h3&gt;

&lt;p&gt;With the &lt;strong&gt;Agent Development Kit (ADK)&lt;/strong&gt;, you don’t just create one agent. You define:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;roles
&lt;/li&gt;
&lt;li&gt;capabilities
&lt;/li&gt;
&lt;li&gt;tool access
&lt;/li&gt;
&lt;li&gt;execution flow
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Each agent becomes: a stateful unit with memory + tools  &lt;/p&gt;

&lt;p&gt;It felt like building microservices, but instead of APIs you’re wiring intelligence.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. The API Layer Is Getting Abstracted (MCP)
&lt;/h3&gt;

&lt;p&gt;This was subtle but huge. With &lt;strong&gt;Model Context Protocol (MCP)&lt;/strong&gt; inbuilt now:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;tools expose capabilities in a standard format
&lt;/li&gt;
&lt;li&gt;models understand how to use them
&lt;/li&gt;
&lt;li&gt;context is passed in a structured way
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Instead of:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;writing REST calls
&lt;/li&gt;
&lt;li&gt;parsing responses
&lt;/li&gt;
&lt;li&gt;handling retries
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Your agent does tool invocation via context. Think of MCP as a contract between models and tools  &lt;/p&gt;

&lt;h3&gt;
  
  
  3. Agents Talking to Agents (A2A)
&lt;/h3&gt;

&lt;p&gt;With &lt;strong&gt;A2A (Agent-to-Agent)&lt;/strong&gt;. Agents can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;discover other agents
&lt;/li&gt;
&lt;li&gt;request capabilities
&lt;/li&gt;
&lt;li&gt;validate outputs
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Each agent exposes something like:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight json"&gt;&lt;code&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="nl"&gt;"name"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"evaluator"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="nl"&gt;"capabilities"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="s2"&gt;"validate"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"score"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"simulate"&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;And another agent can:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight javascript"&gt;&lt;code&gt;&lt;span class="nx"&gt;evaluator&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nf"&gt;evaluate&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="nx"&gt;plan&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This creates dynamic multi-agent coordination.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. The UI Part Was Unexpected
&lt;/h3&gt;

&lt;p&gt;This one felt weird at first. Instead of building dashboards manually. Agents generate UI based on context.&lt;/p&gt;

&lt;p&gt;Using &lt;strong&gt;A2UI&lt;/strong&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;data → structured output
&lt;/li&gt;
&lt;li&gt;output → UI components
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So instead of build dashboard → connect data. It becomes generate data → UI gets created&lt;/p&gt;

&lt;p&gt;This flips the flow completely.&lt;/p&gt;

&lt;h3&gt;
  
  
  5. Memory Makes Agents Actually Useful
&lt;/h3&gt;

&lt;p&gt;One of the biggest limitations I’ve felt AI forgets everything&lt;/p&gt;

&lt;p&gt;With:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;session state
&lt;/li&gt;
&lt;li&gt;memory bank
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Agents can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;store context
&lt;/li&gt;
&lt;li&gt;recall past decisions
&lt;/li&gt;
&lt;li&gt;refine outputs
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So instead of stateless prompt → response. You get stateful system → evolving behavior&lt;/p&gt;

&lt;p&gt;That’s a big shift.&lt;/p&gt;

&lt;h3&gt;
  
  
  6. DevOps Is Turning Into System-Level Reasoning
&lt;/h3&gt;

&lt;p&gt;This part felt unreal. Using &lt;strong&gt;Cloud Assist&lt;/strong&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;infra migration → prompt
&lt;/li&gt;
&lt;li&gt;debugging → automated reasoning
&lt;/li&gt;
&lt;li&gt;fixes → suggested patches
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Under the hood: model + logs + context + tool execution  &lt;/p&gt;

&lt;p&gt;So instead of:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;checking logs manually
&lt;/li&gt;
&lt;li&gt;tracing errors
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The system does root-cause reasoning + suggestion &lt;/p&gt;

&lt;h3&gt;
  
  
  What This Means in a Real Project
&lt;/h3&gt;

&lt;p&gt;If I think about building something today:&lt;/p&gt;

&lt;p&gt;Before:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;write backend
&lt;/li&gt;
&lt;li&gt;connect APIs
&lt;/li&gt;
&lt;li&gt;manage state
&lt;/li&gt;
&lt;li&gt;build UI
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Now:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;define agents (planner, executor, validator)
&lt;/li&gt;
&lt;li&gt;connect via A2A
&lt;/li&gt;
&lt;li&gt;use MCP-enabled tools
&lt;/li&gt;
&lt;li&gt;let UI emerge via A2UI
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The shift is not just speed. It’s how I think about building systems.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Real Takeaway
&lt;/h3&gt;

&lt;p&gt;I’m not thinking “AI will replace developers”. I’m thinking the role is changing&lt;/p&gt;

&lt;p&gt;Before: “How do I write this?”&lt;br&gt;
Now: “How do I design a system that can solve this?”&lt;/p&gt;

&lt;p&gt;And honestly, I’m still figuring out what that means for me.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;If you’re building with AI right now, are you still writing prompts? Or are you starting to design systems?&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>cloudnextchallenge</category>
      <category>googlecloud</category>
      <category>ai</category>
    </item>
    <item>
      <title>From Distracted to Focused: Mac Apps That Actually Made a Difference</title>
      <dc:creator>Konark Sharma</dc:creator>
      <pubDate>Sun, 26 Apr 2026 20:04:49 +0000</pubDate>
      <link>https://dev.to/konark_13/from-distracted-to-focused-mac-apps-that-actually-made-a-difference-5076</link>
      <guid>https://dev.to/konark_13/from-distracted-to-focused-mac-apps-that-actually-made-a-difference-5076</guid>
      <description>&lt;p&gt;I kept thinking I’ll write this someday.&lt;/p&gt;

&lt;p&gt;But every time I sat down, I felt like I’m not “productive enough” to talk about productivity. Some days I get a lot done. Some days I just open my laptop, switch between tabs, and wonder where the time went.&lt;/p&gt;

&lt;p&gt;I’m still figuring it out.&lt;/p&gt;

&lt;p&gt;But in the middle of all this, there were a few apps that actually helped me. Not perfectly, not magically, but enough to make a difference. Enough to help me start when I didn’t feel like starting.&lt;/p&gt;

&lt;p&gt;So this is not a perfect productivity guide. It’s just what worked for me.&lt;/p&gt;

&lt;h2&gt;
  
  
  Trying to Focus When I Didn’t Feel Like Starting - Countdown
&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%2Fdmnorbfb3tuz3hmmam4n.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%2Fdmnorbfb3tuz3hmmam4n.png" alt="img" width="800" height="498"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I like to work with Pomodoro technique and work for a while and then take a break. I usually work in time interval of 25 min productive work and 5 min break and then repeat it again and then after a while take a longer break.&lt;/p&gt;

&lt;p&gt;I used to use Flow for this but recently I got a new app to play with Countdown.&lt;/p&gt;

&lt;p&gt;What I love about this app is that it provides a small tool in the dock to control and you can pull to set the timer and it will start the timer in the bottom left corner.&lt;/p&gt;

&lt;p&gt;Doing things with a timer puts the sense of urgency in me that I have to finish this work in this limited amount of time and be fast and productive.&lt;/p&gt;

&lt;p&gt;There are days when even starting feels hard, and this timer is the only thing that pushes me to begin.&lt;/p&gt;

&lt;p&gt;This helps me gets more things done and get better.&lt;/p&gt;

&lt;h2&gt;
  
  
  Stopping the Constant Window Switching - Rectangle
&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%2Feel1oj8wi5pofxgkwa7n.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%2Feel1oj8wi5pofxgkwa7n.png" alt="img" width="800" height="468"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Whenever I used to watch tutorials and write the code along I was so much frustrated by shifting windows back and forth again and again and till then I discovered splitting on Mac was available then I used it and I got bored of it pretty easily as there was no keyboard shortcut to adjust them.&lt;/p&gt;

&lt;p&gt;So then randomly watching YouTube I came across Rectangle.&lt;/p&gt;

&lt;p&gt;It is a free app that let me snap windows and move and resize the window however I like and plus there is an awesome and easy keyboard shortcut.&lt;/p&gt;

&lt;p&gt;It might sound like a small thing, but saving those few seconds again and again actually made me less frustrated while learning.&lt;/p&gt;

&lt;h2&gt;
  
  
  Completing Work before Deadlines - Lockera
&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%2F1d9qg4rp8ib8kptrecdq.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%2F1d9qg4rp8ib8kptrecdq.png" alt="img" width="800" height="703"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I loved it when Mac starting providing widgets for Home Screen. I was so amazed by it and wanted to add widgets to acts as a reminder for me to keep looking at them and remind myself of the deadlines.&lt;/p&gt;

&lt;p&gt;That’s where I found out about Lockera and its amazing features. All of the features of Lockera are amazing but the one I love is Days left.&lt;/p&gt;

&lt;p&gt;I can provide it a task and the deadline and it will stick as a widget and remind us with the deadlines and to complete work faster.&lt;/p&gt;

&lt;p&gt;I tend to forget things, especially when I’m focused on something else, so having something constantly reminding me helps more than I expected.&lt;/p&gt;

&lt;h2&gt;
  
  
  Reducing Distractions While Browsing - Brave Browser
&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%2F779lrtbmbn2fpsonpc0m.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%2F779lrtbmbn2fpsonpc0m.png" alt="img" width="800" height="427"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I have tried most of the browser to find the ultimate one but for me nothing tops Brave browser. It is easy, safe and fast and blocks most of the ads.&lt;/p&gt;

&lt;p&gt;Well, I can’t stop talking about brave browser.&lt;/p&gt;

&lt;p&gt;I watch most of the videos on YouTube and I don’t have a premium and without premium I’ll get the ads first before watching any YouTube video so I can’t afford that so I use brave browser for it.&lt;/p&gt;

&lt;p&gt;It also seamless connection to brave browser on phone. Other features it mimics just like chrome it adds all the web tools and features and it functions perfectly well.&lt;/p&gt;

&lt;p&gt;The most loving feature that I use is opening tabs and not closing them. I keep website and YouTube videos for later seeing sometimes and I left it there on my tabs for hours.&lt;/p&gt;

&lt;p&gt;I used to have my Motherboard heated and air blowing out of the fans like I’m cooking something but that doesn’t happen anymore due to Brave Browser and a secret extension.&lt;/p&gt;

&lt;p&gt;Not seeing ads actually helped me stay focused longer without getting distracted.&lt;/p&gt;

&lt;h2&gt;
  
  
  Writing Things Down Before I Forget Them - Notion / Notes
&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%2Fjvhvox8eicj0ps0qgiui.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%2Fjvhvox8eicj0ps0qgiui.png" alt="img" width="800" height="465"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I used to love notion back then but since I moved to another MacBook. I’m using notes app to create and use and the retrieval and opening of the app is quite fast.&lt;/p&gt;

&lt;p&gt;I love using these and love creating and saving a lot of notes.&lt;/p&gt;

&lt;p&gt;Notes are a big part of my life and since I started writing on dev.to. I use notes app to write the drafts so that they are saved there and I can revisit my first drafts when I became a better writer.&lt;/p&gt;

&lt;h2&gt;
  
  
  Trying to Be Consistent With My Thoughts - Journal
&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%2F7zdebw295fnji4f0zp6i.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%2F7zdebw295fnji4f0zp6i.png" alt="img" width="800" height="670"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I started writing some journals but although I am not a daily journal guy yet but I love the idea of writing journals and I love the journal app.&lt;/p&gt;

&lt;p&gt;It is fun and calm and easy to use and I can make a streak for keep writing daily and it keeps tracks of how many journals have I written, words used in them and all the entries made.&lt;/p&gt;

&lt;p&gt;I keep a reminder but still I forget to keep up the journal.&lt;/p&gt;

&lt;p&gt;I’m not consistent with journaling, but whenever I do it, I feel a bit more clear about everything.&lt;/p&gt;

&lt;h2&gt;
  
  
  Fixing a Skill I Kept Ignoring - Typist
&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%2Fd4p4rh9dm2o2tozjohjx.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%2Fd4p4rh9dm2o2tozjohjx.png" alt="img" width="800" height="617"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Since I love writing my typing has been pretty bad so to keep and take lessons from start to finish and accomodate my brain to know and remember all the typing keys.&lt;/p&gt;

&lt;p&gt;For all this I use typist. It is an app that teaches you from start like F and J and the more you practice the more keys it will teach you.&lt;/p&gt;

&lt;p&gt;It was the ultimate app for me to use and learn typing from start with no ads straight typing lesson and the best part before the next lesson a small recap of the previous lesson.&lt;/p&gt;

&lt;p&gt;It is so awesome app for me to use to get better at typing.&lt;/p&gt;

&lt;p&gt;It’s frustrating at times, but I know this is one of those skills that will help me for life.&lt;/p&gt;

&lt;h2&gt;
  
  
  Cleaning the Mess I Didn’t Notice - App Cleaner
&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%2Fjci0e0p55reu2eapn6bj.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%2Fjci0e0p55reu2eapn6bj.png" alt="img" width="800" height="341"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I loving using and installing a lot of apps and every new app if you delete it leaves it’s marks so in order to make it working and delete all the subfolders or the hidden folders I use app cleaner.&lt;/p&gt;

&lt;p&gt;It mostly works magically for apps and deletes everything they are hiding from me. But just there are times that it just can’t delete everything but it gets the job done for me and I love the app for it.&lt;/p&gt;

&lt;p&gt;I didn’t realize how much clutter builds up until I started cleaning things properly.&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%2F6o6fkaq0shhq9ovdorix.gif" 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%2F6o6fkaq0shhq9ovdorix.gif" alt="img" width="600" height="600"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I’m still trying to figure out what productivity really means for me.&lt;/p&gt;

&lt;p&gt;Some days I follow everything perfectly. Some days I don’t. But these tools help me stay a little more consistent, a little more focused, and a little more in control of my time.&lt;/p&gt;

&lt;p&gt;These are the apps that worked for me. But I’m always on the hunt for better ways to improve.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What are the apps that help you stay productive and should I bring more articles like this?&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>productivity</category>
      <category>beginners</category>
      <category>discuss</category>
    </item>
    <item>
      <title>It Might Already Be Too Late to Fix This</title>
      <dc:creator>Konark Sharma</dc:creator>
      <pubDate>Sun, 19 Apr 2026 22:48:17 +0000</pubDate>
      <link>https://dev.to/konark_13/it-might-already-be-too-late-to-fix-this-1a4m</link>
      <guid>https://dev.to/konark_13/it-might-already-be-too-late-to-fix-this-1a4m</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for &lt;a href="https://dev.to/challenges/weekend-2026-04-16"&gt;Weekend Challenge: Earth Day Edition&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;It might already be too late to fix this.&lt;/p&gt;

&lt;p&gt;Yes, you heard it right. It’s an Earth Recovery Protocol. A plan to help Earth recover from all the damage it has endured. But the deeper you go, the harder it gets to ignore the truth. Some things can’t be undone.&lt;/p&gt;

&lt;p&gt;We could have waited for another century, but who knows whether the resources would still be available till then.&lt;/p&gt;

&lt;p&gt;So, why not start the recovery protocol today itself and do what we can do best to help Earth start its recovery journey.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;Earth Recovery Protocol is a haunting interactive simulation that dares users to "undo" humanity's greatest environmental sins: &lt;strong&gt;species extinction, deforestation, fossil fuel emissions, plastic pollution, and ocean acidification&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Through a terminal like interface with cinematic animations and typewriter effects, it reveals the cold truth: &lt;strong&gt;many ecological wounds are irreversible.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;My goal was simple — &lt;em&gt;to make people pause&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;Not just read about climate change, but feel it. To jolt complacency, spark urgent action, and remind us that our planet isn’t a game with save points.&lt;/p&gt;

&lt;p&gt;You don’t “retry” extinction. You don’t “reload” forests.&lt;/p&gt;

&lt;p&gt;Dive in, confront the consequences, and walk away thinking differently.&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;Try the protocol yourself: &lt;a href="https://earth-recovery-protocol.netlify.app/" rel="noopener noreferrer"&gt;Earth Recovery Protocol&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;See how it unfolds: &lt;/p&gt;
&lt;div class="ltag-netlify"&gt;
  &lt;iframe src="https://earth-recovery-protocol.netlify.app/" title="Netlify embed"&gt;
  &lt;/iframe&gt;
&lt;/div&gt;


&lt;p&gt;Fair warning  this is not a feel good experience. It’s meant to make you uncomfortable. Because that’s where awareness begins.&lt;/p&gt;

&lt;h2&gt;
  
  
  Code
&lt;/h2&gt;

&lt;p&gt;Explore the project here: &lt;/p&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://assets.dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/Konarksharma13" rel="noopener noreferrer"&gt;
        Konarksharma13
      &lt;/a&gt; / &lt;a href="https://github.com/Konarksharma13/Earth-Recovery-Protocol" rel="noopener noreferrer"&gt;
        Earth-Recovery-Protocol
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Earth Recovery Protocol
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;🌍 Earth Recovery Protocol&lt;/h1&gt;
&lt;/div&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;A stark reminder: Some wounds to our planet cannot be healed. This interactive AI-powered simulation confronts us with the irreversible consequences of environmental destruction.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href="https://github.com/Konarksharma13/Earth-Recovery-Protocol/LICENSE" rel="noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667" alt="License"&gt;&lt;/a&gt;
&lt;a href="https://reactjs.org/" rel="nofollow noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/3f84e32576c1760518103de77743974e43cc0deb74615147420f47e51e86a3bb/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f52656163742d31392e302e302d626c75652e737667" alt="React"&gt;&lt;/a&gt;
&lt;a href="https://vitejs.dev/" rel="nofollow noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/af90c8e5d6cb57d22b6e52f2c0a3d70c11dd46841ebd58a92e7affeb1321772f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f566974652d362e322e302d79656c6c6f772e737667" alt="Vite"&gt;&lt;/a&gt;
&lt;a href="https://www.typescriptlang.org/" rel="nofollow noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/ab97b271e4df9d7588d2e7834da0a108ebeebba89b0d74779a6cf19c51a36b7c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f547970655363726970742d352e382e322d626c75652e737667" alt="TypeScript"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;🚨 The Harsh Reality&lt;/h2&gt;
&lt;/div&gt;
&lt;p&gt;In the face of climate change, biodiversity loss, and ecological devastation, humanity often dreams of "undoing" the damage. But the truth is chilling: &lt;strong&gt;many environmental changes are irreversible&lt;/strong&gt;. Species extinction, ocean acidification, plastic pollution. These aren't just problems. They're permanent scars on our planet.&lt;/p&gt;
&lt;p&gt;Earth Recovery Protocol is not a tool for optimism. It's a wake-up call. Through an immersive, AI-driven simulation, users attempt to "reverse" environmental catastrophes, only to confront the cold, unyielding facts of ecological limits.&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;✨ What Makes This Project Amazing?&lt;/h2&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;🎭 Immersive Experience&lt;/strong&gt;: Terminal style interface with typewriter effects, glitch animations, and cinematic transitions.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;📚 Educational Impact&lt;/strong&gt;: Each "recovery attempt" reveals scientific truths about irreversibility, backed by real environmental data.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;⚡&lt;/strong&gt;…&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/Konarksharma13/Earth-Recovery-Protocol" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;Feel free to fork it, improve it, or build your own version of reality.&lt;/p&gt;

&lt;h2&gt;
  
  
  How I Built It
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Immersive Experience:&lt;/strong&gt; Terminal style interface with typewriter effects, glitch animations, and cinematic transitions.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Educational Impact:&lt;/strong&gt; Each "recovery attempt" reveals scientific truths about irreversibility, backed by real environmental data.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Modern Tech Stack:&lt;/strong&gt; Built with React 19, Vite, TypeScript, and Tailwind CSS for lightning-fast performance.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Environmental Advocacy:&lt;/strong&gt; Every interaction serves as a powerful reminder to act now, before it's too late.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Key Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Interactive Simulation:&lt;/strong&gt; Attempt to undo deforestation, species extinction, fossil fuel emissions, plastic pollution, and ocean acidification.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Realistic Outcomes:&lt;/strong&gt; Discover why some actions lead to failure, partial recovery, or systemic dependencies.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Progressive Revelation:&lt;/strong&gt; As you interact, the simulation builds to a critical warning about the planet's fragility.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;No Happy Endings:&lt;/strong&gt; Designed to confront users with uncomfortable truths, inspiring real-world action.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Responsive Design:&lt;/strong&gt; Works seamlessly on desktop and mobile devices.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How to Use
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Request Access:&lt;/strong&gt; Enter the simulation with a warning about irreversible systems.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Choose Actions:&lt;/strong&gt; Select from devastating environmental issues to "attempt" reversal.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Witness Outcomes:&lt;/strong&gt; Experience the harsh reality through animated, typed responses.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Reflect:&lt;/strong&gt; After 3 attempts, receive a critical warning that forces contemplation.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Restart?:&lt;/strong&gt; Discover that even restarting isn't possible there are no backups for our planet.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why This Matters
&lt;/h2&gt;

&lt;p&gt;Our planet is not a video game with save points. Earth Recovery Protocol drives home this message:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Species Extinction:&lt;/strong&gt; Once gone, ecological roles can't be restored.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Deforestation:&lt;/strong&gt; Regrowth takes centuries; biodiversity is forever altered.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Fossil Fuel Emissions:&lt;/strong&gt; Atmospheric CO₂ persists for generations.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Plastic Pollution:&lt;/strong&gt; Microplastics endure across ecosystems.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Ocean Acidification:&lt;/strong&gt; pH changes require massive, long-term intervention.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The time to act is NOW. Reduce your carbon footprint, support conservation, advocate for policy change, and live sustainably. Every small action counts before it's too late.&lt;/p&gt;

&lt;h2&gt;
  
  
  Prize Categories
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Best Use of GitHub Copilot
&lt;/h3&gt;

&lt;p&gt;I used Copilot as a true development partner across every stage of this project. It helped me quickly understand the existing React and TypeScript codebase, identify the core experience in App.tsx, and refine it without losing the cyber-terminal aesthetic that defines the project.&lt;/p&gt;

&lt;p&gt;Copilot played a key role in elevating both the code and the narrative. It suggested cleaner component structures, more expressive action metadata, and stronger user-facing messaging for recovery outcomes. These improvements made the experience feel more intentional, immersive, and emotionally impactful.&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%2Fpmd913akxmloucayk4co.gif" 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%2Fpmd913akxmloucayk4co.gif" alt="img" width="480" height="480"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We often think we still have time. This project questions that. What if we don’t? What if this is already the recovery phase?&lt;/p&gt;

&lt;p&gt;And more importantly, What are you doing now to make sure it doesn’t get worse?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;If you could undo one thing, what would it be?&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>weekendchallenge</category>
      <category>ai</category>
      <category>webdev</category>
    </item>
    <item>
      <title>I Couldn’t Afford Earth, So I Built Something Better</title>
      <dc:creator>Konark Sharma</dc:creator>
      <pubDate>Sat, 11 Apr 2026 13:20:05 +0000</pubDate>
      <link>https://dev.to/konark_13/i-couldnt-afford-earth-so-i-built-something-better-1506</link>
      <guid>https://dev.to/konark_13/i-couldnt-afford-earth-so-i-built-something-better-1506</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/aprilfools-2026"&gt;DEV April Fools Challenge&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;The day has finally come. I am launching my dream project. For months I had been thinking about what to pitch and now I finally am pitching my startup.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;I have been working on this for months and I have a secret partner as well. The partner has really helped me in negotiations.&lt;/p&gt;

&lt;p&gt;For the past 1 month there was always a back and forth with some aliens. There was a lot of negotiation going on with them. But after their approval, I’m presenting to you:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://spaceestate.netlify.app/" rel="noopener noreferrer"&gt;SpaceEstate&lt;/a&gt;&lt;/strong&gt; : &lt;strong&gt;a place where you can buy property in space.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Since Earth is quite crowded and the prices are skyrocketing, why limit yourself?&lt;/p&gt;

&lt;p&gt;With the help of my website, you can check out all the planets and choose the best habitat for you and your family. It is a safe space to secure your future and build a legacy.&lt;/p&gt;

&lt;p&gt;Why just dream of a house on Earth when you can have one on Mars, Jupiter, or something slightly radioactive on Venus?&lt;/p&gt;

&lt;p&gt;I have provided a lot of planets for you to choose from, and some of them have limited time offers, so you better act fast before someone else grabs your dream planet.&lt;/p&gt;

&lt;p&gt;For better trust, I have talked to a lot of aliens and added their reviews for authenticity. Nothing builds trust like a 5-star review from someone with 3 eyes.&lt;/p&gt;

&lt;p&gt;You have three options:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;100m
&lt;/li&gt;
&lt;li&gt;1000m
&lt;/li&gt;
&lt;li&gt;The whole planet (for people who don’t like neighbors)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Then our servers run these steps in the background:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Connecting with Galactic Bank
&lt;/li&gt;
&lt;li&gt;Verifying your oxygen rights
&lt;/li&gt;
&lt;li&gt;Negotiating with local aliens
&lt;/li&gt;
&lt;li&gt;Bribing Intergalactic Authority
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;After this highly legal and completely ethical process, we generate a &lt;strong&gt;100% authentic certificate&lt;/strong&gt; that proves you now own space.&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;Welcome to the future of real estate: &lt;strong&gt;&lt;a href="https://spaceestate.netlify.app/" rel="noopener noreferrer"&gt;SpaceEstate&lt;/a&gt;&lt;/strong&gt; &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%2F80jz3d260u4orh6677g3.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%2F80jz3d260u4orh6677g3.png" alt="img" width="800" height="409"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Try it yourself before someone else buys your dream planet and turns it into a parking lot. One click and you’re officially a space landlord. Worst case, you just own a very expensive rock.&lt;br&gt;
Go ahead, your future in space is just one questionable decision away.&lt;/p&gt;
&lt;h2&gt;
  
  
  Code
&lt;/h2&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://assets.dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/Konarksharma13" rel="noopener noreferrer"&gt;
        Konarksharma13
      &lt;/a&gt; / &lt;a href="https://github.com/Konarksharma13/SpaceEstate" rel="noopener noreferrer"&gt;
        SpaceEstate
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      SpaceEstate
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;🚀 &lt;a href="https://spaceestate.netlify.app/" rel="nofollow noopener noreferrer"&gt;SpaceEstate&lt;/a&gt;: Own a Piece of the Universe&lt;/h1&gt;
&lt;/div&gt;
&lt;div&gt;
  &lt;div class="markdown-heading"&gt;
&lt;h3 class="heading-element"&gt;💰 The HOTTEST Real Estate Market in the Galaxy 🪐&lt;/h3&gt;
&lt;/div&gt;
  &lt;p&gt;&lt;strong&gt;Forget boring Earth condos.&lt;/strong&gt; Own prime real estate on Mars, Venus, and Jupiter's moons!&lt;/p&gt;
&lt;/div&gt;

&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;What is SpaceEstate? 🌌&lt;/h2&gt;
&lt;/div&gt;
&lt;p&gt;Ever dreamed of owning beachfront property? &lt;strong&gt;How about crater-front property on the Moon?&lt;/strong&gt; 🌙&lt;/p&gt;
&lt;p&gt;SpaceEstate is a cutting-edge web3-enabled (okay, AI-powered 😎) platform that lets you browse, explore, and purchase &lt;em&gt;prime interplanetary real estate&lt;/em&gt;. Whether you're looking for a cozy studio apartment on Mars or a sprawling mansion on Europa, we've got you covered.&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h3 class="heading-element"&gt;Why You NEED to Own Space Real Estate NOW:&lt;/h3&gt;

&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Limited Inventory&lt;/strong&gt; - Only one Mars per solar system! Once it's gone, it's gone.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Infinite Upside&lt;/strong&gt; - Elon's buying, VCs are buying, crypto bros are buying. Don't be left behind!&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Escape Earth's Problems&lt;/strong&gt; - Mercury too hot? Venus even worse? Pick your perfect plot today!&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI-Powered Insights&lt;/strong&gt; - Our…&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/Konarksharma13/SpaceEstate" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;h2&gt;
  
  
  How I Built It
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Sleepless Nights &amp;amp; Cosmic Nightmares&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Building SpaceEstate was like training for a Mars mission, except the mission was my sanity. I averaged 3 hours of sleep in the one last month. My coffee maker became a deity.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Alien Negotiations Were INSANE&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Getting planet data was easy. Getting exclusive listings? That required dealing with the Martian Real Estate Consortium. They don’t do Zoom calls. Only psychic telepathy. Which kept disconnecting.&lt;/p&gt;

&lt;p&gt;Their lawyer demanded 47 clauses about meteor damage.&lt;/p&gt;

&lt;p&gt;A Saturn broker tried selling me “crater-adjacent property” that turned out to be space dust.&lt;/p&gt;

&lt;p&gt;I almost quit.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Other Hilarious Horrors&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;TypeScript errors at 3 AM questioning my existence
&lt;/li&gt;
&lt;li&gt;Gemini hallucinated a moon that doesn’t exist (almost sold it)
&lt;/li&gt;
&lt;li&gt;React crashed every time I added Neptune
&lt;/li&gt;
&lt;li&gt;Accidentally purchased a real asteroid during testing
&lt;/li&gt;
&lt;li&gt;Explained Web3 to an alien using hand gestures
&lt;/li&gt;
&lt;li&gt;UI broke because different planets have different gravity
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Technology Stack&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;React + TypeScript&lt;/strong&gt; - For a robust, scalable experience
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Vite&lt;/strong&gt; - Lightning-fast dev experience (like rockets, but for your code)
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Google Gemini API&lt;/strong&gt; - AI that understands interplanetary economics
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Beautiful UI Components&lt;/strong&gt; - Custom built for the space age
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Component Library&lt;/strong&gt; - Pre-built UI elements that are out of this world
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;The Result&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A masterpiece built on caffeine, confusion, and intergalactic negotiations.&lt;/p&gt;

&lt;h2&gt;
  
  
  Prize Category
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Community Favorite&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;SpaceEstate makes space ownership accessible to everyone.&lt;/p&gt;

&lt;p&gt;From developers who just wanted to try something fun, to people who now proudly own 100 meters on Mars, this project brings a shared experience.&lt;/p&gt;

&lt;p&gt;It’s simple, fun, slightly addictive, and makes you question your financial decisions in the best way possible.&lt;/p&gt;

&lt;p&gt;No rocket science degree required. No SpaceX membership needed.&lt;/p&gt;

&lt;p&gt;Just curiosity, imagination, and questionable investment choices.&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%2F3zlwh6ewstrshxillzbj.gif" 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%2F3zlwh6ewstrshxillzbj.gif" alt="img" width="480" height="270"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We always dreamed of owning a house. We just never thought it would be outside the planet.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;So, which planet are you buying first? And more importantly, are you going for a small plot or the whole planet?&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>showdev</category>
      <category>418challenge</category>
      <category>ai</category>
    </item>
    <item>
      <title>I Know It’s AI, But It Still Feels Real</title>
      <dc:creator>Konark Sharma</dc:creator>
      <pubDate>Mon, 06 Apr 2026 19:30:49 +0000</pubDate>
      <link>https://dev.to/konark_13/i-know-its-ai-but-it-still-feels-real-10j4</link>
      <guid>https://dev.to/konark_13/i-know-its-ai-but-it-still-feels-real-10j4</guid>
      <description>&lt;p&gt;Lately, I’ve been thinking about how we talk to AI.&lt;/p&gt;

&lt;p&gt;Not just for code or answers, but for understanding, for comfort, for something that feels a little more human.&lt;/p&gt;

&lt;p&gt;And that thought led me here.&lt;/p&gt;

&lt;h2&gt;
  
  
  Can LLMs finally understand emotions?
&lt;/h2&gt;

&lt;p&gt;I recently came across Anthropic’s latest &lt;a href="https://transformer-circuits.pub/2026/emotions/index.html" rel="noopener noreferrer"&gt;research&lt;/a&gt; about LLMs understanding emotions, and I was surprised by it. It feels like this could change how LLMs respond to us. But does that mean the job of psychiatrists and therapists is done? Yes and no.&lt;/p&gt;

&lt;p&gt;LLMs still don’t understand emotions like humans.&lt;/p&gt;

&lt;p&gt;If someone scolds me for losing my favorite thing, I’ll feel angry and sad. That doesn’t happen with LLMs. They are still machines.&lt;/p&gt;

&lt;p&gt;What has changed is their &lt;strong&gt;ability to understand patterns of emotions&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Because they are trained on a vast amount of human-written text like fiction, conversations, news, and forums, they start picking up how emotions are expressed.&lt;/p&gt;

&lt;p&gt;This doesn’t mean they truly feel emotions.&lt;/p&gt;

&lt;p&gt;But they are getting better at recognizing and responding to them, step by step.&lt;/p&gt;

&lt;h2&gt;
  
  
  What does this look like in practice?
&lt;/h2&gt;

&lt;p&gt;If I tell an LLM: &lt;em&gt;“I failed my exam.”&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;With an emotional pattern active, it might respond: &lt;em&gt;“I’m sorry, that must feel really hard.”&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Without that pattern, it might simply say: &lt;em&gt;“You failed your exam.”&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;This creates a new kind of interaction. Responses that feel emotionally aware.&lt;/p&gt;

&lt;p&gt;Not because the model feels something, but because it has learned what that kind of response should look like.&lt;/p&gt;

&lt;h2&gt;
  
  
  What’s actually happening?
&lt;/h2&gt;

&lt;p&gt;The LLM is not feeling emotions. It is predicting them. During generation, it leans toward responses that match emotional patterns it has learned.&lt;/p&gt;

&lt;p&gt;So instead of just predicting correct words, it predicts words that also fit the emotional context.&lt;/p&gt;

&lt;p&gt;That small shift changes everything.&lt;/p&gt;

&lt;h2&gt;
  
  
  What does the future hold for us?
&lt;/h2&gt;

&lt;p&gt;I feel LLMs are becoming more and more advanced. But in some ways, this might also make us more dependent. We already rely on people in our lives to share emotions, to feel understood, to be comforted.&lt;/p&gt;

&lt;p&gt;If LLMs become really good at this, we might start replacing those human connections.&lt;/p&gt;

&lt;p&gt;We all have someone we talk to. Someone who listens, understands, and comforts us. Now imagine an AI that can do this perfectly every time.&lt;/p&gt;

&lt;p&gt;Since these models keep improving, they will get better at predicting exactly what to say to make someone feel better. With voice interactions, it could feel even more real.&lt;/p&gt;

&lt;p&gt;Like talking to someone who always understands you.&lt;/p&gt;

&lt;h2&gt;
  
  
  What’s happening behind the scenes?
&lt;/h2&gt;

&lt;p&gt;The more emotional data LLMs learn from, the better they become at recognizing patterns. They don’t feel. But they get better at predicting emotional responses.&lt;/p&gt;

&lt;p&gt;Because they already have context about what we say and how we say it, their responses can feel very personal.&lt;/p&gt;

&lt;p&gt;Over time, it might become harder to distinguish whether you’re talking to a human or an AI.&lt;/p&gt;

&lt;h2&gt;
  
  
  Should we fear it?
&lt;/h2&gt;

&lt;p&gt;Maybe yes. Maybe no.&lt;/p&gt;

&lt;p&gt;But one thing is clear. LLMs are becoming more advanced and more comparable to human-like behavior.&lt;/p&gt;

&lt;p&gt;First, it was intelligence. Now it’s emotions.&lt;/p&gt;

&lt;p&gt;What’s next?&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%2Feu52zshzb68shqmq25id.gif" 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%2Feu52zshzb68shqmq25id.gif" alt="this" width="504" height="258"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Maybe the real question is not whether AI understands emotions.&lt;/p&gt;

&lt;p&gt;But whether we start treating it like it does. Because the moment something responds in a way that feels right, we start trusting it.&lt;/p&gt;

&lt;p&gt;We start sharing more. We start depending on it. Not because it feels. But because it responds like it does.&lt;/p&gt;

&lt;p&gt;And that might be enough.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Should AI be able to simulate emotions this well? Or should there always be a clear line between human and machine?&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>claude</category>
      <category>llm</category>
      <category>webdev</category>
    </item>
    <item>
      <title>You’re Not Stuck. You’re Just Growing Roots</title>
      <dc:creator>Konark Sharma</dc:creator>
      <pubDate>Wed, 01 Apr 2026 09:45:34 +0000</pubDate>
      <link>https://dev.to/konark_13/youre-not-stuck-youre-just-growing-roots-493j</link>
      <guid>https://dev.to/konark_13/youre-not-stuck-youre-just-growing-roots-493j</guid>
      <description>&lt;p&gt;The other day, I was walking in a park, just looking around, not thinking about anything in particular.&lt;/p&gt;

&lt;p&gt;And then this thought hit me. A plant’s life feels very similar to a developer’s life. At first, it sounded strange. But the more I thought about it, the more it started making sense.&lt;/p&gt;

&lt;p&gt;Both need time, care, patience, and the right environment to grow.&lt;/p&gt;

&lt;h2&gt;
  
  
  It Starts Small
&lt;/h2&gt;

&lt;p&gt;Plants grow from seeds, and a developer also starts from a seed.&lt;/p&gt;

&lt;p&gt;A plant’s life begins with a seed. We take a seed, place it in fresh soil, water it, give it sunlight, and take care of it until it finally starts to grow.&lt;/p&gt;

&lt;p&gt;The moment it starts growing, that small happiness kicks in. We start taking even more care of it. Watering it daily, making sure the soil is good, giving it proper sunlight and nutrients.&lt;/p&gt;

&lt;p&gt;This is everything the plant needs to grow.&lt;/p&gt;

&lt;p&gt;The same goes for a developer.&lt;/p&gt;

&lt;p&gt;We choose a seed, maybe Web Development, Mobile Development, DevOps, or anything else. We plant it in our mind and start growing it.&lt;/p&gt;

&lt;p&gt;We learn languages like Python, C++, or Golang. We fail, but we keep watering it daily with practice. We give it sunlight by building small projects.&lt;/p&gt;

&lt;p&gt;And one day, when we stop just watching tutorials and actually write our own code, that is when we grow out of the seed and begin a new journey.&lt;/p&gt;

&lt;h2&gt;
  
  
  Growing, But Still Fragile
&lt;/h2&gt;

&lt;p&gt;With continuous care, a plant becomes a sapling. Then we move it into a bigger pot so it can grow into a strong tree.&lt;/p&gt;

&lt;p&gt;New soil is added. More nutrients. More water. Now the plant needs more effort to grow further.&lt;/p&gt;

&lt;p&gt;The same happens with a developer.&lt;/p&gt;

&lt;p&gt;We start building projects, reading other people’s code, solving problems, and sometimes copying projects from tutorials. This gives us confidence.&lt;/p&gt;

&lt;p&gt;We take on bigger projects, face more errors, and start solving them. Using our basics with new challenges helps us grow.&lt;/p&gt;

&lt;p&gt;Every error becomes a way to grow bigger.&lt;/p&gt;

&lt;h2&gt;
  
  
  Growing Roots (The Hardest Phase)
&lt;/h2&gt;

&lt;p&gt;This is the phase where most people think they are stuck.&lt;/p&gt;

&lt;p&gt;The plant is growing, getting water, sunlight, and nutrients. But one day, the weather changes. Heavy winds and rain test its strength.&lt;/p&gt;

&lt;p&gt;If the roots are strong, the plant survives. If not, it gets uprooted.&lt;/p&gt;

&lt;p&gt;The same happens with developers.&lt;/p&gt;

&lt;p&gt;Sometimes we skip basics and jump directly to projects. We copy code, build projects, and add them to our resume.&lt;/p&gt;

&lt;p&gt;But when interviews come, reality checks everything. If we truly understand what we built, we can answer confidently. If not, it becomes obvious. That is why basics matter.&lt;/p&gt;

&lt;p&gt;Even when learning from tutorials, always ask why. Why this line? Why this approach?  &lt;/p&gt;

&lt;p&gt;That is what makes your roots strong.&lt;/p&gt;

&lt;h2&gt;
  
  
  When Things Start Making Sense
&lt;/h2&gt;

&lt;p&gt;With strong roots, the plant becomes a tree. It grows bigger, stronger, and more stable. It starts giving back.&lt;/p&gt;

&lt;p&gt;People sit under its shade. Its soil helps other plants grow.&lt;/p&gt;

&lt;p&gt;The same happens with a developer.&lt;/p&gt;

&lt;p&gt;Now the developer works on real projects, helps others, and uses their knowledge effectively.&lt;/p&gt;

&lt;p&gt;People start coming to them for help. They guide juniors, train interns, and contribute more.&lt;/p&gt;

&lt;p&gt;They start earning well and moving closer to their goals.&lt;/p&gt;

&lt;h2&gt;
  
  
  When Everything Falls Apart
&lt;/h2&gt;

&lt;p&gt;Then comes a difficult phase.&lt;/p&gt;

&lt;p&gt;The tree starts shedding leaves. It looks empty. Dry. People avoid it. Some even complain about it.&lt;/p&gt;

&lt;p&gt;The same phase comes in a developer’s life.&lt;/p&gt;

&lt;p&gt;Sometimes, they lose their job.&lt;/p&gt;

&lt;p&gt;After putting in so much effort, suddenly they are no longer needed. People who once reached out for help slowly disappear.&lt;/p&gt;

&lt;p&gt;It feels empty.&lt;/p&gt;

&lt;h2&gt;
  
  
  Starting Again, Stronger
&lt;/h2&gt;

&lt;p&gt;But this is not the end.&lt;/p&gt;

&lt;p&gt;If the tree is given water and nutrients again, it grows back. Stronger. Fuller. Better.&lt;/p&gt;

&lt;p&gt;The same is true for developers.&lt;/p&gt;

&lt;p&gt;If we keep learning, keep applying, and stay positive, things change. A new opportunity comes. A better path appears.&lt;/p&gt;

&lt;p&gt;And life moves forward again.&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%2F3dt6fz6q0d9x4cvqht11.gif" 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%2F3dt6fz6q0d9x4cvqht11.gif" alt="img" width="480" height="268"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Keep Going
&lt;/h2&gt;

&lt;p&gt;Growth is not always visible.&lt;/p&gt;

&lt;p&gt;Where things are quiet. Where results are not visible. Where it feels like nothing is working.&lt;/p&gt;

&lt;p&gt;But that is where roots grow.&lt;/p&gt;

&lt;p&gt;Roots don’t show on the surface. But they decide how strong you will stand when things get better.&lt;/p&gt;

&lt;p&gt;Every developer goes through this phase.&lt;/p&gt;

&lt;p&gt;Some quit here. Some stay, keep learning, keep trying, and slowly grow stronger.&lt;/p&gt;

&lt;p&gt;If you feel lost right now, maybe you are not falling behind. Maybe you are just growing roots.&lt;/p&gt;

&lt;p&gt;And when the time comes, you will grow in ways you cannot see yet.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What phase do you think you are in right now?&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>discuss</category>
      <category>writing</category>
      <category>learning</category>
    </item>
    <item>
      <title>I Almost Didn’t Go to My First Tech Event</title>
      <dc:creator>Konark Sharma</dc:creator>
      <pubDate>Mon, 30 Mar 2026 18:03:01 +0000</pubDate>
      <link>https://dev.to/konark_13/i-almost-didnt-go-to-my-first-tech-event-404e</link>
      <guid>https://dev.to/konark_13/i-almost-didnt-go-to-my-first-tech-event-404e</guid>
      <description>&lt;p&gt;I almost didn’t go to my first tech event.&lt;/p&gt;

&lt;p&gt;I kept thinking I wouldn’t fit in. Everyone there would know more than me. I wouldn’t know what to say or how to even start a conversation.&lt;/p&gt;

&lt;p&gt;For a moment, I even thought of skipping it. But somehow, I still showed up.&lt;/p&gt;

&lt;p&gt;After quitting my job, one thing I did was I started attending tech events. Once I started attending more events, it felt really good.&lt;/p&gt;

&lt;p&gt;Every tech event comes with its own perks. Some are good, some are exceptionally well organized. Some provide practical knowledge about tools, while others give deep insights into tech.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Thought Tech Events Were
&lt;/h2&gt;

&lt;p&gt;These are mostly community events, either paid or free, where you attend as a participant or a speaker. So far, I have only attended as an attendee. Maybe someday I will attend as a speaker.&lt;/p&gt;

&lt;p&gt;What fascinates me the most is seeing speakers with immense knowledge explain complex things in simple ways while keeping the audience engaged.&lt;/p&gt;

&lt;p&gt;Most companies organize these events to either share knowledge or promote their products through talks and demos.&lt;/p&gt;

&lt;p&gt;I personally feel that smaller, more closed events are more interesting because you get more time to talk to speakers. In larger events, everyone wants to talk to them, so the interaction becomes limited.&lt;/p&gt;

&lt;p&gt;Most of the events I attended were offline, which helped me meet new people and learn a lot more. I have also worked as a volunteer in a few events, so I have seen both sides.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I Still Decided to Go
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. What I Learned Just by Showing Up
&lt;/h3&gt;

&lt;p&gt;I attend every event with one goal, &lt;strong&gt;to learn something new&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;This mindset has made every event valuable for me. Every speaker comes with something to share, and picking even one useful idea makes the event worth it.&lt;/p&gt;

&lt;p&gt;I always check the agenda beforehand and get excited about topics I want to learn. I keep my notes ready to capture ideas, project thoughts, or anything interesting.&lt;/p&gt;

&lt;p&gt;One of the most memorable events for me was an OpenAI event. I got to see and hear Sam Altman. Many startups were built on top of ChatGPT, and founders were discussing real problems with the team.&lt;/p&gt;

&lt;p&gt;That was the first time I heard terms like Context Window, RAG, Embeddings, Hallucinations, Model Weights, Temperature, Max Tokens, Vector Databases, and Context Length.&lt;/p&gt;

&lt;p&gt;I was completely amazed. That same evening, I came back home and started exploring AI seriously.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Talking to People Was the Hardest Part
&lt;/h3&gt;

&lt;p&gt;If you are a student, tech events can open many doors.&lt;/p&gt;

&lt;p&gt;You meet people from different universities, exchange ideas, and sometimes even build things together. You can prepare together, practice interviews, or even work on projects that may turn into something bigger.&lt;/p&gt;

&lt;p&gt;For working professionals, these events help in finding better opportunities, referrals, or even hiring.&lt;/p&gt;

&lt;p&gt;For me, I have not deeply connected with many people yet, but I have had great conversations, learned a lot, and enjoyed interacting with others.&lt;/p&gt;

&lt;p&gt;Since I was somewhere in between, having a degree but not working, I sometimes felt I did not fully belong to either side.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Learning by Doing Changed Everything
&lt;/h3&gt;

&lt;p&gt;I always look forward to hands-on sessions more than talks.&lt;/p&gt;

&lt;p&gt;Learning by doing and breaking things teaches more than just listening. I try to reach early whenever there is limited seating.&lt;/p&gt;

&lt;p&gt;Through these sessions, I have learned things like re-ranking, built small MCP servers, explored AI Studio, and even got introduced to tools like Antigravity.&lt;/p&gt;

&lt;p&gt;I also got to see demos of tools like Stitch before release, just by attending events.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. The Unexpected Small Wins
&lt;/h3&gt;

&lt;p&gt;My first event was special because I did not return empty handed. I got stickers and a pin, and it felt amazing.&lt;/p&gt;

&lt;p&gt;Since then, every event gives something different. Some I use, some I keep. I have collected a lot of swags, though I don’t put stickers on my laptop, otherwise it would be completely filled.&lt;/p&gt;

&lt;p&gt;And yes, almost every event had good food.&lt;/p&gt;

&lt;h3&gt;
  
  
  5. Seeing the Effort Behind the Scenes
&lt;/h3&gt;

&lt;p&gt;Since I worked as a volunteer in some events, I got to see how things work behind the scenes.&lt;/p&gt;

&lt;p&gt;Handling people, organizing sessions, managing chaos so that everything runs smoothly. Most volunteers were developers too, and everyone was helpful and humble.&lt;/p&gt;

&lt;p&gt;It gave me a different perspective of how much effort goes into organizing a good event.&lt;/p&gt;

&lt;h3&gt;
  
  
  6. Why I Kept Going Back
&lt;/h3&gt;

&lt;p&gt;Every event I attend leaves me with motivation. I always come back wanting to build something better, learn more, and improve.&lt;/p&gt;

&lt;p&gt;These events give me the push to keep going.&lt;/p&gt;

&lt;p&gt;I also have a goal now, someday I want to be on that stage and share my own experiences.&lt;/p&gt;

&lt;p&gt;Many of the events I attended required shortlisting. Being unemployed made me feel like I might not get selected. But surprisingly, I got selected for many, and yes, I got rejected from some too.&lt;/p&gt;

&lt;p&gt;It feels like luck sometimes, but being there and showing up made a difference.&lt;/p&gt;

&lt;h3&gt;
  
  
  7. What Changed in Me After Attending Events
&lt;/h3&gt;

&lt;p&gt;I am an introvert. But I challenged myself to talk to people at events. Even when I felt less qualified, I still tried. Talking to people gave me confidence.&lt;/p&gt;

&lt;p&gt;I started listening more, observing more, and slowly getting comfortable. I go to events with the intention to learn more and speak less. &lt;/p&gt;

&lt;p&gt;I keep my expectations low and stay open to unexpected experiences. And many times, I ended up meeting amazing people who shared valuable insights.&lt;/p&gt;

&lt;h3&gt;
  
  
  Sometimes Just Showing Up Is Enough
&lt;/h3&gt;

&lt;p&gt;Being at the right place at the right time matters.&lt;/p&gt;

&lt;p&gt;I read the &lt;a href="https://dev.to/maame-codes/how-my-illegal-visit-to-tech-show-london-turned-into-a-summer-internship-win-336o"&gt;article&lt;/a&gt; from &lt;a class="mentioned-user" href="https://dev.to/maame-codes"&gt;@maame-codes&lt;/a&gt; about getting an internship just by attending a tech event.&lt;/p&gt;

&lt;p&gt;That is the kind of unexpected outcome these events can create.&lt;/p&gt;

&lt;h2&gt;
  
  
  If You Are Thinking About Going, Just Go
&lt;/h2&gt;

&lt;p&gt;If you have never attended a tech event, try attending one. You might not get everything from the first event.&lt;/p&gt;

&lt;p&gt;But you will definitely take something back.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Have you attended any tech events? How was your experience?&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>beginners</category>
      <category>career</category>
      <category>learning</category>
    </item>
    <item>
      <title>Small Prompt Tweaks That Saved Me Hours</title>
      <dc:creator>Konark Sharma</dc:creator>
      <pubDate>Wed, 25 Mar 2026 17:43:11 +0000</pubDate>
      <link>https://dev.to/konark_13/small-prompt-tweaks-that-saved-me-hours-1l94</link>
      <guid>https://dev.to/konark_13/small-prompt-tweaks-that-saved-me-hours-1l94</guid>
      <description>&lt;p&gt;I have been experimenting with AI these days and what I found from watching tutorials and prompting myself is that prompting isn’t really a skill. It is about thinking clearly.&lt;/p&gt;

&lt;p&gt;If your thinking is vague, your output will be vague. If your thinking is structured, your output becomes structured. Being vague won’t get you results. Being specific and knowing exactly what you want will.&lt;/p&gt;

&lt;p&gt;I’ll share some observations that helped me move from generic AI outputs to something more controlled and intentional. The gap between an average AI website and the ones you see on X isn’t the tool. It is the process.&lt;/p&gt;

&lt;h2&gt;
  
  
  Start With a Breakdown, Not a Prompt
&lt;/h2&gt;

&lt;p&gt;We all build websites these days. Even non-coders are building cool websites using AI. But there is one problem. Most of them look the same.&lt;/p&gt;

&lt;p&gt;Generic. Repetitive. Forgettable.&lt;/p&gt;

&lt;p&gt;I tried building multiple websites using simple prompts and most of the outputs looked plain and basic.&lt;/p&gt;

&lt;p&gt;To make them feel more refined and intentional, I realized two things matter:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;The breakdown&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;The master prompt&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Before writing any code, I now start with inspiration.&lt;/p&gt;

&lt;p&gt;Instead of saying: '&lt;em&gt;Build me a modern website&lt;/em&gt;'&lt;/p&gt;

&lt;p&gt;I prompt like this:&lt;br&gt;
'&lt;em&gt;Generate a complete design spec sheet including layout system, spacing, typography, color palette, animations and components for Figma.&lt;/em&gt;'&lt;/p&gt;

&lt;p&gt;This gives me structure. Then I refine it. Then I convert it into a master prompt. Then I build.&lt;/p&gt;

&lt;p&gt;The key rule: &lt;strong&gt;Fix one thing at a time&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Always say: &lt;strong&gt;Fix only these items&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This reduces hallucination and keeps the system focused.&lt;/p&gt;

&lt;h2&gt;
  
  
  Constraints Make AI Better
&lt;/h2&gt;

&lt;p&gt;AI performs better with constraints.&lt;/p&gt;

&lt;p&gt;Instead of saying: '&lt;em&gt;The layout feels off&lt;/em&gt;'&lt;/p&gt;

&lt;p&gt;I prompt like this: '&lt;em&gt;Hero section max-width 1200px, centered, with proper padding and spacing&lt;/em&gt;'&lt;/p&gt;

&lt;p&gt;Instead of: '&lt;em&gt;Fix design&lt;/em&gt;'&lt;/p&gt;

&lt;p&gt;I prompt like this: '&lt;em&gt;Fix only spacing between sections and alignment of navbar&lt;/em&gt;'&lt;/p&gt;

&lt;p&gt;Constraints reduce randomness.&lt;/p&gt;

&lt;h2&gt;
  
  
  Prompting Is Iteration, Not Perfection
&lt;/h2&gt;

&lt;p&gt;Most people try to write one perfect prompt. That rarely works.&lt;/p&gt;

&lt;p&gt;The real process looks like this:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Prompt → Output → Fix → Refine → Repeat&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The faster you iterate, the better your results.&lt;/p&gt;

&lt;h2&gt;
  
  
  Let AI Write Better Prompts for You
&lt;/h2&gt;

&lt;p&gt;Instead of trying to write perfect prompts yourself, use AI to generate better prompts.&lt;/p&gt;

&lt;p&gt;I prompt like this: '&lt;em&gt;Convert this idea into a high-quality diffusion model prompt.&lt;/em&gt;'&lt;/p&gt;

&lt;p&gt;LLMs understand structure better than us in many cases. Let them help you think.&lt;/p&gt;

&lt;h2&gt;
  
  
  Ask AI What You’re Missing
&lt;/h2&gt;

&lt;p&gt;One of the most underrated uses of AI.&lt;/p&gt;

&lt;p&gt;I prompt like this: &lt;em&gt;'Whatever you know about me based on that what am I missing in this? or What gaps exist in my knowledge?'&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;This shifts AI from answering questions to improving your thinking.&lt;/p&gt;

&lt;h2&gt;
  
  
  Add Constraints to Reduce Hallucination
&lt;/h2&gt;

&lt;p&gt;When conversations get long, hallucinations increase. Instead of blindly trusting outputs, guide it.&lt;/p&gt;

&lt;p&gt;I prompt like this: '&lt;em&gt;If you are not sure, say I don’t know. Provide a confidence score for your answer&lt;/em&gt;'&lt;/p&gt;

&lt;p&gt;This makes responses more grounded.&lt;/p&gt;

&lt;h2&gt;
  
  
  Control the Way AI Writes
&lt;/h2&gt;

&lt;p&gt;AI has a very predictable writing pattern. To avoid that, guide it.&lt;/p&gt;

&lt;p&gt;I prompt like this: '&lt;em&gt;Avoid sentence structures like “not just X but Y”. Use direct and clear sentences. Be creative but avoid generic phrasing&lt;/em&gt;'&lt;/p&gt;

&lt;p&gt;This improves output quality instantly.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Realized
&lt;/h2&gt;

&lt;p&gt;Prompting is not about writing better sentences. It is about thinking better.&lt;/p&gt;

&lt;p&gt;Most bad outputs come from unclear thinking. Not bad models.&lt;/p&gt;

&lt;p&gt;The better you think:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;the better you structure
&lt;/li&gt;
&lt;li&gt;the better you guide
&lt;/li&gt;
&lt;li&gt;the better you iterate
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The better your results.&lt;/p&gt;

&lt;p&gt;The difference is not in tools. It is in how you use them. AI doesn’t replace thinking. It amplifies it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What is one prompting technique that actually worked for you?&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>productivity</category>
      <category>promptengineering</category>
      <category>beginners</category>
    </item>
    <item>
      <title>How I Got Out of the “Why Not Me?” Loop</title>
      <dc:creator>Konark Sharma</dc:creator>
      <pubDate>Wed, 18 Mar 2026 18:24:39 +0000</pubDate>
      <link>https://dev.to/konark_13/how-i-got-out-of-the-why-not-me-loop-2ge0</link>
      <guid>https://dev.to/konark_13/how-i-got-out-of-the-why-not-me-loop-2ge0</guid>
      <description>&lt;p&gt;I opened LinkedIn. Someone got into Google.  &lt;/p&gt;

&lt;p&gt;And for a moment, I felt like I was doing everything wrong.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Jealousy is the thief of joy.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;One of the hardest lessons I’ve learned is to stop comparing myself to other developers. Every developer has their own journey, and everyone follows a different path.&lt;/p&gt;

&lt;p&gt;I usually don’t compare myself to others. But there are moments when you feel stuck, and suddenly everyone else seems to be moving forward.&lt;/p&gt;

&lt;p&gt;You start asking yourself:&lt;/p&gt;

&lt;p&gt;"&lt;em&gt;Am I doing it wrong?&lt;/em&gt;"&lt;br&gt;&lt;br&gt;
"&lt;em&gt;Why am I not getting shortlisted?&lt;/em&gt;"&lt;br&gt;&lt;br&gt;
"&lt;em&gt;What is the reason for my failures?&lt;/em&gt;"  &lt;/p&gt;

&lt;p&gt;And then comes the worst one:&lt;br&gt;&lt;br&gt;
"&lt;em&gt;Am I even worth it?&lt;/em&gt;"&lt;/p&gt;

&lt;h2&gt;
  
  
  When It Started
&lt;/h2&gt;

&lt;p&gt;This started when I began my journey as a developer.&lt;/p&gt;

&lt;p&gt;I learned HTML, CSS, JavaScript, and then moved to React. I wanted to get better. But instead, I got stuck in tutorial hell.&lt;/p&gt;

&lt;p&gt;Watching one video after another. Every creator had a different opinion about careers. And I felt like once someone becomes successful, they start believing their path is the only way.&lt;/p&gt;

&lt;p&gt;I saw people leaving jobs at big tech companies and starting YouTube channels or selling courses. Every thumbnail said:&lt;/p&gt;

&lt;p&gt;“Why I left Google”, “Why I quit Microsoft”.&lt;/p&gt;

&lt;p&gt;And here I was, just trying to figure out how to get into the industry.&lt;/p&gt;

&lt;p&gt;One night, I refreshed my inbox.&lt;/p&gt;

&lt;p&gt;Rejection. Again.&lt;/p&gt;

&lt;p&gt;That was the moment I realized something was wrong not with my effort, but with how I was thinking. Leaving my job and getting rejected pushed me into a loop.&lt;/p&gt;

&lt;p&gt;Applying at night. Rejection emails in the morning. Then opening LinkedIn and seeing someone else succeed. Again and again.&lt;/p&gt;

&lt;p&gt;I didn’t have mentors to talk to. I stopped reaching out to college mentors. Most of my guidance came from ChatGPT helping me with resumes and projects.&lt;/p&gt;

&lt;p&gt;I was really interested in frontend. I discovered Awwards and was completely amazed. Every website felt unreal. The design, the creativity, the interactions. I watched people build them. But I didn’t just want the code. I wanted to understand how they think.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Changed
&lt;/h2&gt;

&lt;p&gt;Does this story have a perfect ending where I completely stopped comparing? &lt;strong&gt;No&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Comparison is natural. But what changed is how I react to it.&lt;/p&gt;

&lt;p&gt;The intensity is much lower now. Because I started focusing on what I can control.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Reading, Writing, Building, Learning&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The more I built, the less I compared. Because progress gives clarity, and clarity kills doubt.&lt;/p&gt;

&lt;p&gt;Comparison will always exist. But instead of letting it break me, I started using it as a signal. A signal that I need to improve not a reason to doubt myself.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Actually Helped Me
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;I stopped measuring my progress with other people’s timelines
&lt;/li&gt;
&lt;li&gt;I reduced LinkedIn scrolling and increased building time
&lt;/li&gt;
&lt;li&gt;I started writing what I learn instead of consuming endlessly
&lt;/li&gt;
&lt;li&gt;I focused on small wins instead of big expectations
&lt;/li&gt;
&lt;li&gt;I treated comparison as feedback, not failure
&lt;/li&gt;
&lt;li&gt;I built projects even when they felt imperfect
&lt;/li&gt;
&lt;li&gt;I asked questions instead of staying stuck
&lt;/li&gt;
&lt;li&gt;I tracked my own progress weekly
&lt;/li&gt;
&lt;li&gt;I learned from others without trying to become them
&lt;/li&gt;
&lt;li&gt;I reminded myself why I started
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Comparison doesn’t slow your progress. It makes you forget that you’re already making some.&lt;/p&gt;

&lt;p&gt;I still compare sometimes. But now, I don’t let it define me. I use it to adjust, not to doubt. Because the goal is not to be better than others. The goal is to be better than who I was yesterday.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What is the one thing that helped you stop comparing yourself to others?&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>career</category>
      <category>mentalhealth</category>
      <category>beginners</category>
      <category>learning</category>
    </item>
    <item>
      <title>Are You Really a Developer? The Mindset That Matters More Than Code</title>
      <dc:creator>Konark Sharma</dc:creator>
      <pubDate>Sun, 15 Mar 2026 19:14:11 +0000</pubDate>
      <link>https://dev.to/konark_13/are-you-really-a-developer-the-mindset-that-matters-more-than-code-40e</link>
      <guid>https://dev.to/konark_13/are-you-really-a-developer-the-mindset-that-matters-more-than-code-40e</guid>
      <description>&lt;p&gt;Many people learn to code, but not everyone develops a developer mindset. The difference often comes down to a few simple traits that shape how we learn, debug, collaborate, and grow. These days everyone wants to be called a developer, but many do not truly have a developer’s mindset. You might ask what I mean by that.&lt;/p&gt;

&lt;p&gt;A developer’s mindset is a mix of personality traits that helps someone grow from being a coder to an experience level developer. Of course experience matters. Senior developers have spent years working in their field. But there are certain traits that, when combined together, help someone become a better developer.&lt;/p&gt;

&lt;p&gt;With the rise of vibe coding, everyone wants to be called a developer. The moment someone learns HTML, CSS, and JavaScript they start thinking they have become a developer. But the real question is, are you really a developer?&lt;/p&gt;

&lt;p&gt;Let us look at a few traits.&lt;/p&gt;

&lt;h2&gt;
  
  
  Curiosity Drives Learning
&lt;/h2&gt;

&lt;p&gt;Being curious is one of the most important traits that can help you become a better developer. Curiosity can take you in unexpected directions.&lt;/p&gt;

&lt;p&gt;For example, my curiosity led me to this platform where I started learning from amazing writers who share great content. I read articles with the curiosity of learning something new every time.&lt;/p&gt;

&lt;p&gt;Through that curiosity I have learned about BiFrost, LLMs, key takeaways from 1 Million dev.to Articles, and many other topics. I attend tech events with the curiosity to learn and meet new developers. Everyone has their own stories and learning experiences, and it feels amazing to listen and learn from them.&lt;/p&gt;

&lt;p&gt;I am an introvert, but I still comment, read, share, and participate because curiosity keeps pushing me forward. Curiosity helped me learn React, Golang, Kubernetes, and even experiment with vibe coding.&lt;/p&gt;

&lt;p&gt;Staying curious has helped me learn a lot. I write mostly to share my experiences and learn from others as well.&lt;/p&gt;

&lt;h2&gt;
  
  
  Debugging Is Where Real Learning Happens
&lt;/h2&gt;

&lt;p&gt;One thing that is common in every developer’s life, other than successful deployments, is errors. Debugging and learning from errors can make you a better developer.&lt;/p&gt;

&lt;p&gt;Most of us copy an error and immediately paste it into an LLM to find the answer. But before doing that, it is important to read the code and understand where the error is coming from.&lt;/p&gt;

&lt;p&gt;Sometimes the error is very small, maybe just a missing semicolon. But by immediately using an LLM we end up going in a completely different direction.&lt;/p&gt;

&lt;p&gt;When we debug our code ourselves, we learn how the system actually works. That knowledge helps us solve similar problems in the future.&lt;/p&gt;

&lt;p&gt;If we always rely on copying errors and pasting them into LLMs, we never really understand what went wrong. Senior developers often say that debugging is one of the best ways to improve as a developer.&lt;/p&gt;

&lt;h2&gt;
  
  
  Great Developers Ask for Help
&lt;/h2&gt;

&lt;p&gt;None of us know everything. Some people are better in DevOps, some in writing articles, some in debugging, some in frontend, and some in backend.&lt;/p&gt;

&lt;p&gt;If I get stuck somewhere, I prefer asking for help. Someone else's experience can often solve a problem much faster.&lt;/p&gt;

&lt;p&gt;For example, asking Hadil about BiFrost, asking Sylwia about web development, asking Francis about GitHub PRs. They are all amazing creators who share their knowledge.&lt;/p&gt;

&lt;p&gt;At first there is always hesitation when asking for help. But the developer community is usually very supportive. Most developers are willing to help if you ask.&lt;/p&gt;

&lt;p&gt;I once read something from Jim Rohn that stayed with me. Sometimes simply asking can open doors we never imagined.&lt;/p&gt;

&lt;h2&gt;
  
  
  Persistence Matters More Than Talent
&lt;/h2&gt;

&lt;p&gt;I love this quote from Atomic Habits that talks about improving one percent every day. &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;If you can get 1% better each day for one year, you’ll end up 37 times better by the time you’re done.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;If someone has a habit of giving up easily, becoming a developer will be very difficult. Since the day I started liking computer science, I never gave up.&lt;/p&gt;

&lt;p&gt;I have spent sleepless nights debugging code just to see it finally run. Sometimes I even dream about debugging problems. But the moment when the code finally works and deploys successfully is one of the best feelings.&lt;/p&gt;

&lt;p&gt;Life will give you many reasons to quit being a developer, but you have to find one reason to continue.&lt;/p&gt;

&lt;p&gt;For me, that reason is learning and writing. Reading how others write and explain concepts motivates me to keep improving.&lt;/p&gt;

&lt;h2&gt;
  
  
  Stepping Away Can Solve Problems
&lt;/h2&gt;

&lt;p&gt;This is a mindset I developed while coding and debugging.&lt;/p&gt;

&lt;p&gt;Sometimes errors are persistent and keep repeating. Many developers say vibe coding is more about debugging than generating code.&lt;/p&gt;

&lt;p&gt;When I get stuck with an error or cannot think clearly, I take a short break and focus on something completely different. This helps calm my mind. When I return, I often see the problem more clearly.&lt;/p&gt;

&lt;p&gt;Sometimes the solution is obvious after the break. Taking a pause helps me restart with better ideas and better prompts.&lt;/p&gt;

&lt;h2&gt;
  
  
  Shipping Projects Is How You Improve
&lt;/h2&gt;

&lt;p&gt;Most developers have unfinished projects or ideas they once loved but never completed. I also fall into that category. I had many unfinished projects that I stopped working on midway.&lt;/p&gt;

&lt;p&gt;But now I try to complete and deploy them instead of abandoning them. Deploying projects forces you to write more code and face more debugging challenges.&lt;/p&gt;

&lt;p&gt;And more debugging means more learning.&lt;/p&gt;

&lt;h2&gt;
  
  
  Reading Other People’s Code Makes You Better
&lt;/h2&gt;

&lt;p&gt;Another important trait is the ability to learn from other people’s code.&lt;/p&gt;

&lt;p&gt;Every developer writes code differently. By studying other developers' work, you can learn better patterns and approaches.&lt;/p&gt;

&lt;p&gt;Senior developers sometimes write two lines of code that solve a problem which might take a beginner ten lines.&lt;/p&gt;

&lt;p&gt;I often check GitHub repositories shared in articles on this platform. Seeing how experienced developers structure their code helps me improve my own coding style.&lt;/p&gt;

&lt;h2&gt;
  
  
  Know Your Reason for Being a Developer
&lt;/h2&gt;

&lt;p&gt;Your reason for becoming a developer should be clear.&lt;/p&gt;

&lt;p&gt;If someone chooses this field only because it pays well or because everyone else is doing it, it becomes difficult to stay motivated.&lt;/p&gt;

&lt;p&gt;There must be curiosity and a desire to learn.&lt;/p&gt;

&lt;p&gt;My reason is simple. I genuinely enjoy being a developer. Learning new concepts, reading articles, watching technical videos, and exploring system design never feels boring to me.&lt;/p&gt;

&lt;p&gt;Technology keeps me engaged and entertained. Sometimes when I feel bored, I read interviews, study system design, or explore new tools.&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%2Fdjrytd9la377tfdlxck9.gif" 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%2Fdjrytd9la377tfdlxck9.gif" alt="dev" width="337" height="355"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;These are some traits that I feel help shape a developer’s mindset. Being a developer is not only about writing code. It is about curiosity, patience, persistence, and the willingness to keep learning. Every bug, every project, and every conversation with other developers teaches something new. The more we stay curious and open to learning, the better we grow as developers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What are the traits you believe are important that I might have missed?&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>career</category>
      <category>learning</category>
      <category>discuss</category>
    </item>
    <item>
      <title>What Quitting My Job Taught Me About Tech</title>
      <dc:creator>Konark Sharma</dc:creator>
      <pubDate>Wed, 11 Mar 2026 11:04:06 +0000</pubDate>
      <link>https://dev.to/konark_13/what-quitting-my-job-taught-me-about-tech-3no0</link>
      <guid>https://dev.to/konark_13/what-quitting-my-job-taught-me-about-tech-3no0</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/wecoded-2026"&gt;2026 WeCoded Challenge&lt;/a&gt;: Echoes of Experience&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;So it is finally time to write about the past year. It has truly been a roller coaster for me. Last year I quit my job to search for a new one. I am still looking, but the experiences I gained over this year are immeasurable. There is a lot to talk about, so let us begin this journey.&lt;/p&gt;

&lt;h2&gt;
  
  
  Learning Through Hackathons
&lt;/h2&gt;

&lt;p&gt;After quitting my job, I quickly revised my web development skills and started participating in hackathons to gain more experience. I participated solo because I felt I did not yet have a strong hold on my stack.&lt;/p&gt;

&lt;p&gt;I had built a few MERN projects during college, but they were not great. So this felt like a redemption arc for me to improve my skills while participating in hackathons.&lt;/p&gt;

&lt;p&gt;Most hackathons are focused on students, so it was difficult to find ones open for working professionals. After a lot of searching I finally found one. The theme was to convert an old website into a modern version.&lt;/p&gt;

&lt;p&gt;I chose cplusplus.com since I had been using it and coding in C++ since school. While building it, I faced many errors and struggled with choosing the right libraries and animations to make the website modern but still subtle and usable.&lt;/p&gt;

&lt;p&gt;After all the effort I submitted my &lt;a href="https://glasscpp.netlify.app/" rel="noopener noreferrer"&gt;revised version&lt;/a&gt; and received a participation certificate. It felt great to build something and receive recognition for it. I was happy but also a little sad that I did not win.&lt;/p&gt;

&lt;p&gt;That made me continue searching for places where I could build and learn more. Eventually I found my go to platform for challenges which was Dev.to.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Reflection&lt;/strong&gt;&lt;br&gt;
Participating in hackathons taught me that building something imperfect is still better than not building at all. Even though I did not win, the experience helped me understand my stack better and pushed me to keep improving.&lt;/p&gt;

&lt;h2&gt;
  
  
  Finding My Voice in Writing
&lt;/h2&gt;

&lt;p&gt;When I discovered Dev.to I was amazed by the quality of content and the Dev Challenges on the platform.&lt;/p&gt;

&lt;p&gt;Today I also received a badge for completing one year on the platform, so writing this makes me a little emotional while looking back at the journey.&lt;/p&gt;

&lt;p&gt;Initially I did not have the courage to publish an article. But after pushing myself I finally wrote my first &lt;a href="https://dev.to/konark_13/dailybrief-the-ai-assistant-that-brings-calm-to-the-chaos-47bi"&gt;article&lt;/a&gt;. After publishing it I received the &lt;strong&gt;Writing Debut&lt;/strong&gt; badge which made me very happy. Around thirteen people liked the article and that small appreciation made me enjoy writing even more.&lt;/p&gt;

&lt;p&gt;After that I started writing more articles for Dev Challenges hoping that someday I might win one.&lt;/p&gt;

&lt;p&gt;But my next few articles did not perform well and I began to feel that maybe technical writing was not for me. I did not know whom to ask for guidance, so I took a break from writing and started reading other amazing articles on the platform.&lt;/p&gt;

&lt;p&gt;On New Year’s Eve I challenged myself to write thirty articles in thirty days, but again I did not have the courage or ideas to continue.&lt;/p&gt;

&lt;p&gt;Then in February the Dev Challenge called &lt;strong&gt;New Year New You Portfolio&lt;/strong&gt; Challenge appeared and I thought this would be the perfect opportunity to start again. I wrote about it and slowly started publishing more articles.&lt;/p&gt;

&lt;p&gt;Though I could not complete the challenge, writing gave me more clarity about how to write, what to write, and what works and what does not.&lt;/p&gt;

&lt;p&gt;Then something unexpected happened. I wrote the article &lt;a href="https://dev.to/konark_13/vibe-coding-reality-check-440a"&gt;Vibe Coding Reality Check&lt;/a&gt; . I did not expect much from it but it turned out to be a turning point for me. That article made me more serious about writing and sharing my experiences.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Reflection&lt;/strong&gt;&lt;br&gt;
Writing my first article showed me that sometimes courage is the hardest step. Once I pressed the publish button, everything else became easier. The small appreciation I received gave me the confidence to keep writing and sharing.&lt;/p&gt;

&lt;h2&gt;
  
  
  Learning to Network at Tech Events
&lt;/h2&gt;

&lt;p&gt;I am an introvert by nature, but I wanted to overcome my hesitation in talking to strangers. Attending tech events alone became one of the best ways for me to learn and network. I lost count of the events I attended because each one taught me something new.&lt;/p&gt;

&lt;p&gt;If you have the ability to listen, you can learn from anyone.&lt;/p&gt;

&lt;p&gt;At first it was difficult because many people at these events were either students or professionals with great jobs while I was unemployed. That made me feel like a misfit sometimes and I overthought a lot before talking to anyone.&lt;/p&gt;

&lt;p&gt;But things slowly changed. In my last few events I realized that I could talk to people, crack jokes, and introduce myself to strangers.&lt;/p&gt;

&lt;p&gt;Even today I still feel hesitant at first, but I set a small goal for myself at every event which is to talk to at least one person.&lt;/p&gt;

&lt;p&gt;For an introvert like me, this has been a big step forward.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Reflection&lt;/strong&gt;&lt;br&gt;
Attending tech events helped me realize that networking is not about being the most confident person in the room. It is about being curious and willing to talk to people and learn from their experiences.&lt;/p&gt;

&lt;h2&gt;
  
  
  Sharing My Work on LinkedIn
&lt;/h2&gt;

&lt;p&gt;Earlier I was not comfortable posting things on LinkedIn. It always felt like boasting about achievements. But once I started learning about personal branding I began to see LinkedIn differently.&lt;/p&gt;

&lt;p&gt;My goal is not to boast but to share content that helps people grow. Many people already do this, but I want to find my own way of sharing experiences and learnings.&lt;/p&gt;

&lt;p&gt;Posting the articles I write and sharing about events I attend gave me confidence to express my thoughts publicly. It also helps recruiters see that you are building and learning something rather than leaving your profile empty.&lt;/p&gt;

&lt;p&gt;And honestly, the first like on a post always feels great.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Reflection&lt;/strong&gt;&lt;br&gt;
Posting on LinkedIn helped me understand that sharing your journey is not about showing off. It is about documenting your learning and connecting with people who might benefit from it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Learning by Building Projects
&lt;/h2&gt;

&lt;p&gt;I never thought I would build many projects because I felt new to the tech stack.&lt;/p&gt;

&lt;p&gt;But with my existing knowledge and some vibe coding, I built a few projects that I really like. They might not solve big real world problems but I am proud of how they turned out.&lt;/p&gt;

&lt;p&gt;Turning an idea into a project takes time, effort, and many errors. For me it was time, effort, and sometimes dealing with hallucinations from AI tools.&lt;/p&gt;

&lt;p&gt;More than the projects themselves, I feel proud about writing about them. Writing helps me transform what I learned into words and explain errors, solutions, and outcomes.&lt;/p&gt;

&lt;p&gt;Building projects and then writing about them helped me remember problems better and understand solutions more deeply.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Reflection&lt;/strong&gt;&lt;br&gt;
Building projects reminded me that ideas only become real when you actually start working on them. Every bug and every error teaches something new.&lt;/p&gt;

&lt;h2&gt;
  
  
  Dealing With Rejections
&lt;/h2&gt;

&lt;p&gt;I applied to many jobs. Some applications were rejected while some progressed to interviews and multiple rounds.&lt;/p&gt;

&lt;p&gt;Editing my resume, applying for roles, and getting shortlisted felt exciting. It sometimes felt like waiting for a big opportunity to arrive.&lt;/p&gt;

&lt;p&gt;I learned a lot during this phase about job applications, referrals, resume feedback, and interview preparation.&lt;/p&gt;

&lt;p&gt;I once had an in person interview which lasted two days. Day one had technical rounds and day two included an interview with the CEO.&lt;/p&gt;

&lt;p&gt;Since there were many candidates, my interview was moved to the second day which meant I was the only candidate that day. Instead of overthinking I decided to approach it with confidence.&lt;/p&gt;

&lt;p&gt;I went in with the mindset of &lt;strong&gt;Veni Vidi Vici&lt;/strong&gt;. &lt;strong&gt;I came, I saw, I conquered.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The conversation lasted around an hour and I left feeling confident. I was hopeful about the result but unfortunately I was not selected.&lt;/p&gt;

&lt;p&gt;It was disappointing, but life moves forward. I continued applying and the cycle continued.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Reflection&lt;/strong&gt;&lt;br&gt;
Rejections were difficult at times, but they also taught me resilience. Every interview helped me understand where I could improve and how to prepare better for the next opportunity.&lt;/p&gt;

&lt;h2&gt;
  
  
  Learning From the McKinsey Forward Program
&lt;/h2&gt;

&lt;p&gt;Through tech events I came across the McKinsey Forward Program.&lt;/p&gt;

&lt;p&gt;It is a multi week learning program designed to equip people at different career stages with practical skills for the future of work. The experience was very different from traditional learning. The program focused on teamwork, sharing ideas, feedback, and practical problem solving.&lt;/p&gt;

&lt;p&gt;Many of the concepts were things I already knew, but the program taught me how to apply them in real situations. I still keep my notes from the program and plan to review them before joining a new company someday.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Reflection&lt;/strong&gt;&lt;br&gt;
The Forward program helped me understand that technical skills alone are not enough. Communication, teamwork, and feedback are equally important in the workplace.&lt;/p&gt;

&lt;h2&gt;
  
  
  Learning Through Google Arcade
&lt;/h2&gt;

&lt;p&gt;Google Arcade was another interesting experience for me.&lt;/p&gt;

&lt;p&gt;It combines learning with a game like environment. I participated from July to December.&lt;/p&gt;

&lt;p&gt;Programs like Arcade Adventure, Arcade Voyage, Arcade Trail, Sprint, and Skill Badge give you points for completing learning tasks. The more points you earn the more Google swag you unlock.&lt;/p&gt;

&lt;p&gt;Through this program I learned about Terraform, BigQuery, Google Cloud Platform, and several other tools. It made learning cloud technologies feel fun and engaging.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Reflection&lt;/strong&gt;&lt;br&gt;
Google Arcade showed me that learning can also be fun. When learning feels like a game, it becomes easier to stay curious and keep exploring new technologies.&lt;/p&gt;

&lt;h2&gt;
  
  
  Looking Ahead
&lt;/h2&gt;

&lt;p&gt;My biggest milestones are still ahead of me.&lt;/p&gt;

&lt;p&gt;Getting a job in tech and contributing to open source are the two goals I want to achieve next.&lt;/p&gt;

&lt;p&gt;A special thanks to everyone in this community who helped me and made me feel like a part of it. The support and kindness of this developer community has meant a lot to me.&lt;/p&gt;

&lt;p&gt;There are also many amazing writers on this platform whose articles helped me learn new things every day like &lt;a class="mentioned-user" href="https://dev.to/pascal_cescato_692b7a8a20"&gt;@pascal_cescato_692b7a8a20&lt;/a&gt;,  &lt;a class="mentioned-user" href="https://dev.to/sylwia-lask"&gt;@sylwia-lask&lt;/a&gt;, &lt;a class="mentioned-user" href="https://dev.to/ujja"&gt;@ujja&lt;/a&gt;, &lt;a class="mentioned-user" href="https://dev.to/francistrdev"&gt;@francistrdev&lt;/a&gt;, &lt;a class="mentioned-user" href="https://dev.to/dannwaneri"&gt;@dannwaneri&lt;/a&gt;, &lt;a class="mentioned-user" href="https://dev.to/hadil"&gt;@hadil&lt;/a&gt;, &lt;a class="mentioned-user" href="https://dev.to/maame-codes"&gt;@maame-codes&lt;/a&gt; , &lt;a class="mentioned-user" href="https://dev.to/the_nortern_dev"&gt;@the_nortern_dev&lt;/a&gt;, &lt;a class="mentioned-user" href="https://dev.to/luftietheanonymous"&gt;@luftietheanonymous&lt;/a&gt;, &lt;a class="mentioned-user" href="https://dev.to/itsugo"&gt;@itsugo&lt;/a&gt; and many more. You should definitely check them out.&lt;/p&gt;

&lt;p&gt;Over the past year I faced uncertainty, learning curves, rejections, and many small victories. But each experience helped me grow a little more.&lt;/p&gt;

&lt;p&gt;This year taught me persistence, curiosity, and the importance of sharing what we learn. Even when progress feels slow, every step still moves you forward.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What is one lesson the tech industry has taught you that changed how you approach your work or learning?&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>wecoded</category>
      <category>dei</category>
      <category>career</category>
    </item>
    <item>
      <title>The Women Who Helped Me Grow as a Developer</title>
      <dc:creator>Konark Sharma</dc:creator>
      <pubDate>Sun, 08 Mar 2026 08:20:47 +0000</pubDate>
      <link>https://dev.to/konark_13/the-women-who-helped-me-grow-as-a-developer-40f6</link>
      <guid>https://dev.to/konark_13/the-women-who-helped-me-grow-as-a-developer-40f6</guid>
      <description>&lt;p&gt;Last night while reading articles on Dev.to, I realized how many amazing women I have learned from this year. From development to DevOps to community building, many of the things I understand today came from their articles, videos, and experiences they shared with everyone.&lt;/p&gt;

&lt;p&gt;Since today is &lt;strong&gt;International Women’s Day&lt;/strong&gt;, I want to dedicate this article to all the women and congratulate them on this special day. &lt;/p&gt;

&lt;p&gt;We all have women supporting us in one form or another. It could be a mom, sister, best friend, girlfriend or wife. So I want to share what I learned from the women I met or know.&lt;/p&gt;

&lt;h2&gt;
  
  
  My Motivation
&lt;/h2&gt;

&lt;p&gt;This goes to &lt;strong&gt;my mom&lt;/strong&gt; and to &lt;strong&gt;every mother&lt;/strong&gt; who supports their child no matter what the situation is. The hard work and dedication that we learn in life often comes from our mothers.&lt;/p&gt;

&lt;p&gt;My mother has a big influence on me. The other day I saw a reel on Instagram saying that if you want to stay motivated and hardworking, look at your mother. She cooks food, takes care of the house, and takes care of everyone even when she is sick. This shows the level of dedication and hard work love can bring.&lt;/p&gt;

&lt;p&gt;She cheers for us when we get good grades and takes care of us when we get injured for the first time. A proud moment for her came when I was in 8th class and won my first award. It was such a big deal for her because no one in the family had ever received an award like that before.&lt;/p&gt;

&lt;p&gt;When she saw my picture in the school magazine she cut it out and kept it safe to frame it later. It was not a big moment for me at the time, but it meant everything to her.&lt;/p&gt;

&lt;p&gt;I will always try to give her the best life for all the hard work, love, and care she has given me.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Thank you so much mom.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  My Inspiration
&lt;/h2&gt;

&lt;p&gt;This goes to &lt;a class="mentioned-user" href="https://dev.to/jess"&gt;@jess&lt;/a&gt;, the cofounder of Dev.to.&lt;/p&gt;

&lt;p&gt;I always look forward to her articles because she brings Dev Challenges and Dev Education Tracks for the community. The Dev Challenges contain amazing ideas that encourage developers to build and share.&lt;/p&gt;

&lt;p&gt;She was the first person to comment on my post because she liked the idea. I was stunned that the cofounder found my idea interesting. I was starstruck for days and it motivated me to write better articles every time.&lt;/p&gt;

&lt;p&gt;The Dev Challenges posted by her are the main reason I am on this platform. In 2025 when I discovered Dev.to, I wanted to explore and write articles but I did not know where to start. Then I found the Dev Challenges and the &lt;strong&gt;&lt;em&gt;Runner H AI Agent Prompting Challenge&lt;/em&gt;&lt;/strong&gt;. That was the first Dev Challenge I participated in and once people liked it there was no going back.&lt;/p&gt;

&lt;p&gt;I was also amazed by the badge system. When I wrote my first article I received a notification for earning the &lt;strong&gt;Writing Debut badge&lt;/strong&gt;. That was a proud moment for me.&lt;/p&gt;

&lt;p&gt;Later I also got the opportunity to volunteer as a judge for some challenges. After every challenge ends I wait excitedly for the email from Jess Lee inviting volunteer judges. It gives me an opportunity to read amazing submissions and learn from how developers explain and build their ideas.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A huge thanks to &lt;a class="mentioned-user" href="https://dev.to/jess"&gt;@jess&lt;/a&gt; and her team for building such an amazing platform and such a supportive developer and writing community.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  My First Dev Friend
&lt;/h2&gt;

&lt;p&gt;This goes to &lt;a class="mentioned-user" href="https://dev.to/hadil"&gt;@hadil&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;While exploring the platform and reading amazing articles, one article by her caught my attention. It was this Dev Challenge &lt;a href="https://dev.to/hadil/halloween-party-2025-a-responsive-halloween-landing-page-for-the-devto-frontend-challenge-3n0n"&gt;&lt;strong&gt;&lt;em&gt;Frontend Challenge Halloween Edition Perfect Landing&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt;. It was such an amazing article and website that I bookmarked it so I could read it again and learn from it.&lt;/p&gt;

&lt;p&gt;I started following her and even connected with her on LinkedIn. My first message to her was about how amazing her articles were, and since then she has motivated me to write better articles.&lt;/p&gt;

&lt;p&gt;Her articles are very informative and contain deep knowledge. One day I scrolled through her profile and started reading multiple articles. I got stuck in a loop reading them.&lt;/p&gt;

&lt;p&gt;I love many of her articles, but my favorites are the ones about Final Round AI where she explains how it helps in clearing interviews. Her series for &lt;a href="https://dev.to/finalroundai/40-system-design-questions-that-can-land-you-a-150k-job-in-2025-18j2"&gt;interviews&lt;/a&gt; is also one of my favorites.&lt;/p&gt;

&lt;p&gt;She also writes about BiFrost, which was something completely new for me and helped me learn about it in simple language.&lt;/p&gt;

&lt;p&gt;I always look forward to her articles because they contain a lot of knowledge and the dedication she puts into writing them is worth every word.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Thank you so much &lt;a class="mentioned-user" href="https://dev.to/hadil"&gt;@hadil&lt;/a&gt; for writing such amazing content and motivating everyone.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  My Mentor
&lt;/h2&gt;

&lt;p&gt;This goes to &lt;a class="mentioned-user" href="https://dev.to/sylwia-lask"&gt;@sylwia-lask&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I am a web developer and I mostly read and write about web development. One day I came across her article titled &lt;a href="https://dev.to/sylwia-lask/is-learning-css-a-waste-of-time-in-2026-nj3"&gt;&lt;strong&gt;Is Learning CSS a Waste of Time in 2026&lt;/strong&gt;&lt;/a&gt;. It was exactly the same time when I was improving my Tailwind skills and I was amazed by how clearly she explained everything.&lt;/p&gt;

&lt;p&gt;She usually starts her articles with a curious question and then explains the topic using her knowledge.&lt;/p&gt;

&lt;p&gt;Her ten plus years of experience clearly reflect in her articles. Whenever I read them it feels like attending a Dev.to class by Sylwia Laskowska.&lt;/p&gt;

&lt;p&gt;Her recent article &lt;a href="https://dev.to/sylwia-lask/16-modern-javascript-features-that-might-blow-your-mind-4h5e"&gt;&lt;strong&gt;16 Modern JavaScript Features That Might Blow Your Mind&lt;/strong&gt;&lt;/a&gt; came at the perfect time because I was revising JavaScript. It felt like a blessing when I read it.&lt;/p&gt;

&lt;p&gt;The depth of knowledge and the simple writing style makes her articles amazing.&lt;/p&gt;

&lt;p&gt;I always look forward to her articles just like a student waits for the teacher to start a lecture in the classroom.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Thank you so much &lt;a class="mentioned-user" href="https://dev.to/sylwia-lask"&gt;@sylwia-lask&lt;/a&gt; for writing such amazing articles and being my mentor&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  My Docker Teacher
&lt;/h2&gt;

&lt;p&gt;This goes to &lt;a href="https://www.youtube.com/@TechWorldwithNana" rel="noopener noreferrer"&gt;TechWorld with Nana&lt;/a&gt;. &lt;/p&gt;

&lt;p&gt;She is an amazing YouTuber and an amazing teacher. When I wanted to learn Docker, Golang and DevOps concepts, I came across her YouTube channel.&lt;/p&gt;

&lt;p&gt;The simplicity with which she explains complex topics makes everything easy to understand. It feels like asking an AI model to explain something like I am five years old.&lt;/p&gt;

&lt;p&gt;Through her videos I learned about Golang, Docker, Kafka and many other DevOps tools. She is the main reason I understand these technologies today.&lt;/p&gt;

&lt;p&gt;These tools are often mentioned in system design discussions and her tutorials helped me understand them from the basics.&lt;/p&gt;

&lt;p&gt;Everyone should check out her channel for all the amazing DevOps content.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Thanks for your lessons on Docker and Golang.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;While reading their articles and watching their content, I realized how much technical knowledge I gained from them. Many of the concepts I understand today in JavaScript, DevOps, Docker, Golang, and development practices came from creators like them who openly share their knowledge with the community.&lt;/p&gt;

&lt;p&gt;The tech world becomes better when knowledge is shared, and these creators are doing exactly that by helping thousands of developers learn and grow every day.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Comment and tag your favorite female creator and write one line about what you learned from them.&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>womenintech</category>
      <category>learning</category>
      <category>career</category>
    </item>
  </channel>
</rss>
