<?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: Lets Code</title>
    <description>The latest articles on Forem by Lets Code (@letscode).</description>
    <link>https://forem.com/letscode</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%2Forganization%2Fprofile_image%2F8689%2F6438bac0-4068-4080-b046-92befbf1af9c.jpg</url>
      <title>Forem: Lets Code</title>
      <link>https://forem.com/letscode</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/letscode"/>
    <language>en</language>
    <item>
      <title>Understanding Operating Systems: The Backbone of Modern Computing</title>
      <dc:creator>ADITYA SRIVASTAV</dc:creator>
      <pubDate>Sun, 11 Aug 2024 15:24:02 +0000</pubDate>
      <link>https://forem.com/letscode/understanding-operating-systems-the-backbone-of-modern-computing-5dpb</link>
      <guid>https://forem.com/letscode/understanding-operating-systems-the-backbone-of-modern-computing-5dpb</guid>
      <description>&lt;p&gt;In today's digital age, operating systems (OS) are the unseen force driving the functionality of every computing device, from smartphones and laptops to powerful servers and embedded systems. Despite their crucial role, operating systems often remain an enigma to the average user, operating quietly in the background. This blog aims to demystify the concept of operating systems, exploring their evolution, key components, types, and their impact on modern computing.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Evolution of Operating Systems&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The history of operating systems is closely tied to the evolution of computers themselves. In the early days of computing, machines were manually operated, with no real "operating system" as we understand it today. The introduction of batch processing in the 1950s marked the first step toward automating computing tasks. These early systems allowed multiple jobs to be processed sequentially, but interaction was still minimal.&lt;/p&gt;

&lt;p&gt;The 1960s saw the development of more sophisticated time-sharing systems, which allowed multiple users to interact with a computer simultaneously. This era also witnessed the birth of UNIX, a powerful and versatile OS that laid the groundwork for many modern systems. As personal computers became popular in the 1980s, operating systems like MS-DOS and later Windows and macOS emerged, offering graphical user interfaces (GUIs) that made computing more accessible to the general public.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key Components of an Operating System&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;An operating system is essentially a collection of software that manages computer hardware and provides services for application software. The key components of an OS include:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1)Kernel:&lt;/strong&gt; The kernel is the core part of the operating system, responsible for managing system resources, including memory, CPU, and input/output operations. It acts as a bridge between the hardware and software, ensuring that different programs can run simultaneously without interfering with each other.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2)Process Management:&lt;/strong&gt; The OS manages processes—instances of running programs—by allocating resources and ensuring they execute smoothly. This includes handling process creation, scheduling, and termination.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3)Memory Management:&lt;/strong&gt; Effective memory management is crucial for system performance. The OS allocates memory to processes, manages virtual memory, and handles memory swapping between the physical RAM and storage devices.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4)File System:&lt;/strong&gt; The file system organizes and stores data on storage devices, making it easy for users and applications to access and manage files. It includes file naming, directories, and permissions.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5)Device Drivers:&lt;/strong&gt; Operating systems rely on device drivers to communicate with hardware components like printers, graphics cards, and network adapters. These drivers translate OS commands into actions that the hardware can understand.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;6)User Interface:&lt;/strong&gt; The user interface (UI) is the part of the OS that users interact with. Modern operating systems typically offer a graphical user interface (GUI) with windows, icons, and menus, though command-line interfaces (CLI) are still used in many technical and professional environments.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Types of Operating Systems&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Operating systems can be categorized based on their design and functionality:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1)Batch Operating Systems:&lt;/strong&gt; These systems execute batches of jobs without user interaction. They were common in early mainframe computers, where jobs were processed sequentially.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2)Time-Sharing Operating Systems:&lt;/strong&gt; These systems allow multiple users to access the computer simultaneously by sharing time on the CPU. Time-sharing OSes were a significant advancement in the 1960s, enabling interactive computing.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3)Distributed Operating Systems:&lt;/strong&gt; In distributed systems, multiple computers work together, appearing as a single system to the user. These OSes manage resources across networked devices, allowing for tasks to be distributed and executed efficiently.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4)Real-Time Operating Systems (RTOS):&lt;/strong&gt; RTOS are designed for applications that require precise timing and control, such as embedded systems in medical devices, automotive systems, and industrial machines. They guarantee that critical tasks are executed within specific time constraints.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5)Mobile Operating Systems:&lt;/strong&gt; Designed for smartphones and tablets, mobile OSes like Android and iOS are optimized for touchscreen interfaces and power efficiency. They manage mobile-specific hardware like GPS, cameras, and accelerometers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;6)Network Operating Systems:&lt;/strong&gt; These OSes manage network resources and provide services like file sharing, printing, and user management across a local or wide area network. Examples include Novell NetWare and modern server OSes like Windows Server and Linux.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Impact of Operating Systems on Modern Computing&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Operating systems have a profound impact on how we interact with technology. They provide a stable and secure environment for applications to run, abstracting the complexity of hardware management. This abstraction allows developers to focus on creating software without worrying about the intricacies of the underlying hardware.&lt;/p&gt;

&lt;p&gt;The rise of open-source operating systems like Linux has also democratized access to powerful computing platforms. Linux, in particular, has become the backbone of many critical systems, from web servers to supercomputers, due to its flexibility, security, and active community support.&lt;/p&gt;

&lt;p&gt;Moreover, the evolution of cloud computing has led to the development of specialized operating systems designed to manage virtualized resources in data centers. These cloud-based OSes enable scalable, on-demand computing, transforming how businesses and individuals access and utilize technology.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Conclusion&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Operating systems are the foundation of modern computing, enabling the seamless operation of hardware and software. From their humble beginnings in batch processing to the sophisticated, multi-user systems we rely on today, OSes have evolved to meet the growing demands of technology. Whether you're using a desktop computer, a smartphone, or a cloud-based service, the operating system is the unsung hero that makes it all possible&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;Understanding the role and functionality of operating systems not only enhances our appreciation of technology but also empowers us to make informed decisions about the tools we use. As computing continues to advance, the importance of robust, secure, and efficient operating systems will only grow, driving innovation and shaping the future of digital experiences.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;For more details visit:&lt;/strong&gt; &lt;a href="https://www.geeksforgeeks.org/operating-systems/" rel="noopener noreferrer"&gt;https://www.geeksforgeeks.org/operating-systems/&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%2F6l75k5k03qw3egytb691.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%2F6l75k5k03qw3egytb691.png" alt="Image description" width="551" height="312"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>career</category>
      <category>development</category>
      <category>software</category>
      <category>operatingsystem</category>
    </item>
    <item>
      <title>What is GitHub Profile README and its Importance ?</title>
      <dc:creator>Avinash Singh</dc:creator>
      <pubDate>Tue, 30 Apr 2024 17:45:33 +0000</pubDate>
      <link>https://forem.com/letscode/what-is-github-profile-readme-and-its-importance--2cpj</link>
      <guid>https://forem.com/letscode/what-is-github-profile-readme-and-its-importance--2cpj</guid>
      <description>&lt;p&gt;GitHub has become the go-to platform for developers to showcase their work, collaborate on projects, and contribute to the open-source community. While GitHub provides ample opportunities for developers to display their coding prowess, one often-overlooked feature is the GitHub Profile README. This simple yet powerful tool allows you to introduce yourself to the world and showcase your skills, achievements, and personality in a unique way.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What is a GitHub Profile README?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A GitHub Profile README is a Markdown file that appears at the top of your GitHub profile page. It serves as a virtual welcome mat, giving visitors an overview of who you are, what you're passionate about, and what you've accomplished. Think of it as your personal landing page on GitHub, where you can tell your story and make a lasting first impression.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;This is my &lt;a href="https://github.com/avinash201199" rel="noopener noreferrer"&gt;GitHub Profile README&lt;/a&gt;. Although I haven't updated it in a while, you can still take a look for reference!&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.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%2Fludeanw9ox2z7e0ei8u4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.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%2Fludeanw9ox2z7e0ei8u4.png" alt="Github profile reamde"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Here's why it holds significance:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. First Impressions Matter:&lt;/strong&gt;&lt;br&gt;
Your GitHub Profile README is often the first thing potential collaborators, employers, or contributors see when they visit your profile. It's an opportunity to make a strong first impression and showcase your skills, personality, and interests.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Personal Branding:&lt;/strong&gt;&lt;br&gt;
Your GitHub Profile README allows you to build and enhance your personal brand. By customizing it with information about your background, expertise, and projects, you can establish yourself as a credible and trustworthy professional in your field.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Showcase Your Work:&lt;/strong&gt;&lt;br&gt;
The README provides a platform to highlight your projects, contributions, and achievements. You can include links to your best repositories, describe your role in collaborative projects, and showcase any awards or recognition you've received.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Demonstrate Skills and Expertise:&lt;/strong&gt;&lt;br&gt;
Use your GitHub Profile README to showcase your technical skills, programming languages you're proficient in, and any certifications or qualifications you have. This helps visitors quickly assess your capabilities and expertise.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5. Engage with the Community:&lt;/strong&gt;&lt;br&gt;
A well-crafted GitHub Profile README can help you connect with like-minded individuals and the wider open-source community. By sharing your interests, goals, and contributions, you can attract collaborators, receive feedback, and foster meaningful connections.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;6. Differentiate Yourself:&lt;/strong&gt;&lt;br&gt;
With so many developers and projects on GitHub, having a standout Profile README can help you differentiate yourself from the crowd. Use creativity, humor, or storytelling to make your profile memorable and unique.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;7. Reflect Your Values:&lt;/strong&gt;&lt;br&gt;
Your GitHub Profile README is an opportunity to showcase your values, passions, and aspirations. Whether you're passionate about open-source software, diversity and inclusion, or environmental sustainability, you can use your README to communicate what matters most to you.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How can the GitHub Profile README be helpful for job seekers?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.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%2Fhxfqqbgwlar19cieb5ph.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media.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%2Fhxfqqbgwlar19cieb5ph.gif" alt="job seekers"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The GitHub Profile README can greatly benefit job seekers in multiple ways. Firstly, it serves as a dynamic platform to showcase their skills, expertise, and projects relevant to their desired roles. By presenting a comprehensive overview of their technical abilities, job seekers can provide tangible evidence of their qualifications to potential employers. Secondly, the Profile README offers an opportunity for job seekers to craft a compelling personal brand. Through personalized descriptions, project highlights, and engagement with the GitHub community, they can convey their unique personality, values, and career aspirations.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;These are just a few examples of top &lt;strong&gt;open-source programs&lt;/strong&gt; where you can contribute and make a positive impact while enhancing your GitHub profile. Remember to choose projects that align with your interests, skills, and career goals&lt;/em&gt;&lt;br&gt;
&lt;/p&gt;
&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev.to%2Fassets%2Fgithub-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/Lets-code-with-us" rel="noopener noreferrer"&gt;
        Lets-code-with-us
      &lt;/a&gt; / &lt;a href="https://github.com/Lets-code-with-us/open-source-programs" rel="noopener noreferrer"&gt;
        open-source-programs
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      List of open sources programs and competition 
    &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;h2 class="heading-element"&gt;How to Contribute&lt;/h2&gt;
