<?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>Forem: Muhammad Rabbi</title>
    <description>The latest articles on Forem by Muhammad Rabbi (@muhammad_rabbi_dev).</description>
    <link>https://forem.com/muhammad_rabbi_dev</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%2F3485872%2Fcdac7c19-2444-4e3c-aecf-82b5cf5d0be8.png</url>
      <title>Forem: Muhammad Rabbi</title>
      <link>https://forem.com/muhammad_rabbi_dev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/muhammad_rabbi_dev"/>
    <language>en</language>
    <item>
      <title>I Built My Portfolio to Look Like VS Code 👨‍💻</title>
      <dc:creator>Muhammad Rabbi</dc:creator>
      <pubDate>Sat, 07 Mar 2026 15:23:03 +0000</pubDate>
      <link>https://forem.com/muhammad_rabbi_dev/i-built-my-portfolio-to-look-like-vs-code-4f59</link>
      <guid>https://forem.com/muhammad_rabbi_dev/i-built-my-portfolio-to-look-like-vs-code-4f59</guid>
      <description>&lt;p&gt;Link: &lt;a href="https://muhammadrabbidev.vercel.app" rel="noopener noreferrer"&gt;Portfolio&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Most developer portfolios follow the same pattern:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A hero section&lt;/li&gt;
&lt;li&gt;Some project cards&lt;/li&gt;
&lt;li&gt;A contact form&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Clean? Yes.&lt;br&gt;
Memorable? Not always.&lt;/p&gt;

&lt;p&gt;So I decided to try something different.&lt;/p&gt;

&lt;p&gt;I built my portfolio to &lt;strong&gt;look and feel like VS Code.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;Why a VS Code Style Portfolio?&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;As developers, we spend most of our time inside Visual Studio Code.&lt;/p&gt;

&lt;p&gt;It’s the place where ideas turn into code.&lt;/p&gt;

&lt;p&gt;So I thought:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Why not make my portfolio feel like a developer's natural environment?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Instead of a traditional website layout, the portfolio mimics the VS Code interface, including:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;File explorer navigation&lt;/li&gt;
&lt;li&gt;Code-style content sections&lt;/li&gt;
&lt;li&gt;Developer-focused UI interactions&lt;/li&gt;
&lt;li&gt;A familiar coding environment&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The goal was to create something that feels natural for developers visiting the site.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What I Focused On&lt;/strong&gt;&lt;br&gt;
While building it, I tried to focus on three things:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Developer Experience&lt;/strong&gt;&lt;br&gt;
The interface should feel like a real coding environment, not just a visual copy.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Clean UI&lt;/strong&gt;&lt;br&gt;
Even though it mimics an editor, it still needs to be &lt;strong&gt;clear, readable, and responsive.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Personality **&lt;br&gt;
Your portfolio should show **how you think as a developer&lt;/strong&gt;, not just what tools you use.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What I Learned&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Building this portfolio taught me a few things:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;UI inspiration can come from tools developers already use&lt;/li&gt;
&lt;li&gt;Small interactions make a big difference&lt;/li&gt;
&lt;li&gt;Portfolios are a great place to experiment with ideas&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Final Thought&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Your portfolio doesn’t have to follow the same template as everyone else.&lt;/p&gt;

&lt;p&gt;Sometimes, trying something different makes it more memorable.&lt;/p&gt;

&lt;p&gt;If you're a developer, what kind of portfolio style do you prefer?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Minimal landing page&lt;/li&gt;
&lt;li&gt;Interactive experience&lt;/li&gt;
&lt;li&gt;Something creative like a dev environment&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Curious to hear your thoughts 👇&lt;/p&gt;

</description>
      <category>muhammadrabbi</category>
      <category>muhammadrabbidev</category>
      <category>portfolio</category>
      <category>vscode</category>
    </item>
    <item>
      <title>AuthKit Pro – Simplifying NextAuth Setup in Next.js</title>
      <dc:creator>Muhammad Rabbi</dc:creator>
      <pubDate>Sat, 14 Feb 2026 16:40:47 +0000</pubDate>
      <link>https://forem.com/muhammad_rabbi_dev/authkit-pro-simplifying-nextauth-setup-in-nextjs-2ji7</link>
      <guid>https://forem.com/muhammad_rabbi_dev/authkit-pro-simplifying-nextauth-setup-in-nextjs-2ji7</guid>
      <description>&lt;p&gt;Setting up authentication in a Next.js project is powerful — but let’s be honest…&lt;/p&gt;

