<?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: Code Debugger</title>
    <description>The latest articles on DEV Community by Code Debugger (@coder_bytes).</description>
    <link>https://dev.to/coder_bytes</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3102173%2Fd3418c4c-7e6d-4c4e-bcda-59a8458906c6.jpg</url>
      <title>DEV Community: Code Debugger</title>
      <link>https://dev.to/coder_bytes</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/coder_bytes"/>
    <language>en</language>
    <item>
      <title>Freshers' Preparation Strategy</title>
      <dc:creator>Code Debugger</dc:creator>
      <pubDate>Mon, 28 Apr 2025 17:20:43 +0000</pubDate>
      <link>https://dev.to/coder_bytes/freshers-preparation-strategy-49e6</link>
      <guid>https://dev.to/coder_bytes/freshers-preparation-strategy-49e6</guid>
      <description>&lt;p&gt;Hey Future Tech Stars!&lt;/p&gt;

&lt;p&gt;So, you're gearing up for coding interviews at top-notch companies straight out of college? That's fantastic! Starting your preparation early is a smart move, and we're here to guide you every step of the way. We are going to provide you a structured plan, valuable resources, and actionable tips to ace those interviews.&lt;/p&gt;

&lt;h2&gt;
  
  
  Topics to cover
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;DSA &lt;/li&gt;
&lt;li&gt;DBMS&lt;/li&gt;
&lt;li&gt;Backend language (Python or java is preferred)&lt;/li&gt;
&lt;li&gt;Backend language framework&lt;/li&gt;
&lt;li&gt;One subject of your interest&lt;/li&gt;
&lt;li&gt;Front end - basic understanding is enough&lt;/li&gt;
&lt;li&gt;Personal projects&lt;/li&gt;
&lt;li&gt;Low level design&lt;/li&gt;
&lt;li&gt;Basics of system design&lt;/li&gt;
&lt;li&gt;Gen AI basics&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Strategy
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Divide your time properly and stick to the plan&lt;/li&gt;
&lt;li&gt;Always make quick notes to revise later&lt;/li&gt;
&lt;li&gt;Don't over complicate the things&lt;/li&gt;
&lt;li&gt;Always think for multiple solutions for coding problems&lt;/li&gt;
&lt;li&gt;Focus on learning and solving problems, not on number on questions solved&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Resources
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;For Java&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://www.amazon.in/Head-First-Java-Brain-Friendly-Grayscale/dp/9355420900" rel="noopener noreferrer"&gt;https://www.amazon.in/Head-First-Java-Brain-Friendly-Grayscale/dp/9355420900&lt;/a&gt;&lt;br&gt;
&lt;a href="https://howtodoinjava.com/java/basics/java-tutorial/" rel="noopener noreferrer"&gt;https://howtodoinjava.com/java/basics/java-tutorial/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.youtube.com/@CodingWithJohn/videos" rel="noopener noreferrer"&gt;https://www.youtube.com/@CodingWithJohn/videos&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;For python&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://python.land/introduction-to-python" rel="noopener noreferrer"&gt;https://python.land/introduction-to-python&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.educative.io/path/zero-to-hero-in-python" rel="noopener noreferrer"&gt;https://www.educative.io/path/zero-to-hero-in-python&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.coursera.org/learn/python-crash-course" rel="noopener noreferrer"&gt;https://www.coursera.org/learn/python-crash-course&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;For Node Js&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://javascript.info" rel="noopener noreferrer"&gt;https://javascript.info&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.udemy.com/course/nodejs-the-complete-guide" rel="noopener noreferrer"&gt;https://www.udemy.com/course/nodejs-the-complete-guide&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.youtube.com/watch?v=uk2gSHbnhAI" rel="noopener noreferrer"&gt;https://www.youtube.com/watch?v=uk2gSHbnhAI&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;For DSA&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://www.amazon.in/Data-Structures-Algorithms-Made-Easy/dp/8192107558" rel="noopener noreferrer"&gt;https://www.amazon.in/Data-Structures-Algorithms-Made-Easy/dp/8192107558&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.amazon.in/Cracking-Coding-Interview-Programing-Questions/dp/0984782850" rel="noopener noreferrer"&gt;https://www.amazon.in/Cracking-Coding-Interview-Programing-Questions/dp/0984782850&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.educative.io/courses/data-structures-coding-interviews-javascript" rel="noopener noreferrer"&gt;https://www.educative.io/courses/data-structures-coding-interviews-javascript&lt;/a&gt;&lt;br&gt;
Leet code practice&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Backend frameworks&lt;/strong&gt;&lt;br&gt;
For java dev- &lt;a href="https://howtodoinjava.com/spring-boot/spring-boot/" rel="noopener noreferrer"&gt;https://howtodoinjava.com/spring-boot/spring-boot/&lt;/a&gt;&lt;br&gt;
For python dev - &lt;a href="https://www.coursera.org/specializations/django" rel="noopener noreferrer"&gt;https://www.coursera.org/specializations/django&lt;/a&gt;&lt;br&gt;
For node js dev - &lt;a href="https://masteringbackend.com/posts/expressjs-5-tutorial-the-ultimate-guide" rel="noopener noreferrer"&gt;https://masteringbackend.com/posts/expressjs-5-tutorial-the-ultimate-guide&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;For database&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://www.coursera.org/specializations/postgresql-for-everybody" rel="noopener noreferrer"&gt;https://www.coursera.org/specializations/postgresql-for-everybody&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.pluralsight.com/courses/postgresql-advanced-sql-queries" rel="noopener noreferrer"&gt;https://www.pluralsight.com/courses/postgresql-advanced-sql-queries&lt;/a&gt;&lt;br&gt;
College text book&lt;/p&gt;

&lt;h2&gt;
  
  
  Preparation planning
&lt;/h2&gt;

&lt;p&gt;This planning may not suite for each and every one, so please modify and update preparation timelines accordingly&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Month-1&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;DSA - time and space complexity, array and string, practice problems on array and string&lt;/li&gt;
&lt;li&gt;Backend language&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Month-2&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;DSA - searching, sorting, recursion, 2-D array. Practice problems on 2-D array&lt;/li&gt;
&lt;li&gt;Backend language and backend framework&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Month-3&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;DSA- linked list, statck and queue, their operations and practice questions&lt;/li&gt;
&lt;li&gt;DBMS and basics of front end&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Month-4&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;DSA - Tree, BT, BST and various operations on them and practice problem&lt;/li&gt;
&lt;li&gt;Basics low level design and system design, also start building project&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Month-5&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;DSA - Dynamic programming and graph and practice problems&lt;/li&gt;
&lt;li&gt;Build your project&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Month-6&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;DSA - More advanced level practice problems on array, string, dynamic programming and 2-D array&lt;/li&gt;
&lt;li&gt;Basics of Gen AI and subject of your interest&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>programming</category>
      <category>interview</category>
      <category>coding</category>
      <category>faang</category>
    </item>
  </channel>
</rss>