&lt;/div&gt;
&lt;ol&gt;
&lt;li&gt;Star this repository&lt;/li&gt;
&lt;li&gt;Fork the repository and then edit README.md file&lt;/li&gt;
&lt;li&gt;Make sure you add the information under the right heading and to the correct column&lt;/li&gt;
&lt;li&gt;Preview it and make a pull request&lt;/li&gt;
&lt;/ol&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;Open Source Programs&lt;/h1&gt;
&lt;/div&gt;
&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Name&lt;/th&gt;
&lt;th&gt;Timeline&lt;/th&gt;
&lt;th&gt;Stipend&lt;/th&gt;
&lt;th&gt;Eligibility&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://fellowship.mlh.io/" rel="nofollow noopener noreferrer"&gt;MLH Open Source Fellowship&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://fellowship.mlh.io/programs/open-source" rel="nofollow noopener noreferrer"&gt;timeline&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;yes&lt;/td&gt;
&lt;td&gt;Be at least 18 years of age&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://www.codeforgovtech.in/" rel="nofollow noopener noreferrer"&gt;Code4 GovTech&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://www.codeforgovtech.in/apply" rel="nofollow noopener noreferrer"&gt;Timeline&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;yes&lt;/td&gt;
&lt;td&gt;NA&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://www.summerofbitcoin.org/" rel="nofollow noopener noreferrer"&gt;Summer of Bitcoin&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://www.summerofbitcoin.org/how-it-works" rel="nofollow noopener noreferrer"&gt;Timeline&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;yes&lt;/td&gt;
&lt;td&gt;NA&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://summerofcode.withgoogle.com/" rel="nofollow noopener noreferrer"&gt;Google Summer of Code - GSOC&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://summerofcode.withgoogle.com/programs/2023" rel="nofollow noopener noreferrer"&gt;Timeline&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;yes&lt;/td&gt;
&lt;td&gt;Be at least 18 years of age&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://www.outreachy.org/" rel="nofollow noopener noreferrer"&gt;Outreachy&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://www.outreachy.org/" rel="nofollow noopener noreferrer"&gt;Timeline&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;yes&lt;/td&gt;
&lt;td&gt;NA&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://education.github.com/students/octernships" rel="noopener noreferrer"&gt;GitHub Octernships&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://education.github.com/globalcampus/octernships" rel="noopener noreferrer"&gt;Timeline&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;yes&lt;/td&gt;
&lt;td&gt;Should have contributed on Github&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://season.kde.org/" rel="nofollow noopener noreferrer"&gt;Season of KDE&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://season.kde.org/" rel="nofollow noopener noreferrer"&gt;Timeline&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;Open for all&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://xrosfellowship.ficci.in/" rel="nofollow noopener noreferrer"&gt;XROS - Open Source fellowship&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://xrosfellowship.ficci.in/#timeline" rel="nofollow noopener noreferrer"&gt;Timeline&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Should be in pre-final or final year of grauation&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://docs.google.com/forms/d/e/1FAIpQLScp8h5SIPVK5G2SAm5vtrv7KLKeOeYTxlZBkDRE6I7Toybt0A/viewform" rel="nofollow noopener noreferrer"&gt;FOSSASIA Internship Program&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Whole Year&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;Be at least 18 years of age&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://wiki.lfnetworking.org/display/LN/LFN+Mentorship+Program#space-menu-link-content" rel="nofollow noopener noreferrer"&gt;LFN Mentorship Program&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://wiki.lfnetworking.org/display/LN/LFN+Mentorship+Program#LFNMentorshipProgram-2023ProgramTimeline*" rel="nofollow noopener noreferrer"&gt;Timeline&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;yes&lt;/td&gt;
&lt;td&gt;NA&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://developers.google.com/season-of-docs" rel="nofollow noopener noreferrer"&gt;Google Season of Docs&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href="https://developers.google.com/season-of-docs/docs/timeline" rel="nofollow noopener noreferrer"&gt;Timeline&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Prior technical writing experience&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://www.socialwinterofcode.com/" rel="nofollow noopener noreferrer"&gt;Social Winter&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;…&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/Lets-code-with-us/open-source-programs" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;&lt;strong&gt;To create a GitHub Profile README, follow these steps:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1- Create a New Repository:&lt;/strong&gt; On your GitHub account, create a new public repository with the same name as your GitHub username. For example, if your username is &lt;code&gt;avinash201199&lt;/code&gt;, your repository name should be &lt;code&gt;avinash201199&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2- Initialize the Repository:&lt;/strong&gt; After creating the repository, you can initialize it with a README file. GitHub provides a few options for this, but for now, let's skip this step as we'll create the README file manually.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3- Create a README.md File:&lt;/strong&gt; In your repository, create a new file named README.md. You can do this by clicking on the "Add file" button and then selecting "Create new file".&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4- Write Your Profile README:&lt;/strong&gt; In the README.md file, you can use Markdown syntax to structure and format your content. &lt;/p&gt;

&lt;p&gt;Here's a basic template you can use:&lt;br&gt;
&lt;/p&gt;
&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev.to%2Fassets%2Fgithub-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/avinash201199" rel="noopener noreferrer"&gt;
        avinash201199
      &lt;/a&gt; / &lt;a href="https://github.com/avinash201199/profile-readme-templates" rel="noopener noreferrer"&gt;
        profile-readme-templates
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      collection of Profile readme templates
    &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;Profile-readme-templates&lt;/h1&gt;

&lt;/div&gt;
&lt;div class="markdown-heading"&gt;
&lt;h4 class="heading-element"&gt;This repository contains the collection of some good profile readme . With the help of these you can make your own attractive profile readme.You can contribute to this repository by adding your's or any other's profile readme.&lt;/h4&gt;

&lt;/div&gt;

&lt;div class="markdown-heading"&gt;
&lt;h4 class="heading-element"&gt;How to contribute&lt;/h4&gt;