&lt;p&gt;It’s repetitive.&lt;/p&gt;

&lt;p&gt;Every time we start a new project with NextAuth, we end up writing the same boilerplate:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Provider configuration&lt;/li&gt;
&lt;li&gt;Auth config setup&lt;/li&gt;
&lt;li&gt;Environment variables&lt;/li&gt;
&lt;li&gt;Basic file structure&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;After doing this multiple times, I thought:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Why not automate the boring part?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;So I built &lt;strong&gt;authkit-pro&lt;/strong&gt; — a CLI tool that initializes basic NextAuth setup instantly.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;✨ What is authkit-pro?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;authkit-pro&lt;/strong&gt; is a simple CLI tool designed to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;1. Reduce authentication boilerplate&lt;/li&gt;
&lt;li&gt;2. Speed up project setup&lt;/li&gt;
&lt;li&gt;3. Let developers focus on core features&lt;/li&gt;
&lt;li&gt;4. Provide a clean starting structure
Instead of manually configuring everything, you just run one command.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;⚡ How to Use&lt;/strong&gt;&lt;br&gt;
Simply run:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;npx authkit-pro init
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;That’s it.&lt;/p&gt;

&lt;p&gt;It scaffolds the basic authentication setup so you can move faster.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;🎯 Why I Built This&lt;/strong&gt;&lt;br&gt;
As a developer, I love optimizing workflows.&lt;/p&gt;

&lt;p&gt;When you repeatedly write the same setup code, it slows down creativity. I wanted something that:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Saves time&lt;/li&gt;
&lt;li&gt;Keeps projects consistent&lt;/li&gt;
&lt;li&gt;Makes starting new apps easier&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So this is my small contribution to improving the developer experience.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;🛠 Current Status&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The project is still evolving.&lt;br&gt;
I’m actively improving it and planning to add more features.&lt;/p&gt;

&lt;p&gt;If you try it, I would genuinely appreciate your feedback.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;💬 Feedback &amp;amp; Contribution&lt;/strong&gt;&lt;br&gt;
If you’re working with Next.js and authentication:&lt;/p&gt;

&lt;p&gt;Give it a try → &lt;code&gt;npx authkit-pro init&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Let me know:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What should be improved?&lt;/li&gt;
&lt;li&gt;What features would you like to see next?&lt;/li&gt;
&lt;li&gt;Any bugs or suggestions?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Let’s build better developer tools together 🚀&lt;/p&gt;

</description>
      <category>authkitpro</category>
      <category>authjs</category>
      <category>nextjs</category>
      <category>cli</category>
    </item>
    <item>
      <title>I Tried Vibe Coding for the First Time Using Warp — Here’s What I Learned</title>
      <dc:creator>Muhammad Rabbi</dc:creator>
      <pubDate>Sat, 24 Jan 2026 13:48:13 +0000</pubDate>
      <link>https://forem.com/muhammad_rabbi_dev/i-tried-vibe-coding-for-the-first-time-using-warp-heres-what-i-learned-4o72</link>
      <guid>https://forem.com/muhammad_rabbi_dev/i-tried-vibe-coding-for-the-first-time-using-warp-heres-what-i-learned-4o72</guid>
      <description>&lt;p&gt;Today, I experimented with &lt;strong&gt;vibe&lt;/strong&gt; coding for the first time using Warp, and honestly… it felt wild.&lt;/p&gt;

&lt;p&gt;I didn’t write a single line of code manually.&lt;/p&gt;

&lt;p&gt;Instead, I just described:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;what I wanted to build&lt;/li&gt;
&lt;li&gt;what should happen next&lt;/li&gt;
&lt;li&gt;And Warp generated the code for me.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For quick prototyping, this felt incredibly fast and smooth.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Good Part&lt;/strong&gt; &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Warp did a solid job with:&lt;/li&gt;
&lt;li&gt;Generating project structure&lt;/li&gt;
&lt;li&gt;Writing boilerplate code&lt;/li&gt;
&lt;li&gt;Moving ideas forward quickly&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For early-stage development, this can save a lot of time and mental energy.&lt;br&gt;
If your goal is to test an idea fast, vibe coding definitely helps.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Reality Check&lt;/strong&gt; &lt;br&gt;
Once I reviewed the generated code properly, I noticed:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Multiple bugs&lt;/li&gt;
&lt;li&gt;Logical issues&lt;/li&gt;
&lt;li&gt;Edge cases not handled well&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The code worked, but it wasn’t production-ready.&lt;/p&gt;

