<?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: Yacine</title>
    <description>The latest articles on DEV Community by Yacine (@yacinesir).</description>
    <link>https://dev.to/yacinesir</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%2F1741712%2F1e1e53bc-7478-4b7a-a61b-732460b9c8dc.jpg</url>
      <title>DEV Community: Yacine</title>
      <link>https://dev.to/yacinesir</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yacinesir"/>
    <language>en</language>
    <item>
      <title>[Boost]</title>
      <dc:creator>Yacine</dc:creator>
      <pubDate>Thu, 28 Nov 2024 14:45:05 +0000</pubDate>
      <link>https://dev.to/yacinesir/-5hek</link>
      <guid>https://dev.to/yacinesir/-5hek</guid>
      <description>&lt;div class="ltag__link"&gt;
  &lt;a href="/yacinesir" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&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%2Fuser%2Fprofile_image%2F1741712%2F1e1e53bc-7478-4b7a-a61b-732460b9c8dc.jpg" alt="yacinesir"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/yacinesir/how-i-built-a-10kmonth-dev-job-platform-after-dropping-out-51mp" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;How I Built a $10k/Month Dev Job Platform After Dropping Out&lt;/h2&gt;
      &lt;h3&gt;Yacine ・ Nov 28&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#webdev&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#javascript&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#programming&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#ai&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;


</description>
    </item>
    <item>
      <title>How I Built a $10k/Month Dev Job Platform After Dropping Out</title>
      <dc:creator>Yacine</dc:creator>
      <pubDate>Thu, 28 Nov 2024 14:36:24 +0000</pubDate>
      <link>https://dev.to/yacinesir/how-i-built-a-10kmonth-dev-job-platform-after-dropping-out-51mp</link>
      <guid>https://dev.to/yacinesir/how-i-built-a-10kmonth-dev-job-platform-after-dropping-out-51mp</guid>
      <description>&lt;p&gt;Here's a story about how dropping out of college led me to build something actually useful for developers.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Breaking Point
&lt;/h2&gt;

&lt;p&gt;Two years into my CS degree, I was sitting in yet another theoretical class about binary trees while watching my savings drain away. Meanwhile, I was learning more from building side projects and YouTube tutorials than my lectures. So I made the call - I dropped out.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Reality Check
&lt;/h2&gt;

&lt;p&gt;The fun part? Trying to land a dev job without a degree. I bombed my first five interviews spectacularly:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Froze during a live coding session
&lt;/li&gt;
&lt;li&gt;Blanked on basic React concepts&lt;/li&gt;
&lt;li&gt;Got ghosted after final rounds&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The existing interview prep platforms weren't helping. They were all about inverting binary trees (ironic, right?) while I needed to practice actual frontend skills and real interview scenarios.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Solution: codinginterview.gg
&lt;/h2&gt;

&lt;h3&gt;
  
  
  What It Does
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Full-Stack Practice That Matters&lt;/strong&gt;&lt;br&gt;
No more theoretical BS. Practice both frontend and backend skills - from building real UI components to setting up APIs and databases. Master the entire web development flow like a pro. You know, the skills companies actually want.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;All Jobs, One Place&lt;/strong&gt;&lt;br&gt;
Got tired of juggling 20 browser tabs? We pull every software engineering job from LinkedIn, Wellfound, Indeed, and others into one spot. No more tab management nightmares.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;AI Interview Prep That Doesn't Suck&lt;/strong&gt; &lt;br&gt;
Upload any job posting, and our AI becomes that company's interviewer. It drills you on both frontend and backend concepts, system design, and even DevOps. Get feedback that actually helps you improve.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  The Tech Behind It
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Frontend: React + TypeScript (learned from YouTube, not college 😉)&lt;/li&gt;
&lt;li&gt;Backend: Node.js with Express&lt;/li&gt;
&lt;li&gt;Job Aggregation: Custom scrapers &lt;/li&gt;
&lt;li&gt;AI: Latest LLM magic&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What's Next?
&lt;/h2&gt;

&lt;p&gt;Building features based on real developer feedback:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Company-specific interview simulations&lt;/li&gt;
&lt;li&gt;Enhanced AI feedback&lt;/li&gt;
&lt;li&gt;Community interview experiences&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The best part? Making $10k/month helping other developers bypass traditional barriers and land their dream jobs. No degree required - just skills and preparation.&lt;/p&gt;

&lt;p&gt;Try it at &lt;a href="https://codinginterview.gg" rel="noopener noreferrer"&gt;codinginterview.gg&lt;/a&gt; and let me know if it helps your interview prep!&lt;/p&gt;

&lt;h1&gt;
  
  
  webdev #javascript #programming #ai
&lt;/h1&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>programming</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