&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;Star this repository&lt;/li&gt;
&lt;li&gt;create an issue and wait for approval.&lt;/li&gt;
&lt;li&gt;Fork this repo after approval.&lt;/li&gt;
&lt;li&gt;Add your profile readme file in Profile Readme Template folder&lt;/li&gt;
&lt;li&gt;We will add your profile readme details on this main readme by ourself(If we find it attractive or compelling)&lt;/li&gt;
&lt;li&gt;To capture larger screen you can minimize the screen by pressing ctrl "+" -&lt;/li&gt;
&lt;li&gt;create pull request and wait for approval.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://github.com/Aleksey-Voko/" rel="noopener noreferrer"&gt;Aleksey Voko&lt;/a&gt;&lt;br&gt;
&lt;a rel="noopener noreferrer" href="https://private-user-images.githubusercontent.com/61057666/300158681-83d7d3ac-1bb8-4e87-94be-cc090fd1ecba.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mjg5MTg0NjAsIm5iZiI6MTcyODkxODE2MCwicGF0aCI6Ii82MTA1NzY2Ni8zMDAxNTg2ODEtODNkN2QzYWMtMWJiOC00ZTg3LTk0YmUtY2MwOTBmZDFlY2JhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDEwMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQxMDE0VDE1MDI0MFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTI0MDAzN2YyMTVhODA1ZDc0NzA5ZWI1MDIxNDA5MmIxMGQzMmVjNzJmYzdjNzAwYTBiNWE5NmU0ZGZhMGI2MjMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.9wtPkT-V0d2NJATtgAW3jfhpU4fA6oXmzZAkxa2Ru_Q"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fprivate-user-images.githubusercontent.com%2F61057666%2F300158681-83d7d3ac-1bb8-4e87-94be-cc090fd1ecba.png%3Fjwt%3DeyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mjg5MTg0NjAsIm5iZiI6MTcyODkxODE2MCwicGF0aCI6Ii82MTA1NzY2Ni8zMDAxNTg2ODEtODNkN2QzYWMtMWJiOC00ZTg3LTk0YmUtY2MwOTBmZDFlY2JhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDEwMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQxMDE0VDE1MDI0MFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTI0MDAzN2YyMTVhODA1ZDc0NzA5ZWI1MDIxNDA5MmIxMGQzMmVjNzJmYzdjNzAwYTBiNWE5NmU0ZGZhMGI2MjMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.9wtPkT-V0d2NJATtgAW3jfhpU4fA6oXmzZAkxa2Ru_Q" alt="image"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/Anmol-Baranwal" rel="noopener noreferrer"&gt;Anmol Baranwal&lt;/a&gt;&lt;br&gt;
&lt;a rel="noopener noreferrer" href="https://private-user-images.githubusercontent.com/61057666/300163704-e7902f2f-7e3d-4140-ae28-2f4f5f65c661.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mjg5MTg0NjAsIm5iZiI6MTcyODkxODE2MCwicGF0aCI6Ii82MTA1NzY2Ni8zMDAxNjM3MDQtZTc5MDJmMmYtN2UzZC00MTQwLWFlMjgtMmY0ZjVmNjVjNjYxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDEwMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQxMDE0VDE1MDI0MFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWQ4MmVhMWIyYTM3ZTgyNzEzZDczMzY4ZmI0M2EwYTRmMDJhNWNmMTIzODNlZTRlNjA0MmJkYWY2NDdkYjBjYTkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.ehcYCD4fUI6QE_FOzcxYpTRQ2Yuy0JSY4F8YqNjCRk0"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fprivate-user-images.githubusercontent.com%2F61057666%2F300163704-e7902f2f-7e3d-4140-ae28-2f4f5f65c661.png%3Fjwt%3DeyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mjg5MTg0NjAsIm5iZiI6MTcyODkxODE2MCwicGF0aCI6Ii82MTA1NzY2Ni8zMDAxNjM3MDQtZTc5MDJmMmYtN2UzZC00MTQwLWFlMjgtMmY0ZjVmNjVjNjYxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDEwMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQxMDE0VDE1MDI0MFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWQ4MmVhMWIyYTM3ZTgyNzEzZDczMzY4ZmI0M2EwYTRmMDJhNWNmMTIzODNlZTRlNjA0MmJkYWY2NDdkYjBjYTkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.ehcYCD4fUI6QE_FOzcxYpTRQ2Yuy0JSY4F8YqNjCRk0" alt="image"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/ApoorvTyagi" rel="noopener noreferrer"&gt;Apoorv Tyagi&lt;/a&gt;&lt;br&gt;
&lt;a rel="noopener noreferrer" href="https://private-user-images.githubusercontent.com/61057666/300158661-23757a4b-ee94-432d-bc09-dbe098ef86bd.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mjg5MTg0NjAsIm5iZiI6MTcyODkxODE2MCwicGF0aCI6Ii82MTA1NzY2Ni8zMDAxNTg2NjEtMjM3NTdhNGItZWU5NC00MzJkLWJjMDktZGJlMDk4ZWY4NmJkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDEwMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQxMDE0VDE1MDI0MFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTlhZjA1Mjk3YThlNWMzN2Y2Njc5OThmNGZmNTI1MGFlMGZiYjc2ZjNhYTNmZTNjNTliYjYxZTBlMDE5ODdjOWUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.J3k2A2U4EEojeFrFyh8MCxyQqITFdjERG6Id-X2mWi0"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fprivate-user-images.githubusercontent.com%2F61057666%2F300158661-23757a4b-ee94-432d-bc09-dbe098ef86bd.png%3Fjwt%3DeyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mjg5MTg0NjAsIm5iZiI6MTcyODkxODE2MCwicGF0aCI6Ii82MTA1NzY2Ni8zMDAxNTg2NjEtMjM3NTdhNGItZWU5NC00MzJkLWJjMDktZGJlMDk4ZWY4NmJkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDEwMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQxMDE0VDE1MDI0MFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTlhZjA1Mjk3YThlNWMzN2Y2Njc5OThmNGZmNTI1MGFlMGZiYjc2ZjNhYTNmZTNjNTliYjYxZTBlMDE5ODdjOWUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.J3k2A2U4EEojeFrFyh8MCxyQqITFdjERG6Id-X2mWi0" alt="image"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/avinash201199/" rel="noopener noreferrer"&gt;Avinash Singh&lt;/a&gt; &lt;br&gt;
&lt;a rel="noopener noreferrer" href="https://private-user-images.githubusercontent.com/61057666/300158637-dd8cdb18-eb8b-45ca-a707-b8c37c0d8486.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mjg5MTg0NjAsIm5iZiI6MTcyODkxODE2MCwicGF0aCI6Ii82MTA1NzY2Ni8zMDAxNTg2MzctZGQ4Y2RiMTgtZWI4Yi00NWNhLWE3MDctYjhjMzdjMGQ4NDg2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDEwMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQxMDE0VDE1MDI0MFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWM3MDE2YzExNzgzZWFkZjFlYTczMWM1ZjkxODcwNjM5N2U4MDNkZmE4N2JmYjY5N2Q5MmM3ZmUyM2ZiNjBhZjQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.knmmms0blezdc-M5L_tWPuLaVgxCF3XXPakKgJiLVVA"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fprivate-user-images.githubusercontent.com%2F61057666%2F300158637-dd8cdb18-eb8b-45ca-a707-b8c37c0d8486.png%3Fjwt%3DeyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mjg5MTg0NjAsIm5iZiI6MTcyODkxODE2MCwicGF0aCI6Ii82MTA1NzY2Ni8zMDAxNTg2MzctZGQ4Y2RiMTgtZWI4Yi00NWNhLWE3MDctYjhjMzdjMGQ4NDg2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDEwMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQxMDE0VDE1MDI0MFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWM3MDE2YzExNzgzZWFkZjFlYTczMWM1ZjkxODcwNjM5N2U4MDNkZmE4N2JmYjY5N2Q5MmM3ZmUyM2ZiNjBhZjQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.knmmms0blezdc-M5L_tWPuLaVgxCF3XXPakKgJiLVVA" alt="image"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/billpwchan" rel="noopener noreferrer"&gt;Bill Chan&lt;/a&gt;&lt;br&gt;
&lt;a rel="noopener noreferrer" href="https://private-user-images.githubusercontent.com/61057666/300159265-b2e65e27-1b36-4fe5-ba91-832c98d823d7.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mjg5MTg0NjAsIm5iZiI6MTcyODkxODE2MCwicGF0aCI6Ii82MTA1NzY2Ni8zMDAxNTkyNjUtYjJlNjVlMjctMWIzNi00ZmU1LWJhOTEtODMyYzk4ZDgyM2Q3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDEwMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQxMDE0VDE1MDI0MFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTVhNTE0YTI3MWZhZmJlZmRiNzU1YWY0OTYwZjRiZmJmYWZhNjE5ZmNmOWVjZDEwZjA2NTY0MzRiN2MzMDJlYWImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.slxtn_ojVgM8xrUVPBqFXVO31bzkeSjlQSFID9mJ1B8"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fprivate-user-images.githubusercontent.com%2F61057666%2F300159265-b2e65e27-1b36-4fe5-ba91-832c98d823d7.png%3Fjwt%3DeyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mjg5MTg0NjAsIm5iZiI6MTcyODkxODE2MCwicGF0aCI6Ii82MTA1NzY2Ni8zMDAxNTkyNjUtYjJlNjVlMjctMWIzNi00ZmU1LWJhOTEtODMyYzk4ZDgyM2Q3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDEwMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQxMDE0VDE1MDI0MFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTVhNTE0YTI3MWZhZmJlZmRiNzU1YWY0OTYwZjRiZmJmYWZhNjE5ZmNmOWVjZDEwZjA2NTY0MzRiN2MzMDJlYWImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.slxtn_ojVgM8xrUVPBqFXVO31bzkeSjlQSFID9mJ1B8" alt="image"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/DenverCoder1/" rel="noopener noreferrer"&gt;Jonah Lawrence&lt;/a&gt;&lt;br&gt;
&lt;a rel="noopener noreferrer" href="https://private-user-images.githubusercontent.com/61057666/300159349-e4103981-89e4-473b-9b33-8814af02e5e0.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mjg5MTg0NjAsIm5iZiI6MTcyODkxODE2MCwicGF0aCI6Ii82MTA1NzY2Ni8zMDAxNTkzNDktZTQxMDM5ODEtODllNC00NzNiLTliMzMtODgxNGFmMDJlNWUwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDEwMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQxMDE0VDE1MDI0MFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTIxOTJmNjM2MmU0OWY5ZTg2ZWI3YTg5ZTAzZWZmOGFhMGI4NDJiZmFmMGVjZTAwZmYzYmUzYjc3ZjEyNTBlNzgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.t4IPi575J9r7nVyoNm9gjiaFlqVPoKA9ANMgiNAG9Cc"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fprivate-user-images.githubusercontent.com%2F61057666%2F300159349-e4103981-89e4-473b-9b33-8814af02e5e0.png%3Fjwt%3DeyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mjg5MTg0NjAsIm5iZiI6MTcyODkxODE2MCwicGF0aCI6Ii82MTA1NzY2Ni8zMDAxNTkzNDktZTQxMDM5ODEtODllNC00NzNiLTliMzMtODgxNGFmMDJlNWUwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDEwMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQxMDE0VDE1MDI0MFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTIxOTJmNjM2MmU0OWY5ZTg2ZWI3YTg5ZTAzZWZmOGFhMGI4NDJiZmFmMGVjZTAwZmYzYmUzYjc3ZjEyNTBlNzgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.t4IPi575J9r7nVyoNm9gjiaFlqVPoKA9ANMgiNAG9Cc" alt="image"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/RidhamRj/" rel="noopener noreferrer"&gt;RidhamRj&lt;/a&gt;&lt;br&gt;
&lt;a rel="noopener noreferrer" href="https://private-user-images.githubusercontent.com/61057666/300159434-133eb5f8-53e9-4b8c-8483-511244e599c1.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mjg5MTg0NjAsIm5iZiI6MTcyODkxODE2MCwicGF0aCI6Ii82MTA1NzY2Ni8zMDAxNTk0MzQtMTMzZWI1ZjgtNTNlOS00YjhjLTg0ODMtNTExMjQ0ZTU5OWMxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDEwMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQxMDE0VDE1MDI0MFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTU1ZjFmMTE5ZjFlZjVhYWJjMDcxNjZmMDdjZGFmNTExOTNlOWRmZjcyZTY1Njk4ODNlMjUxNzU4ODM1NGFiYWYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.LvzIdQjQ47GluG06fklbgDqO5Q_yak7J27IE-rU-HpQ"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fprivate-user-images.githubusercontent.com%2F61057666%2F300159434-133eb5f8-53e9-4b8c-8483-511244e599c1.png%3Fjwt%3DeyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mjg5MTg0NjAsIm5iZiI6MTcyODkxODE2MCwicGF0aCI6Ii82MTA1NzY2Ni8zMDAxNTk0MzQtMTMzZWI1ZjgtNTNlOS00YjhjLTg0ODMtNTExMjQ0ZTU5OWMxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDEwMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQxMDE0VDE1MDI0MFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTU1ZjFmMTE5ZjFlZjVhYWJjMDcxNjZmMDdjZGFmNTExOTNlOWRmZjcyZTY1Njk4ODNlMjUxNzU4ODM1NGFiYWYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.LvzIdQjQ47GluG06fklbgDqO5Q_yak7J27IE-rU-HpQ" alt="image"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/WarenGonzaga" rel="noopener noreferrer"&gt;Waren Gonzaga&lt;/a&gt; &lt;br&gt;
&lt;a rel="noopener noreferrer" href="https://private-user-images.githubusercontent.com/61057666/300162156-bbbf5f4c-f994-4166-bf05-5d109decce99.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mjg5MTg0NjAsIm5iZiI6MTcyODkxODE2MCwicGF0aCI6Ii82MTA1NzY2Ni8zMDAxNjIxNTYtYmJiZjVmNGMtZjk5NC00MTY2LWJmMDUtNWQxMDlkZWNjZTk5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDEwMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQxMDE0VDE1MDI0MFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTY1MTEzMzg0Y2ZlY2JkNzExYzA4Yzg3ZGFjMDIzYjJlNDg2ZThjMjMyOTE5ZWZkNzk3NjlmMmQ3ZGUwN2E5NGImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.P7wcnUAE7QP4DFyf5oAJ98Cfr_A0RAqlpBDuKfkeF14"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fprivate-user-images.githubusercontent.com%2F61057666%2F300162156-bbbf5f4c-f994-4166-bf05-5d109decce99.png%3Fjwt%3DeyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mjg5MTg0NjAsIm5iZiI6MTcyODkxODE2MCwicGF0aCI6Ii82MTA1NzY2Ni8zMDAxNjIxNTYtYmJiZjVmNGMtZjk5NC00MTY2LWJmMDUtNWQxMDlkZWNjZTk5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDEwMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQxMDE0VDE1MDI0MFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTY1MTEzMzg0Y2ZlY2JkNzExYzA4Yzg3ZGFjMDIzYjJlNDg2ZThjMjMyOTE5ZWZkNzk3NjlmMmQ3ZGUwN2E5NGImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.P7wcnUAE7QP4DFyf5oAJ98Cfr_A0RAqlpBDuKfkeF14" alt="image"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;/div&gt;



&lt;/div&gt;
&lt;br&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/avinash201199/profile-readme-templates" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;


&lt;p&gt;&lt;strong&gt;How to use the above templates:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Visit the above repository and choose the template.&lt;/li&gt;
&lt;li&gt;The username mentioned in the template, fork their repository, and copy the readme content to your GitHub profile README.&lt;/li&gt;
&lt;li&gt;Add your details and content.&lt;/li&gt;
&lt;li&gt;Commit the changes.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;If you don't know anything about GitHub, then watch this &lt;a href="https://www.youtube.com/watch?v=PQsJR8ci3J0&amp;amp;t=36s&amp;amp;ab_channel=edureka%21" rel="noopener noreferrer"&gt;YouTube tutorial&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;In conclusion, the GitHub Profile README serves as a powerful tool for individuals across various domains, especially for job seekers and professionals in the tech industry. It offers a unique opportunity to showcase skills, experience, and personality in a dynamic and accessible format. &lt;/p&gt;