&lt;p&gt;This is where developer experience still matters:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Debugging&lt;/li&gt;
&lt;li&gt;Refactoring&lt;/li&gt;
&lt;li&gt;Understanding what the code is actually doing&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;AI can write code, but it doesn’t fully understand context, intent, or &lt;strong&gt;long-term maintainability&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Current Status of the Project&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The site is still under development.&lt;/p&gt;

&lt;p&gt;I’m actively:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Fixing bugs&lt;/li&gt;
&lt;li&gt;Improving logic&lt;/li&gt;
&lt;li&gt;Cleaning up the codebase&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Once everything is stable, I’ll share:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What the site does&lt;/li&gt;
&lt;li&gt;How it was built&lt;/li&gt;
&lt;li&gt;What worked well with vibe coding (and what didn’t)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Key Takeaway&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;AI-assisted coding is a powerful accelerator, not a replacement for fundamentals.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Tools like Warp are great for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Rapid experimentation&lt;/li&gt;
&lt;li&gt;Reducing repetitive work&lt;/li&gt;
&lt;li&gt;Exploring ideas faster&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But understanding the code and taking responsibility for quality is still on us as developers.&lt;/p&gt;

&lt;p&gt;If you’ve tried vibe coding or AI-first workflows, I’d love to hear your experience 👇&lt;/p&gt;

&lt;p&gt;What worked for you, and what didn’t?&lt;/p&gt;

&lt;p&gt;Happy building 🚀&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%2F98rmk7p46kpacp2lqqho.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%2F98rmk7p46kpacp2lqqho.png" alt=" " width="800" height="449"&gt;&lt;/a&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%2F87tr98xk9nv4fncjm149.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%2F87tr98xk9nv4fncjm149.png" alt=" " width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>muhammadrabbi</category>
      <category>devguide</category>
      <category>programmers</category>
    </item>
    <item>
      <title>React Design Patterns Every Frontend &amp; FullStack Developer Should Know</title>
      <dc:creator>Muhammad Rabbi</dc:creator>
      <pubDate>Fri, 09 Jan 2026 15:53:32 +0000</pubDate>
      <link>https://forem.com/muhammad_rabbi_dev/react-design-patterns-every-frontend-fullstack-developer-should-know-2ng0</link>
      <guid>https://forem.com/muhammad_rabbi_dev/react-design-patterns-every-frontend-fullstack-developer-should-know-2ng0</guid>
      <description>&lt;p&gt;If you’re building modern web applications, React design patterns can completely change how you think about components, reusability, and scalability.&lt;/p&gt;

&lt;p&gt;A month ago, I realized something important &lt;br&gt;
I was using React every day, but I wasn’t truly thinking in patterns.&lt;/p&gt;

&lt;p&gt;That’s when I discovered an amazing playlist by &lt;a class="mentioned-user" href="https://dev.to/atapas"&gt;@atapas&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why React Design Patterns Matter&lt;/strong&gt;&lt;br&gt;
React design patterns help you:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Write cleaner and more maintainable code&lt;/li&gt;
&lt;li&gt;Avoid prop drilling &amp;amp; unnecessary re-renders&lt;/li&gt;
&lt;li&gt;Scale applications without pain&lt;/li&gt;
&lt;li&gt;Think like a senior engineer, not just a coder&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Patterns are not about complexity —&lt;/p&gt;

&lt;p&gt;they’re about clarity and intention.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What You’ll Learn From This Playlist&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This playlist breaks down patterns in a practical and beginner-friendly way, including:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Container &amp;amp; Presentational Components&lt;/li&gt;
&lt;li&gt;Compound Components&lt;/li&gt;
&lt;li&gt;Render Props&lt;/li&gt;
&lt;li&gt;Custom Hooks pattern&lt;/li&gt;
&lt;li&gt;Controlled vs Uncontrolled Components&lt;/li&gt;
&lt;li&gt;Reusability &amp;amp; separation of concerns&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Each concept is explained with real-world use cases, not just theory.&lt;/p&gt;