&lt;p&gt;Do let me know if this article was helpful. Reach out to me on &lt;a href="https://www.linkedin.com/in/avinash-singh-071b79175/" rel="noopener noreferrer"&gt;LinkedIn&lt;/a&gt; for any help or if you have any doubts!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.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%2Fj57z7sjzg523icg7pog0.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media.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%2Fj57z7sjzg523icg7pog0.gif" alt="Thank you"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>github</category>
      <category>opensource</category>
      <category>developer</category>
      <category>softwareengineering</category>
    </item>
    <item>
      <title>How to Become a Software Engineer ?</title>
      <dc:creator>Avinash Singh</dc:creator>
      <pubDate>Tue, 23 Apr 2024 17:30:24 +0000</pubDate>
      <link>https://forem.com/letscode/how-to-become-a-software-engineer--fn3</link>
      <guid>https://forem.com/letscode/how-to-become-a-software-engineer--fn3</guid>
      <description>&lt;p&gt;Want to become a software engineer? But why? What is the need? Haven't you decided yet? If not then you need to decide it first!&lt;br&gt;
Maybe you want to become a software engineer because of your curiosity from childhood about how computers work, or because you want to earn lots of money and want to build a good reputation in the tech industry.&lt;/p&gt;

&lt;p&gt;If none of the above reasons apply, and you want to become a software engineer because you don't know what to do and someone suggested it to you, then you need to rethink. &lt;/p&gt;

&lt;p&gt;Because the journey of software engineering will not be easy, it's important to be clear about your goals. Otherwise, you risk becoming dissatisfied with your 9-to-5 job over time, feeling unhappy with your work and questioning your career choice.&lt;/p&gt;

&lt;p&gt;It's not necessary for a software engineer to work a 9-to-5 job. With some experience, you can build your own startup, freelance, or pursue your passion, whether it's something you've been passionate about since childhood or during college days. For instance, I started during my college days, although I wasn't clear on my final goal or the type of startup I wanted to build. However, I knew one thing: I needed a good network and audience to make my startup successful.&lt;/p&gt;

&lt;p&gt;So, I started building a network on LinkedIn, growing both my personal profile and my community page. Right now, I have an audience of 45k+  on my personal profile and 30k + on the community page. I shared helpful content with my audience and began inviting them on WhatsApp and Telegram. Now, with just one click, I can reach over 50k + people. I have a tech community on whatsapp where I'm providing a space to people to ask thier doubts and engage with meaninful discussion. I have created numerous helpful resources to assist job seekers. For example, the &lt;a href="https://docs.google.com/spreadsheets/d/1mBWWVVzCupbjQeTlpXFfHflqTmsBK9rCBQ7QJNE7HdY/edit#gid=1547960802"&gt;A to Z Placement Kit&lt;/a&gt; provides everything from resumes to cover letters, interview questions to notes, startup lists, project ideas, and many other resources. These days, I'm focusing on making products to solve real-world problems. Let's see where it goes, but I'm committed to growing together with my community.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Coming back to how to become a software engineer!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Be Clear About Your End Goal&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Starting a new career isn't easy. But having a clear goal helps you overcome obstacles. You should know exactly what you're aiming for.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1stvxz2w9vzxba4mxf5q.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1stvxz2w9vzxba4mxf5q.gif" alt="Software engineer" width="498" height="280"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Pursue a degree in Computer Science or a related field&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;To begin your journey as a software engineer, it's advisable to first pursue a degree in computer science or a related field. Typically, a bachelor’s degree is a minimum requirement.&lt;/p&gt;

&lt;p&gt;Choosing to major in computer science provides a solid foundation for software design. During interviews, you can expect questions about topics like data structures and algorithms, which are covered extensively in traditional computer science programs.&lt;/p&gt;

&lt;p&gt;Although a degree is not mandatory to become a software engineer, you can achieve this role through your skills, self-learning, and by developing noteworthy products or projects that showcase your abilities. Nowadays, startups are focusing more on skills rather than degrees. If you have the necessary skills and experience, they will hire you!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://docs.google.com/document/d/1ztl_7LHLtH4l_wlSHOcpTY1aTqNnGKulrzRq_Ou9cTk/edit?usp=sharing"&gt;Startup Companies Hiring Remotely in 2024&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Learn Programming Languages.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The first thing to learn to become a software engineer is programming languages. Learning programming languages is essential as they form the foundation of software development.&lt;/p&gt;

&lt;p&gt;You can pick from languages like Java, Python, C++, C#, and Javascript. You don't need to learn many languages at once when you're starting out. Start with one and become really good at it. Later, when you have more experience, you can try another one. It's easier to learn the next language after the first.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fijn78l59bhkc39jfqfb8.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fijn78l59bhkc39jfqfb8.gif" alt="coding" width="498" height="295"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Youtube Tutorials &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Java - &lt;a href="https://www.youtube.com/watch?v=bm0OyhwFDuY&amp;amp;list=PLsyeobzWxl7pe_IiTfNyr55kwJPWbgxB5&amp;amp;ab_channel=Telusko"&gt;English&lt;/a&gt; , &lt;a href="https://www.youtube.com/watch?v=ntLJmHOJ0ME&amp;amp;list=PLu0W_9lII9agS67Uits0UnJyrYiXhDS6q&amp;amp;ab_channel=CodeWithHarry"&gt;Hindi&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;JavaScript - &lt;a href="https://www.youtube.com/watch?v=SBmSRK3feww&amp;amp;t=178s&amp;amp;ab_channel=SuperSimpleDev"&gt;English&lt;/a&gt; , &lt;a href="https://www.youtube.com/watch?v=pN6jk0uUrD8&amp;amp;list=PLlasXeu85E9cQ32gLCvAvr9vNaUccPVNP&amp;amp;ab_channel=AkshaySaini"&gt;Hindi&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;C++ - &lt;a href="https://www.youtube.com/watch?v=oOmbSpOzvYg&amp;amp;list=PLdo5W4Nhv31YU5Wx1dopka58teWP9aCee&amp;amp;ab_channel=Jenny%27sLecturesCSIT"&gt;English&lt;/a&gt; , &lt;a href="https://www.youtube.com/watch?v=z9bZufPHFLU&amp;amp;list=PLfqMhTWNBTe0b2nM6JHVCnAkhQRGiZMSJ"&gt;Hindi&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Python - &lt;a href="https://www.youtube.com/watch?v=QXeEoD0pB3E&amp;amp;list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3&amp;amp;ab_channel=Telusko"&gt;English&lt;/a&gt; , &lt;a href="https://www.youtube.com/watch?v=7wnove7K-ZQ&amp;amp;list=PLu0W_9lII9agwh1XjRt242xIpHhPT2llg"&gt;Hindi&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Understand the core concepts like variables, control structures, data types, and syntax.&lt;/p&gt;

&lt;p&gt;After learning the basics, you can start learning DSA.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.youtube.com/watch?v=6iCHf7OZn6c&amp;amp;list=PL6Zs6LgrJj3tDXv8a_elC6eT_4R5gfX4d&amp;amp;ab_channel=DineshVaryani"&gt;DSA with Java&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.youtube.com/watch?v=WQoB2z67hvY&amp;amp;list=PLDzeHZWIZsTryvtXdMr6rPh4IDexB5NIA"&gt;DSA with C++&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.youtube.com/watch?v=8e_PwxYGZrA&amp;amp;list=PLzgPDYo_3xukPJdH6hVQ6Iic7KiJuoA-l&amp;amp;ab_channel=Amulya%27sAcademy"&gt;DSA with Python&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.youtube.com/watch?v=coqQwbDezUA&amp;amp;list=PLC3y8-rFHvwjPxNAKvZpdnsr41E0fCMMP&amp;amp;ab_channel=Codevolution"&gt;DSA with JavaScript&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Complete &lt;a href="https://drive.google.com/drive/u/3/folders/1gVQIBaMYkrnjbrtx679xTcdd2JkpEnBt"&gt;DSA material&lt;/a&gt; curated by Let's Code&lt;/p&gt;

&lt;p&gt;Read this blog - &lt;a href="https://dev.to/avinash201199/how-to-start-your-coding-journey-cfa"&gt;How to start your coding Journey ?&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Design and Build Software or Projects&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;One of the best ways to learn software engineering is by getting your hands dirty. Start by designing and building your own software projects. Whether it's a simple web application, a mobile app, or a game, the key is to start coding and gaining practical experience.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Below is a list of programming tutorials in which aspiring software developers learn how to build an application from scratch.&lt;/em&gt;&lt;/p&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--A9-wwsHG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/practical-tutorials"&gt;
        practical-tutorials
      &lt;/a&gt; / &lt;a href="https://github.com/practical-tutorials/project-based-learning"&gt;
        project-based-learning
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Curated list of project-based tutorials
    &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;Project Based Learning&lt;/h1&gt;
&lt;/div&gt;
&lt;p&gt;&lt;a href="https://gitter.im/practical-tutorials/community?utm_source=badge&amp;amp;utm_medium=badge&amp;amp;utm_campaign=pr-badge" rel="nofollow"&gt;&lt;img src="https://camo.githubusercontent.com/6b81981709fa28924b66d5c86db9c5259a6e701be3563f5d24b0b2d708b82894/68747470733a2f2f6261646765732e6769747465722e696d2f70726163746963616c2d7475746f7269616c732f636f6d6d756e6974792e737667" alt="Gitter"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;A list of programming tutorials in which aspiring software developers learn how to build an application from scratch. These tutorials are divided into different primary programming languages. Tutorials may involve multiple technologies and languages.&lt;/p&gt;
&lt;p&gt;To get started, simply fork this repo. Please refer to &lt;a href="https://github.com/practical-tutorials/project-based-learningCONTRIBUTING.md"&gt;CONTRIBUTING.md&lt;/a&gt; for contribution guidelines.&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Table of Contents:&lt;/h2&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/practical-tutorials/project-based-learning#c"&gt;C#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/practical-tutorials/project-based-learning#cc"&gt;C/C++&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/practical-tutorials/project-based-learning#clojure"&gt;Clojure&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/practical-tutorials/project-based-learning#dart"&gt;Dart&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/practical-tutorials/project-based-learning#elixir"&gt;Elixir&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/practical-tutorials/project-based-learning#erlang"&gt;Erlang&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/practical-tutorials/project-based-learning#f"&gt;F#&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/practical-tutorials/project-based-learning#go"&gt;Go&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/practical-tutorials/project-based-learning#haskell"&gt;Haskell&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/practical-tutorials/project-based-learning#html-and-css"&gt;HTML/CSS&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/practical-tutorials/project-based-learning#java"&gt;Java&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/practical-tutorials/project-based-learning#javascript"&gt;JavaScript&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/practical-tutorials/project-based-learning#kotlin"&gt;Kotlin&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/practical-tutorials/project-based-learning#lua"&gt;Lua&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/practical-tutorials/project-based-learning#ocaml"&gt;OCaml&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/practical-tutorials/project-based-learning#php"&gt;PHP&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/practical-tutorials/project-based-learning#python"&gt;Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/practical-tutorials/project-based-learning#r"&gt;R&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/practical-tutorials/project-based-learning#ruby"&gt;Ruby&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/practical-tutorials/project-based-learning#rust"&gt;Rust&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/practical-tutorials/project-based-learning#scala"&gt;Scala&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/practical-tutorials/project-based-learning#swift"&gt;Swift&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/practical-tutorials/project-based-learning#additional-resources"&gt;Additional resources&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;C/C++:&lt;/h2&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href="http://www.craftinginterpreters.com/" rel="nofollow"&gt;Build an Interpreter&lt;/a&gt; (Chapter 14 on is written in C)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://arjunsreedharan.org/post/148675821737/memory-allocators-101-write-a-simple-memory" rel="nofollow"&gt;Memory Allocators 101 - Write a simple memory allocator&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://brennan.io/2015/01/16/write-a-shell-in-c/" rel="nofollow"&gt;Write a Shell in C&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.cs.nmsu.edu/~pfeiffer/fuse-tutorial/" rel="nofollow"&gt;Write a FUSE Filesystem&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://viewsourcecode.org/snaptoken/kilo/" rel="nofollow"&gt;Build Your Own Text Editor&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.buildyourownlisp.com/" rel="nofollow"&gt;Build Your Own Lisp&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://nesdoug.com/" rel="nofollow"&gt;How to Program an NES Game in C&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/tuhdo/os01"&gt;Write an OS from scratch&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/cfenollosa/os-tutorial"&gt;How to create an OS from scratch &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://austinmorlan.com/posts/chip8_emulator/" rel="nofollow"&gt;Building a CHIP-8 Emulator&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://lazyfoo.net/tutorials/SDL/" rel="nofollow"&gt;Beginning Game Programming with C++ and SDL&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="http://codecapsule.com/2012/11/07/ikvs-implementing-a-key-value-store-table-of-contents/" rel="nofollow"&gt;Implementing a Key-Value&lt;/a&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/practical-tutorials/project-based-learning"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;&lt;em&gt;Below repository is a compilation of well-written, step-by-step guides for re-creating our favorite technologies from scratch.&lt;/em&gt;&lt;/p&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--A9-wwsHG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/codecrafters-io"&gt;
        codecrafters-io
      &lt;/a&gt; / &lt;a href="https://github.com/codecrafters-io/build-your-own-x"&gt;
        build-your-own-x
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Master programming by recreating your favorite technologies from scratch.
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;p&gt;&lt;a href="https://codecrafters.io/github-banner" rel="nofollow"&gt;&lt;img src="https://camo.githubusercontent.com/1ac9c264c5fa2d15e5d122671ad02bb3a73a819fef6d5778558c48e3a103ef9e/68747470733a2f2f636f646563726166746572732e696f2f696d616765732f62796f782d62616e6e65722e676966" alt="Banner"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Table of Contents: Build your own X&lt;/h2&gt;
&lt;/div&gt;
&lt;p&gt;This repository is a compilation of well-written, step-by-step guides for re-creating our favorite technologies from scratch.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;What I cannot create, I do not understand — Richard Feynman.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;It's a great way to learn.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/codecrafters-io/build-your-own-x#build-your-own-3d-renderer"&gt;3D Renderer&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/codecrafters-io/build-your-own-x#build-your-own-augmented-reality"&gt;Augmented Reality&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/codecrafters-io/build-your-own-x#build-your-own-bittorrent-client"&gt;BitTorrent Client&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/codecrafters-io/build-your-own-x#build-your-own-blockchain--cryptocurrency"&gt;Blockchain / Cryptocurrency&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/codecrafters-io/build-your-own-x#build-your-own-bot"&gt;Bot&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/codecrafters-io/build-your-own-x#build-your-own-command-line-tool"&gt;Command-Line Tool&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/codecrafters-io/build-your-own-x#build-your-own-database"&gt;Database&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/codecrafters-io/build-your-own-x#build-your-own-docker"&gt;Docker&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/codecrafters-io/build-your-own-x#build-your-own-emulator--virtual-machine"&gt;Emulator / Virtual Machine&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/codecrafters-io/build-your-own-x#build-your-own-front-end-framework--library"&gt;Front-end Framework / Library&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/codecrafters-io/build-your-own-x#build-your-own-game"&gt;Game&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/codecrafters-io/build-your-own-x#build-your-own-git"&gt;Git&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/codecrafters-io/build-your-own-x#build-your-own-network-stack"&gt;Network Stack&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/codecrafters-io/build-your-own-x#build-your-own-neural-network"&gt;Neural Network&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/codecrafters-io/build-your-own-x#build-your-own-operating-system"&gt;Operating System&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/codecrafters-io/build-your-own-x#build-your-own-physics-engine"&gt;Physics Engine&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/codecrafters-io/build-your-own-x#build-your-own-programming-language"&gt;Programming Language&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/codecrafters-io/build-your-own-x#build-your-own-regex-engine"&gt;Regex Engine&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/codecrafters-io/build-your-own-x#build-your-own-search-engine"&gt;Search Engine&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/codecrafters-io/build-your-own-x#build-your-own-shell"&gt;Shell&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/codecrafters-io/build-your-own-x#build-your-own-template-engine"&gt;Template Engine&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/codecrafters-io/build-your-own-x#build-your-own-text-editor"&gt;Text Editor&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/codecrafters-io/build-your-own-x#build-your-own-visual-recognition-system"&gt;Visual Recognition System&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/codecrafters-io/build-your-own-x#build-your-own-voxel-engine"&gt;Voxel Engine&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/codecrafters-io/build-your-own-x#build-your-own-web-browser"&gt;Web Browser&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/codecrafters-io/build-your-own-x#build-your-own-web-server"&gt;Web Server&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/codecrafters-io/build-your-own-x#uncategorized"&gt;Uncategorized&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Tutorials&lt;/h2&gt;
&lt;/div&gt;
&lt;div class="markdown-heading"&gt;
&lt;h4 class="heading-element"&gt;Build your own &lt;code&gt;3D Renderer&lt;/code&gt;
&lt;/h4&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.scratchapixel.com/lessons/3d-basic-rendering/introduction-to-ray-tracing/how-does-it-work" rel="nofollow"&gt;&lt;strong&gt;C++&lt;/strong&gt;: &lt;em&gt;Introduction to Ray Tracing: a Simple Method for Creating 3D Images&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/ssloy/tinyrenderer/wiki"&gt;&lt;strong&gt;C++&lt;/strong&gt;: &lt;em&gt;How OpenGL works: software rendering in 500 lines of code&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://lodev.org/cgtutor/raycasting.html" rel="nofollow"&gt;&lt;strong&gt;C++&lt;/strong&gt;: &lt;em&gt;Raycasting engine of Wolfenstein 3D&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.pbr-book.org/" rel="nofollow"&gt;&lt;strong&gt;C++&lt;/strong&gt;: &lt;em&gt;Physically Based Rendering:From Theory To Implementation&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://raytracing.github.io/books/RayTracingInOneWeekend.html" rel="nofollow"&gt;&lt;strong&gt;C++&lt;/strong&gt;: &lt;em&gt;Ray Tracing in One Weekend&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.scratchapixel.com/lessons/3d-basic-rendering/rasterization-practical-implementation/overview-rasterization-algorithm" rel="nofollow"&gt;&lt;strong&gt;C++&lt;/strong&gt;: &lt;em&gt;Rasterization: a&lt;/em&gt;&lt;/a&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/codecrafters-io/build-your-own-x"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;&lt;strong&gt;5. Resume &amp;amp; Online profile Building&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Your resume and online presence are crucial when applying for software engineering roles. Make sure to highlight your projects, skills, and experiences in your resume, and create an impressive online portfolio or GitHub profile to showcase your work.&lt;/p&gt;

&lt;p&gt;In the drive below, you will find resume templates, cover letter templates, cold email templates, and guides, which will be very helpful for resume creation.&lt;/p&gt;


&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
      &lt;div class="c-embed__cover"&gt;
        &lt;a href="https://docs.google.com/document/d/1ddqJxrjrS9sV79r55ZpnsLKbj7m9oKrESyvql4jHvuc/edit?usp=sharing" class="c-link s:max-w-50 align-middle" rel="noopener noreferrer"&gt;
          &lt;img alt="" src="https://res.cloudinary.com/practicaldev/image/fetch/s--a7cevgJh--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://lh7-us.googleusercontent.com/docs/AHkbwyJNUXjxYC0t1X9chpO1tiAy5vxHhpZ22mu0KIRYafGDHmuqAsfWKHgm8jjeVNzOWL6X91eTu_gAolrZiKbe9PxT7l5nE7W2Ek7mi2EcNKSriz3OTWc%3Dw1200-h630-p" height="420" class="m-0" width="800"&gt;
        &lt;/a&gt;
      &lt;/div&gt;
    &lt;div class="c-embed__body"&gt;
      &lt;h2 class="fs-xl lh-tight"&gt;
        &lt;a href="https://docs.google.com/document/d/1ddqJxrjrS9sV79r55ZpnsLKbj7m9oKrESyvql4jHvuc/edit?usp=sharing" rel="noopener noreferrer" class="c-link"&gt;
          Resume , Cover letter &amp;amp; Cold email templates - Google Docs
        &lt;/a&gt;
      &lt;/h2&gt;
      &lt;div class="color-secondary fs-s flex items-center"&gt;
          &lt;img alt="favicon" class="c-embed__favicon m-0 mr-2 radius-0" src="https://res.cloudinary.com/practicaldev/image/fetch/s--QSYTMxIL--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://ssl.gstatic.com/docs/documents/images/kix-favicon-2023q4.ico" width="256" height="256"&gt;
        docs.google.com
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;&lt;strong&gt;Optimize your GitHub Profile&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;For those in technical fields, a GitHub profile can be a valuable asset to showcase your coding skills and contributions to projects.&lt;/li&gt;
&lt;li&gt;Keep your GitHub profile updated with your latest projects, contributions to open-source projects, and any other relevant code samples.&lt;/li&gt;
&lt;li&gt;Provide clear documentation and explanations for your projects to demonstrate your understanding and communication skills.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;In this repository, I have attached some good profile readme templates which you can use to optimize your GitHub profile&lt;/em&gt;&lt;/p&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--A9-wwsHG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/avinash201199"&gt;
        avinash201199
      &lt;/a&gt; / &lt;a href="https://github.com/avinash201199/profile-readme-templates"&gt;
        profile-readme-templates
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      collection of Profile readme templates
    &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;Profile-readme-templates&lt;/h1&gt;

&lt;/div&gt;
&lt;div class="markdown-heading"&gt;
&lt;h4 class="heading-element"&gt;This repository contains the collection of some good profile readme . With the help of these you can make your own attractive profile readme.You can contribute to this repository by adding your's or any other's profile readme.&lt;/h4&gt;

&lt;/div&gt;

&lt;div class="markdown-heading"&gt;
&lt;h4 class="heading-element"&gt;How to contribute&lt;/h4&gt;