&lt;p&gt;Where to Watch 📺&lt;br&gt;
You can find the playlist on:&lt;br&gt;
Devguide : &lt;a href="https://devguide-dev.vercel.app/playlist/PLIJrr73KDmRyQVT__uFZvaVfWPdfyMFHC" rel="noopener noreferrer"&gt;https://devguide-dev.vercel.app/playlist/PLIJrr73KDmRyQVT__uFZvaVfWPdfyMFHC&lt;/a&gt; ,&lt;br&gt;
&lt;a href="https://www.youtube.com/playlist?list=PLIJrr73KDmRyQVT__uFZvaVfWPdfyMFHC" rel="noopener noreferrer"&gt;YouTube&lt;/a&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%2Fzvbyyrep0ufr1cr0o87q.webp" 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%2Fzvbyyrep0ufr1cr0o87q.webp" alt=" " width="800" height="458"&gt;&lt;/a&gt;&lt;br&gt;
*&lt;em&gt;A Small but Meaningful Moment *&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;I shared this playlist recently, and Tapas Adhikary himself commented:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“Thank you for sharing and the shoutout. The Devguide looks awesome. 🙌”&lt;br&gt;
That meant a lot to me — and it motivated me to share this with more developers.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;Final Thoughts&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Whether you’re a frontend developer, backend developer, or moving toward full-stack, understanding React design patterns will level you up.&lt;/p&gt;

&lt;p&gt;Don’t just write React.&lt;br&gt;
Design with React.&lt;/p&gt;

&lt;p&gt;If you’ve already explored these patterns, I’d love to know:&lt;br&gt;
  Which React pattern helped you the most?&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;Happy coding *&lt;/em&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  coding #devguide #fullstack #frontend #developer
&lt;/h1&gt;

</description>
      <category>architecture</category>
      <category>frontend</category>
      <category>javascript</category>
      <category>react</category>
    </item>
    <item>
      <title>A few days ago, I was scrolling through YouTube playlists, thinking..</title>
      <dc:creator>Muhammad Rabbi</dc:creator>
      <pubDate>Mon, 08 Sep 2025 04:48:40 +0000</pubDate>
      <link>https://forem.com/muhammad_rabbi_dev/a-few-days-ago-i-was-scrolling-through-youtube-playlists-thinking-6kh</link>
      <guid>https://forem.com/muhammad_rabbi_dev/a-few-days-ago-i-was-scrolling-through-youtube-playlists-thinking-6kh</guid>
      <description>&lt;p&gt;One moment I’m watching a React tutorial… next moment I’m deep into cat videos 🐱😂&lt;/p&gt;

&lt;p&gt;That’s when I realized — if DevGuide is about structured learning, then I needed a way to bring that same experience to playlists.&lt;/p&gt;

&lt;p&gt;👉 So I built the Playlist Page.&lt;br&gt;
Instead of random chaos, every playlist here is:&lt;br&gt;
 ✨ Developer-focused&lt;br&gt;
 ✨ Structured for learning (not distractions)&lt;br&gt;
 ✨ Easy to browse, just like YouTube but with only dev content&lt;/p&gt;

&lt;p&gt;It wasn’t easy.&lt;br&gt;
I had to set up API calls, handle filter logic, deal with loading skeletons, and even fight with layout issues until it felt clean and smooth.&lt;/p&gt;

&lt;p&gt;But in the end, the Playlist Page turned into something I’m proud of — a place where developers can binge-watch without losing focus. 🚀&lt;/p&gt;

&lt;p&gt;🔗 Try it here: &lt;a href="https://devguide-dev.vercel.app/playlists" rel="noopener noreferrer"&gt;https://devguide-dev.vercel.app/playlists&lt;/a&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%2Fg4l157awzvm8qm25kljk.webp" 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%2Fg4l157awzvm8qm25kljk.webp" alt=" " width="800" height="619"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Question for you:&lt;br&gt;
 👉 If you could design your dream developer playlist, what topics would be in it?&lt;/p&gt;

&lt;h1&gt;
  
  
  WebDevelopment #Frontend #LearningJourney #DevGuide #day100 #devguide #devguide
&lt;/h1&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>opensource</category>
      <category>devguide</category>
    </item>
  </channel>
</rss>