&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;Star this repository&lt;/li&gt;
&lt;li&gt;create an issue and wait for approval.&lt;/li&gt;
&lt;li&gt;Fork this repo after approval.&lt;/li&gt;
&lt;li&gt;Add your profile readme file in Profile Readme Template folder&lt;/li&gt;
&lt;li&gt;We will add your profile readme details on this main readme by ourself(If we find it attractive or compelling)&lt;/li&gt;
&lt;li&gt;To capture larger screen you can minimize the screen by pressing ctrl "+" -&lt;/li&gt;
&lt;li&gt;create pull request and wait for approval.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://github.com/Aleksey-Voko/"&gt;Aleksey Voko&lt;/a&gt;&lt;br&gt;
&lt;a rel="noopener noreferrer" href="https://private-user-images.githubusercontent.com/61057666/300158681-83d7d3ac-1bb8-4e87-94be-cc090fd1ecba.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTM5OTE0ODIsIm5iZiI6MTcxMzk5MTE4MiwicGF0aCI6Ii82MTA1NzY2Ni8zMDAxNTg2ODEtODNkN2QzYWMtMWJiOC00ZTg3LTk0YmUtY2MwOTBmZDFlY2JhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA0MjQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNDI0VDIwMzk0MlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWVkNGIyMGZjZmEyZmRkODc5YjE5NTQ5ZDllNDkyYTBjMGQxNjQ2ZTc3Mzc2Y2RjMmI4ZTUyZjRjMjYyMmM4ODAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.mPKNrB6yPkPkIwTyKAvTurExF29DYaS4n7gtGsEvOfc"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--sHP4cn9l--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://private-user-images.githubusercontent.com/61057666/300158681-83d7d3ac-1bb8-4e87-94be-cc090fd1ecba.png%3Fjwt%3DeyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTM5OTE0ODIsIm5iZiI6MTcxMzk5MTE4MiwicGF0aCI6Ii82MTA1NzY2Ni8zMDAxNTg2ODEtODNkN2QzYWMtMWJiOC00ZTg3LTk0YmUtY2MwOTBmZDFlY2JhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA0MjQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNDI0VDIwMzk0MlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWVkNGIyMGZjZmEyZmRkODc5YjE5NTQ5ZDllNDkyYTBjMGQxNjQ2ZTc3Mzc2Y2RjMmI4ZTUyZjRjMjYyMmM4ODAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.mPKNrB6yPkPkIwTyKAvTurExF29DYaS4n7gtGsEvOfc" alt="image"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/Anmol-Baranwal"&gt;Anmol Baranwal&lt;/a&gt;&lt;br&gt;
&lt;a rel="noopener noreferrer" href="https://private-user-images.githubusercontent.com/61057666/300163704-e7902f2f-7e3d-4140-ae28-2f4f5f65c661.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTM5OTE0ODIsIm5iZiI6MTcxMzk5MTE4MiwicGF0aCI6Ii82MTA1NzY2Ni8zMDAxNjM3MDQtZTc5MDJmMmYtN2UzZC00MTQwLWFlMjgtMmY0ZjVmNjVjNjYxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA0MjQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNDI0VDIwMzk0MlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTRjZjU0OTUxYzcwZjliYjhjZThiN2M1ZTQzZDQ1ZDViMGRmOGU0YzA5Mzk5ZGUxYjNkYzE4MzA0ZWYzMzU3ZTAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.QI5RWZFo2Kj_ZuuJVC7sNk-zwSG5zA_NAsuMlC3MaUM"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--gNYoyWts--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://private-user-images.githubusercontent.com/61057666/300163704-e7902f2f-7e3d-4140-ae28-2f4f5f65c661.png%3Fjwt%3DeyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTM5OTE0ODIsIm5iZiI6MTcxMzk5MTE4MiwicGF0aCI6Ii82MTA1NzY2Ni8zMDAxNjM3MDQtZTc5MDJmMmYtN2UzZC00MTQwLWFlMjgtMmY0ZjVmNjVjNjYxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA0MjQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNDI0VDIwMzk0MlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTRjZjU0OTUxYzcwZjliYjhjZThiN2M1ZTQzZDQ1ZDViMGRmOGU0YzA5Mzk5ZGUxYjNkYzE4MzA0ZWYzMzU3ZTAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.QI5RWZFo2Kj_ZuuJVC7sNk-zwSG5zA_NAsuMlC3MaUM" alt="image"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/ApoorvTyagi"&gt;Apoorv Tyagi&lt;/a&gt;&lt;br&gt;
&lt;a rel="noopener noreferrer" href="https://private-user-images.githubusercontent.com/61057666/300158661-23757a4b-ee94-432d-bc09-dbe098ef86bd.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTM5OTE0ODIsIm5iZiI6MTcxMzk5MTE4MiwicGF0aCI6Ii82MTA1NzY2Ni8zMDAxNTg2NjEtMjM3NTdhNGItZWU5NC00MzJkLWJjMDktZGJlMDk4ZWY4NmJkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA0MjQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNDI0VDIwMzk0MlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWNkNjQ2ZWZmYjA5ZDUyZjZlNzE1OGZiZTBkMmQ1NjdhM2NhOWFjMDhlZGUxNGMzZjc2YTE2ZTI3OWRiNzJlMTEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.VZqzlrI8FYudkl-0W7q9y33fcrXkhowKR-lXPzBxS1w"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--hI4J4_OS--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://private-user-images.githubusercontent.com/61057666/300158661-23757a4b-ee94-432d-bc09-dbe098ef86bd.png%3Fjwt%3DeyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTM5OTE0ODIsIm5iZiI6MTcxMzk5MTE4MiwicGF0aCI6Ii82MTA1NzY2Ni8zMDAxNTg2NjEtMjM3NTdhNGItZWU5NC00MzJkLWJjMDktZGJlMDk4ZWY4NmJkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA0MjQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNDI0VDIwMzk0MlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWNkNjQ2ZWZmYjA5ZDUyZjZlNzE1OGZiZTBkMmQ1NjdhM2NhOWFjMDhlZGUxNGMzZjc2YTE2ZTI3OWRiNzJlMTEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.VZqzlrI8FYudkl-0W7q9y33fcrXkhowKR-lXPzBxS1w" alt="image"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/avinash201199/"&gt;Avinash Singh&lt;/a&gt; &lt;br&gt;
&lt;a rel="noopener noreferrer" href="https://private-user-images.githubusercontent.com/61057666/300158637-dd8cdb18-eb8b-45ca-a707-b8c37c0d8486.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTM5OTE0ODIsIm5iZiI6MTcxMzk5MTE4MiwicGF0aCI6Ii82MTA1NzY2Ni8zMDAxNTg2MzctZGQ4Y2RiMTgtZWI4Yi00NWNhLWE3MDctYjhjMzdjMGQ4NDg2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA0MjQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNDI0VDIwMzk0MlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWE2MWExZjRiNzVmZjI2OTY4MDQwNWE5YTQwMGUyYjk4ZWQwMmViMTU4YmRlY2QxNDZhOThjN2YwNmY2MTAzMjQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.imzHzohS0UOqA7HCOWJApG-q_KJl4Hm5P1W_FoUyK5k"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--spuV-8qY--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://private-user-images.githubusercontent.com/61057666/300158637-dd8cdb18-eb8b-45ca-a707-b8c37c0d8486.png%3Fjwt%3DeyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTM5OTE0ODIsIm5iZiI6MTcxMzk5MTE4MiwicGF0aCI6Ii82MTA1NzY2Ni8zMDAxNTg2MzctZGQ4Y2RiMTgtZWI4Yi00NWNhLWE3MDctYjhjMzdjMGQ4NDg2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA0MjQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNDI0VDIwMzk0MlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWE2MWExZjRiNzVmZjI2OTY4MDQwNWE5YTQwMGUyYjk4ZWQwMmViMTU4YmRlY2QxNDZhOThjN2YwNmY2MTAzMjQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.imzHzohS0UOqA7HCOWJApG-q_KJl4Hm5P1W_FoUyK5k" alt="image"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/billpwchan"&gt;Bill Chan&lt;/a&gt;&lt;br&gt;
&lt;a rel="noopener noreferrer" href="https://private-user-images.githubusercontent.com/61057666/300159265-b2e65e27-1b36-4fe5-ba91-832c98d823d7.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTM5OTE0ODIsIm5iZiI6MTcxMzk5MTE4MiwicGF0aCI6Ii82MTA1NzY2Ni8zMDAxNTkyNjUtYjJlNjVlMjctMWIzNi00ZmU1LWJhOTEtODMyYzk4ZDgyM2Q3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA0MjQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNDI0VDIwMzk0MlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTZmMDE5ZGMxMzdhYWVlOTllNWQ3NzA3MTNlNjJiNjE0ZGFlMmI4ZGMyZGQ3OTJkNTllZTUwNDI0NWZjOWUxNzImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.ukg3b-urEOtE-sSf2mY9vlAh5kQDRbXppLvDxi7zGIE"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--aLBs9iUp--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://private-user-images.githubusercontent.com/61057666/300159265-b2e65e27-1b36-4fe5-ba91-832c98d823d7.png%3Fjwt%3DeyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTM5OTE0ODIsIm5iZiI6MTcxMzk5MTE4MiwicGF0aCI6Ii82MTA1NzY2Ni8zMDAxNTkyNjUtYjJlNjVlMjctMWIzNi00ZmU1LWJhOTEtODMyYzk4ZDgyM2Q3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA0MjQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNDI0VDIwMzk0MlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTZmMDE5ZGMxMzdhYWVlOTllNWQ3NzA3MTNlNjJiNjE0ZGFlMmI4ZGMyZGQ3OTJkNTllZTUwNDI0NWZjOWUxNzImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.ukg3b-urEOtE-sSf2mY9vlAh5kQDRbXppLvDxi7zGIE" alt="image"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/DenverCoder1/"&gt;Jonah Lawrence&lt;/a&gt;&lt;br&gt;
&lt;a rel="noopener noreferrer" href="https://private-user-images.githubusercontent.com/61057666/300159349-e4103981-89e4-473b-9b33-8814af02e5e0.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTM5OTE0ODIsIm5iZiI6MTcxMzk5MTE4MiwicGF0aCI6Ii82MTA1NzY2Ni8zMDAxNTkzNDktZTQxMDM5ODEtODllNC00NzNiLTliMzMtODgxNGFmMDJlNWUwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA0MjQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNDI0VDIwMzk0MlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTZiZjc4NTZhNTdiNTNkMTFiNmU0NjZjNjQ3NTVhNDI0MzQ2NGE2N2ExMmI1YjlhNTljMDY1YzdmYzhiNDE5ZDQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.B9NmHjXdQuqrrox_1q8DqXhiY8Cw7K2g5dMBL8fkki4"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Dy_4yE2G--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://private-user-images.githubusercontent.com/61057666/300159349-e4103981-89e4-473b-9b33-8814af02e5e0.png%3Fjwt%3DeyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTM5OTE0ODIsIm5iZiI6MTcxMzk5MTE4MiwicGF0aCI6Ii82MTA1NzY2Ni8zMDAxNTkzNDktZTQxMDM5ODEtODllNC00NzNiLTliMzMtODgxNGFmMDJlNWUwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA0MjQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNDI0VDIwMzk0MlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTZiZjc4NTZhNTdiNTNkMTFiNmU0NjZjNjQ3NTVhNDI0MzQ2NGE2N2ExMmI1YjlhNTljMDY1YzdmYzhiNDE5ZDQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.B9NmHjXdQuqrrox_1q8DqXhiY8Cw7K2g5dMBL8fkki4" alt="image"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/RidhamRj/"&gt;RidhamRj&lt;/a&gt;&lt;br&gt;
&lt;a rel="noopener noreferrer" href="https://private-user-images.githubusercontent.com/61057666/300159434-133eb5f8-53e9-4b8c-8483-511244e599c1.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTM5OTE0ODIsIm5iZiI6MTcxMzk5MTE4MiwicGF0aCI6Ii82MTA1NzY2Ni8zMDAxNTk0MzQtMTMzZWI1ZjgtNTNlOS00YjhjLTg0ODMtNTExMjQ0ZTU5OWMxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA0MjQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNDI0VDIwMzk0MlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWNmYWQ0YjkxZTM3YWZiZWNiN2ZlNTU0OTc4OTQ4ZGFhNjVmYzMwZGUzZGRhZTgyYjU2ZmQ4YTJhOTE2YTk4MWQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.3U1mJxbp0xKIYCAusSiSmMRLcOCmGtHsIOsVJccgkeo"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s---B6nWzTf--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://private-user-images.githubusercontent.com/61057666/300159434-133eb5f8-53e9-4b8c-8483-511244e599c1.png%3Fjwt%3DeyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTM5OTE0ODIsIm5iZiI6MTcxMzk5MTE4MiwicGF0aCI6Ii82MTA1NzY2Ni8zMDAxNTk0MzQtMTMzZWI1ZjgtNTNlOS00YjhjLTg0ODMtNTExMjQ0ZTU5OWMxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA0MjQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNDI0VDIwMzk0MlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWNmYWQ0YjkxZTM3YWZiZWNiN2ZlNTU0OTc4OTQ4ZGFhNjVmYzMwZGUzZGRhZTgyYjU2ZmQ4YTJhOTE2YTk4MWQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.3U1mJxbp0xKIYCAusSiSmMRLcOCmGtHsIOsVJccgkeo" alt="image"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/WarenGonzaga"&gt;Waren Gonzaga&lt;/a&gt; &lt;br&gt;
&lt;a rel="noopener noreferrer" href="https://private-user-images.githubusercontent.com/61057666/300162156-bbbf5f4c-f994-4166-bf05-5d109decce99.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTM5OTE0ODIsIm5iZiI6MTcxMzk5MTE4MiwicGF0aCI6Ii82MTA1NzY2Ni8zMDAxNjIxNTYtYmJiZjVmNGMtZjk5NC00MTY2LWJmMDUtNWQxMDlkZWNjZTk5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA0MjQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNDI0VDIwMzk0MlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTY5N2U3MTA0MDlhZTY5MTBhZjcwYjQzNDcwYTUzNDYyNTk4ZTU0MzIyMDRjZDgwNzc0ZTRiYjhjMDRkMjA1ZTYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.xB__cSCHbhTgDeGUvWIi4MTc4T739eyhNOa0U7qcarE"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--mDtEzHb2--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://private-user-images.githubusercontent.com/61057666/300162156-bbbf5f4c-f994-4166-bf05-5d109decce99.png%3Fjwt%3DeyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTM5OTE0ODIsIm5iZiI6MTcxMzk5MTE4MiwicGF0aCI6Ii82MTA1NzY2Ni8zMDAxNjIxNTYtYmJiZjVmNGMtZjk5NC00MTY2LWJmMDUtNWQxMDlkZWNjZTk5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA0MjQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNDI0VDIwMzk0MlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTY5N2U3MTA0MDlhZTY5MTBhZjcwYjQzNDcwYTUzNDYyNTk4ZTU0MzIyMDRjZDgwNzc0ZTRiYjhjMDRkMjA1ZTYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.xB__cSCHbhTgDeGUvWIi4MTc4T739eyhNOa0U7qcarE" alt="image"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;/div&gt;



&lt;/div&gt;
&lt;br&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/avinash201199/profile-readme-templates"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;


&lt;p&gt;&lt;strong&gt;LinkedIn Profile Optimization&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;LinkedIn is a powerful tool for networking and showcasing your professional profile.&lt;/li&gt;
&lt;li&gt;Ensure your LinkedIn profile is complete and up-to-date, including a professional photo, headline, summary, and detailed descriptions of your education, experience, and skills.&lt;/li&gt;
&lt;li&gt;Connect with professionals in your field of interest, join relevant groups, and engage with content to expand your network.&lt;/li&gt;
&lt;li&gt;Ask for recommendations from professors, mentors, or previous employers to add credibility to your profile.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;You can read the article below to optimize your LinkedIn profile.&lt;/em&gt;&lt;/p&gt;


&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
      &lt;div class="c-embed__cover"&gt;
        &lt;a href="https://apnajourney.com/linkedin-workshops/" class="c-link s:max-w-50 align-middle" rel="noopener noreferrer"&gt;
          &lt;img alt="" src="https://res.cloudinary.com/practicaldev/image/fetch/s--dpXzeQdS--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://apnajourney.com/wp-content/uploads/2024/04/Job-ready-LinkedIn-Workshop-1.png" height="450" class="m-0" width="800"&gt;
        &lt;/a&gt;
      &lt;/div&gt;
    &lt;div class="c-embed__body"&gt;
      &lt;h2 class="fs-xl lh-tight"&gt;
        &lt;a href="https://apnajourney.com/linkedin-workshops/" rel="noopener noreferrer" class="c-link"&gt;
          The Complete LinkedIn Marketing and Job Search Workshop -
        &lt;/a&gt;
      &lt;/h2&gt;
        &lt;p class="truncate-at-3"&gt;
          Elevate your game on LinkedIn! Our transformative workshop empowers you to craft a magnetic personal brand, unleash captivating content marketing, ace the job hunt, and skyrocket lead generation. Leverage pro tips, unlock LinkedIn's full potential for explosive career growth and business wins. Seize this opportunity today!
        &lt;/p&gt;
      &lt;div class="color-secondary fs-s flex items-center"&gt;
          &lt;img alt="favicon" class="c-embed__favicon m-0 mr-2 radius-0" src="https://res.cloudinary.com/practicaldev/image/fetch/s--ZOtLXl5c--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://apnajourney.com/wp-content/uploads/2024/03/cropped-1-32x32.png" width="32" height="32"&gt;
        apnajourney.com
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;&lt;strong&gt;6. Do Internships&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Internships are a fantastic way to gain real-world experience and learn from seasoned professionals. Look for internships at tech companies or startups, and make the most out of the opportunity to expand your skills and network with industry professionals.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkufuaxqk46qrc49mcuib.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkufuaxqk46qrc49mcuib.gif" alt="internships" width="268" height="182"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Join &lt;a href="https://t.me/offcampusjobsupdatess"&gt;Telegram channel&lt;/a&gt; for internships &amp;amp; jobs updates.&lt;/p&gt;

&lt;p&gt;If you're not able to secure paid internships, you can opt for virtual internships from top companies on &lt;a href="https://www.theforage.com/"&gt;Forage&lt;/a&gt;. Explore careers and prepare for the job with hundreds of free job simulations designed by the world's top employers.&lt;/p&gt;

&lt;p&gt;Read this blog for more details - &lt;a href="https://dev.to/avinash201199/how-to-get-an-internship-110i"&gt;How to get an Internship?&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;7. Join Community of Software Engineers&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Surround yourself with like-minded individuals by joining communities of software engineers. Whether it's online forums, meetups, or tech events, connecting with others in the field can provide valuable insights, support, and networking opportunities.&lt;/p&gt;

&lt;p&gt;You can join &lt;a href="https://www.lets-code.co.in/"&gt;Lets Code&lt;/a&gt; Tech communities in various fields, where you can ask questions, engage in meaningful conversations, and clear your doubts.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8kkewszgq60zoiuu9elj.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8kkewszgq60zoiuu9elj.png" alt="Software community" width="800" height="286"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Some platforms that software engineers should use.&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="https://stackoverflow.com/"&gt;Stack Overflow&lt;/a&gt;:&lt;/strong&gt; An online community for programmers to ask and answer questions on various programming topics. It's a valuable resource for troubleshooting, learning, and sharing knowledge.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="https://github.com/"&gt;GitHub&lt;/a&gt;:&lt;/strong&gt; A web-based platform for version control using Git. It's widely used for hosting open-source projects and collaborating on code.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="https://dev.to/"&gt;Dev.to&lt;/a&gt;&lt;/strong&gt; is a community-driven platform specifically tailored for software developers, engineers, and other tech professionals. It serves as a space for sharing knowledge, insights, and experiences related to software development and technology in general&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="https://www.freecodecamp.org/"&gt;freeCodeCamp&lt;/a&gt;&lt;/strong&gt; is a non-profit educational organization that consists of an interactive learning web platform, an online community forum, chat rooms, online publications and local organizations that intend to make learning software development accessible to anyone.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;8. Master Your Pre-Interview Skills&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Technical interviews are a common part of the software engineering hiring process. Prepare yourself by mastering coding problems, algorithms, and data structures. Practice coding challenges regularly and refine your problem-solving skills.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Curated coding interview preparation materials for busy software engineers&lt;/em&gt;&lt;br&gt;
&lt;/p&gt;
&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--A9-wwsHG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/yangshun"&gt;
        yangshun
      &lt;/a&gt; / &lt;a href="https://github.com/yangshun/tech-interview-handbook"&gt;
        tech-interview-handbook
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      💯 Curated coding interview preparation materials for busy software engineers
    &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;Tech Interview Handbook&lt;/h1&gt;
&lt;/div&gt;
&lt;div&gt;
  &lt;a href="https://www.techinterviewhandbook.org/" rel="nofollow"&gt;
    &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--B65phAs7--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://github.com/yangshun/tech-interview-handbookassets/logo.svg" alt="Tech Interview Handbook" width="400"&gt;
  &lt;/a&gt;
  &lt;br&gt;
  &lt;div class="markdown-heading"&gt;
&lt;h3 class="heading-element"&gt;
    &lt;a href="https://www.techinterviewhandbook.org/" rel="nofollow"&gt;Read on the website&lt;/a&gt;
  &lt;/h3&gt;
&lt;/div&gt;
  &lt;p&gt;
    Join/follow us on &lt;a href="https://discord.gg/usMqNaPczq" rel="nofollow"&gt;Discord&lt;/a&gt; | &lt;a href="https://twitter.com/techinterviewhb" rel="nofollow"&gt;𝕏 (Twitter)&lt;/a&gt; | &lt;a href="https://t.me/techinterviewhandbook" rel="nofollow"&gt;Telegram&lt;/a&gt; |  &lt;a href="https://facebook.com/techinterviewhandbook" rel="nofollow"&gt;Facebook&lt;/a&gt;
  &lt;/p&gt;
&lt;/div&gt;

&lt;a href="https://www.techinterviewhandbook.org/software-engineering-interview-guide/" rel="nofollow"&gt;
  &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--UhdesJv8--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://github.com/yangshun/tech-interview-handbookassets/start-reading-button.jpg" alt="Start Reading Tech Interview Handbook"&gt;
&lt;/a&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;What is this?&lt;/h2&gt;
&lt;/div&gt;
&lt;p&gt;Not everyone has the time to do a few hundred LeetCode questions. Here are &lt;em&gt;free and curated&lt;/em&gt; technical interview preparation materials for busy engineers, brought to you by me, the author of &lt;a href="https://www.teamblind.com/post/New-Year-Gift---Curated-List-of-Top-75-LeetCode-Questions-to-Save-Your-Time-OaM1orEU" rel="nofollow"&gt;Blind 75&lt;/a&gt;. Over 500,000 people have benefitted from this handbook!&lt;/p&gt;
&lt;p&gt;Besides the usual algorithm questions, other &lt;strong&gt;awesome&lt;/strong&gt; stuff includes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://www.techinterviewhandbook.org/coding-interview-study-plan/" rel="nofollow"&gt;Best practice questions&lt;/a&gt; for coding interviews&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.techinterviewhandbook.org/grind75" rel="nofollow"&gt;Grind 75&lt;/a&gt; - the next evolution of Blind 75, bigger and better&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.techinterviewhandbook.org/coding-interview-prep/" rel="nofollow"&gt;How to prepare&lt;/a&gt; for coding interviews&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.techinterviewhandbook.org/coding-interview-cheatsheet/" rel="nofollow"&gt;Coding interview best practices&lt;/a&gt; - Straight-to-the-point Do's and Don'ts&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.techinterviewhandbook.org/algorithms/study-cheatsheet/" rel="nofollow"&gt;Algorithm cheatsheets and tips&lt;/a&gt; categorized by topic&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.techinterviewhandbook.org/resume/" rel="nofollow"&gt;Step-by-step Software Engineer resume guide&lt;/a&gt; to prepare a FAANG-ready resume&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.techinterviewhandbook.org/behavioral-interview-questions/" rel="nofollow"&gt;Behavioral questions&lt;/a&gt; asked by the top tech companies&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.frontendinterviewhandbook.com" rel="nofollow"&gt;Front end interview preparation&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Help from you in contributing content would be very much appreciated!&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Why would you read&lt;/h2&gt;…&lt;/div&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/yangshun/tech-interview-handbook"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;&lt;em&gt;A curated awesome list of lists of interview questions.&lt;/em&gt;&lt;br&gt;
&lt;/p&gt;
&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--A9-wwsHG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/DopplerHQ"&gt;
        DopplerHQ
      &lt;/a&gt; / &lt;a href="https://github.com/DopplerHQ/awesome-interview-questions"&gt;
        awesome-interview-questions
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      :octocat: A curated awesome list of lists of interview questions. Feel free to contribute! 🎓 
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;div&gt;
    &lt;p&gt;
        &lt;a href="https://doppler.com?utm_campaign=github_repo&amp;amp;utm_medium=referral&amp;amp;utm_content=awesome-interview&amp;amp;utm_source=github" rel="nofollow"&gt;
      &lt;/a&gt;&lt;/p&gt;
&lt;div&gt;    
                &lt;a rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/d2d2fcf10da6d81b903c54d18c00910ac59a20295405dded895305310312b6aa/68747470733a2f2f64617368626f6172642e646f70706c65722e636f6d2f696d67732f6c6f676f2d6c6f6e672e737667"&gt;&lt;img src="https://camo.githubusercontent.com/d2d2fcf10da6d81b903c54d18c00910ac59a20295405dded895305310312b6aa/68747470733a2f2f64617368626f6172642e646f70706c65722e636f6d2f696d67732f6c6f676f2d6c6f6e672e737667" width="260" alt="Doppler"&gt;&lt;/a&gt; 
            &lt;/div&gt;  
      &lt;br&gt;
            &lt;b&gt;All your environment variables, in one place&lt;/b&gt; 
            &lt;div&gt;Stop struggling with scattered API keys, hacking together home-brewed tools,&lt;/div&gt;
            &lt;div&gt;and avoiding access controls. Keep your team and servers in sync with Doppler.&lt;/div&gt;
            &lt;br&gt;
            
        
&lt;/div&gt;  
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;Awesome Interviews &lt;a href="https://github.com/sindresorhus/awesome"&gt;&lt;img src="https://camo.githubusercontent.com/50cf39121274b3db22bf1bd72cbe25af9078e037441cb5b5bdef1cc9dc5eb2f7/68747470733a2f2f63646e2e7261776769742e636f6d2f73696e647265736f726875732f617765736f6d652f643733303566333864323966656437386661383536353265336136336531353464643865383832392f6d656469612f62616467652e737667" alt="Awesome"&gt;&lt;/a&gt;
&lt;/h1&gt;

&lt;/div&gt;
&lt;blockquote&gt;
&lt;p&gt;A curated list of lists of technical interview questions.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questionsawesome.md"&gt;What makes for an awesome list?&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Please read the &lt;a href="https://github.com/DopplerHQ/awesome-interview-questionscontributing.md"&gt;contribution guidelines&lt;/a&gt; or &lt;a href="https://github.com/DopplerHQ/awesome-interview-questionscreate-list.md"&gt;creating a list guide&lt;/a&gt; if you want to contribute.&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h3 class="heading-element"&gt;Table of Contents&lt;/h3&gt;

&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#programming-languagesframeworksplatforms"&gt;Programming Languages/Frameworks/Platforms&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#android"&gt;Android&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#angularjs"&gt;AngularJS&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#angular"&gt;Angular&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#backbonejs"&gt;BackboneJS&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#c"&gt;C++&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#c-1"&gt;C&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#c-2"&gt;C♯&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#net"&gt;.NET&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#clojure"&gt;Clojure&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#css"&gt;CSS&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#cucumber"&gt;Cucumber&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#django"&gt;Django&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#docker"&gt;Docker&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#elastic"&gt;Elastic&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#emberjs"&gt;EmberJS&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#erlang"&gt;Erlang&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#golang"&gt;Golang&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#graphql"&gt;GraphQl&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#html"&gt;HTML&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#ionic"&gt;Ionic&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#ios"&gt;iOS&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#java"&gt;Java&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#javascript"&gt;JavaScript&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#jquery"&gt;jQuery&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#front-end-build-tools"&gt;Front-end build tools&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#knockoutjs"&gt;KnockoutJS&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#less"&gt;Less&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#lisp"&gt;Lisp&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#nodejs"&gt;NodeJS&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#objective-c"&gt;Objective-C&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#php"&gt;PHP&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#python"&gt;Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#reactjs"&gt;ReactJS&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#ruby-on-rails"&gt;Rails&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#ruby"&gt;Ruby&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#rust"&gt;Rust&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#sass"&gt;Sass&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#scala"&gt;Scala&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#shell"&gt;Shell&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#spark"&gt;Spark&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#swift"&gt;Swift&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#vuejs"&gt;Vue.js&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#wordpress"&gt;Wordpress&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#typescript"&gt;TypeScript&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#database-technologies"&gt;Database technologies&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#cassandra"&gt;Cassandra&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#microsoft-access"&gt;Microsoft Access&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#mongodb"&gt;MongoDB&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#mysql"&gt;MySQL&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#neo4j"&gt;Neo4j&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#oracle"&gt;Oracle&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#postgres"&gt;Postgres&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#sql"&gt;SQL&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#sql-lite"&gt;SQL Lite&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#caching-technologies"&gt;Caching technologies&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#memcached"&gt;Memcached&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#redis"&gt;Redis&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#os"&gt;OS&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#linux"&gt;Linux&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#windows"&gt;Windows&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#algorithms"&gt;Algorithms&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#blockchain"&gt;Blockchain&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#coding-exercises"&gt;Coding exercises&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#comprehensive-lists"&gt;Comprehensive lists&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#design-patterns"&gt;Design patterns&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#data-structures"&gt;Data structures&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#networks"&gt;Networks&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#security"&gt;Security&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="https://github.com/DopplerHQ/awesome-interview-questions#data-science"&gt;Data Science&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Programming Languages/Frameworks/Platforms&lt;/h2&gt;

&lt;/div&gt;
&lt;div class="markdown-heading"&gt;
&lt;h3 class="heading-element"&gt;Android&lt;/h3&gt;…&lt;/div&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/DopplerHQ/awesome-interview-questions"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;&lt;strong&gt;9. Apply for jobs&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Once you feel confident in your skills and experiences, start applying for software engineering positions. Tailor your applications to each job opportunity, and don't be afraid to showcase your passion and enthusiasm for the field.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;LinkedIn&lt;/strong&gt; has a dedicated job search feature where you can search for jobs by keywords, location, industry, and other criteria. You can also save job listings and set up job alerts to be notified of new opportunities.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fv4jhn9rde4vwc4pkcxm4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fv4jhn9rde4vwc4pkcxm4.png" alt="Linkedin jobs" width="800" height="527"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;10. Resources&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Take advantage of online resources such as coding tutorials, courses, and documentation to continue learning and improving your skills. Stay up-to-date with the latest technologies and trends in software engineering.&lt;/p&gt;

&lt;p&gt;I'm going to share some resources which can be very helpful for software engineers.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.google.com/spreadsheets/d/1mBWWVVzCupbjQeTlpXFfHflqTmsBK9rCBQ7QJNE7HdY/edit#gid=1547960802"&gt;A to Z placement kit&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://drive.google.com/drive/folders/1SkCOcAS0Kqvuz-MJkkjbFr1GSue6Ms6m"&gt;Aptitude &amp;amp; placement material&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;
&lt;a href="https://drive.google.com/drive/folders/1Da_v5uHIvBscWcRRgMsYGq-hJ00dQL9Y"&gt;Complete DSA material&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;
&lt;a href="https://docs.google.com/document/d/1MZkBSJG1TPvMwHBo2yuMjQ6CokWpZPNx/edit?usp=drive_link&amp;amp;ouid=102573380522384835526&amp;amp;rtpof=true&amp;amp;sd=true"&gt;ATS Friendly Resume Template&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;
&lt;a href="https://drive.google.com/file/d/1nxlDv2x0NuIwf40NstdCV3qTIsDd5SvY/view?usp=drive_link"&gt;Remote hiring startup list&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;
&lt;a href="https://dev.to/avinash201199/complete-placement-preparation-roadmap-with-free-material-31ed"&gt;Complete Placement Preparation Roadmap with free Materials&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="https://dev.to/avinash201199/skills-you-should-mention-in-your-resume-for-sde-role-9bi"&gt;Skills you should mention in your resume for an SDE Role&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;10. Tips&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The journey to becoming a software engineer may have its challenges, but with dedication, hard work, and continuous learning, you can achieve your goals. Network with professionals in the industry, seek mentorship, and never stop honing your craft.&lt;/p&gt;

&lt;p&gt;Software engineering is a vast field and has different roles based on requirements and task complexity. So you can choose as per your convenience and go ahead. Some of the prominent roles are listed below:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Full Stack Engineer&lt;/li&gt;
&lt;li&gt;Front-End Engineer&lt;/li&gt;
&lt;li&gt;DevOps Engineer&lt;/li&gt;
&lt;li&gt;Back-End Engineer&lt;/li&gt;
&lt;li&gt;Software Engineer in Test&lt;/li&gt;
&lt;li&gt;Data Engineer&lt;/li&gt;
&lt;li&gt;Embedded Systems Software Engineer&lt;/li&gt;
&lt;li&gt;Security Engineer &lt;/li&gt;
&lt;li&gt;Cloud Engineer&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Obtain the roadmap for the roles mentioned above and begin preparing for them. Learn the basics first, then develop some quality projects. When applying, update your resume, incorporating keywords, skills, and projects relevant to the job description.&lt;/p&gt;

&lt;p&gt;Thank you for reading. Please let me know your thoughts on the blog in the comment section. If you have any questions, feel free to connect with me on &lt;a href="https://www.linkedin.com/in/avinash-singh-071b79175/"&gt;LinkedIn&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Follow me on &lt;a href="https://github.com/avinash201199"&gt;Github&lt;/a&gt; for more helpful repositories&lt;/p&gt;

&lt;p&gt;Save this blog for later!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkogqtj1ocb1y58evc5op.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkogqtj1ocb1y58evc5op.gif" alt="Software Engineer" width="498" height="340"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>softwareengineering</category>
      <category>developers</category>
      <category>code</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
