DEV Community

Cover image for I landed my first dev job after 6 months of building projects. Here's my story!
Pranav Birajdar
Pranav Birajdar

Posted on • Edited on • Originally published at pranavbirajdar.com

I landed my first dev job after 6 months of building projects. Here's my story!

It's official y'all, I got hired as a front-end developer!!! I am starting tomorrow and I am so pumped to share this news with the dev community.

Alt Text

Words cannot express how I happy about landing my first job. A year of self-teaching, building, failing, and networking finally paid off!

Here's a not-so-brief timeline of how it all started, some projects I built, and a few resources I used along the way.

1. April 2020 - Pandemic Resolutions:

Canada was undergoing it's first wave of the pandemic and we were under a strict lockdown. I was furloughed from my job with no idea of when things would get back to normal.

After about 3 weeks of feeling sorry for myself, binge-watching endless hours of Netflix, eating pizza and fries for breakfast, lunch, and dinner, I thought it was about time I got my s*** together and learn a new skill.

I knew I wanted to be a software developer since I had completed the HTML and CSS sections of freeCodeCamp a couple of years ago and actually enjoyed it. I also had a few developer friends who were unaffected or even thriving during the pandemic, thanks to our new 'everything is online and the internet rules the world' way of living.

Starting May, I was going to start my journey to be a developer!

2. May 2020 - HTML and CSS:

I went over the HTML and CSS parts of freeCodeCamp. It was a good introduction, however I was not satisfied. I did not exactly understand how and when to use a certain CSS class since the exercises did a lot of hand holding.

The JavaScript and the DSA part of the freeCodeCamp was very overwhelming and I was unsure if it was wise to move on to JS without understanding HTML and CSS properly.

I decided to take a little detour and bought Jonas's beginner HTML and CSS course and followed Kevin Powell's tutorials. I finally started getting a hang of flexbox and basic CSS layouts.

3. June-August 2020 - JavaScript and Tutorial Hell:

Following video courses and tutorials, I realized that I'm more of a visual learner since I was able to understand the concepts better if they were explained visually. This realization led me to follow Andrew Mead's JS course on Udemy.

I learned most of the basics. However, I soon realized that just typing after the instructor is not a great way to learn how to code. This was a tough phase since I was unsure about my JS abilities. I thought taking other courses would help bolster my knowledge. I tried several YouTube tutorials, 10-hour free freeCodeCamp videos, and other Udemy courses. Everything to no avail.

I was in what you'd call it a "TUTORIAL HELL"!

Alt Text

4. September 2020 - React and why Redux almost made me quit everything:

While I was doubting my JS skills, I was also reading about how it's not enough to just know JS and one needs to learn a framework to get a job. I heard about Vue, React, and Angular for the first time. I was even more confused.

I decided to go ahead and learn React since it was literally everywhere. Someone also told me how they understood JS better after learning React. This inspired me!

The journey was kinda rough thought. Class components and the 'this' keyword overwhelmed me, JSX was something I had never seen before, I had no idea what configuring Webpack meant. I somehow tried to trudge along.

Alt Text

However, what broke the camel's back was Redux. Yes, the React ecosystem's necessary evil! Nothing made sense. What's a dispatch? What's a reducer? Wait but what about useState? I had no idea what I was doing and I started doubting myself. Am I cutout for this? Was all of this a mistake?

5. October 2020 - March 2021 - Building Projects taught me everything!

I came across a YouTube tutorial one day where someone was building a Netflix clone using React Hooks. I couldn't believe my eyes. It was probably the first time I had seen someone build something other than a boring todo-list.

I was instantly hooked (pun intended). I wanted to build that clone. I did not know much about hooks, but I knew that I was not gonna take an entire course to learn about it. I decided to learn it as I went along.

Alt Text

This is when the real learning began! I understood JSX, SCSS, basic hooks, using an open-source API. Heck, I even got a surface level understanding of suspense, lazy-loading and external packages like React Router, Lodash, something that I never thought I'd be able to master unless I took a course about it! I successfully deployed the project on Netlify via GitHub and in this process, also learned about the basics of CI/CD.

What everyone said was true. You cannot learn how to code by reading, listening or watching someone else do it. You have to get your hands dirty! I decided to learn new concepts as I needed them.

Alt Text

My next project was a COVID-19 Tracker for Canada. While building it, I learned about using a CSS framework, Chart.js, Leaflet, and Mapbox.

I decided to implement some back-end functionality to my next projects. I also decided to learn Next.js and Tailwind CSS. I built a simple Google Keep Clone to learn the basics of Next, Tailwind, and Firebase.

Alt Text

Once I got a hang of these technologies, I decided to build a Strength Training Workout app for my capstone project. Since I worked as a personal trainer for a year, I had a rough idea of what core features were needed to have a fully-functioning app. I doubled down on Next, Tailwind, and Firebase. I wrote about the app in this post if anyone's interested.

Alt Text

I spent the last month building my personal portfolio website (here's an article about how I was able to achieve perfect Lighthouse score on my portfolio website) and making improvements to my previous projects.

6. April - May 2021 - Networking got me my job without even applying:

I spent most of April going over my JS and React fundamentals. I used the repositories mentioned in this post and these courses and video tutorials as a reference.

During the preparation process, I came across a few podcasts that recommended self-taught applicants to start networking and applying as soon as they learn a JS framework and think they're fairly competent.

I took this as a sign and joined all the tech related Meetups around the Toronto region. I made sure I updated my resume and my LinkedIn profile. I started actively participating and interacting with engineers, managers and startup founders. During one of these Meetups, I met the co-founder of a start-up and we got to talking. Apparently they were looking for a front-end developer and they wanted to interview me for the position. I finally got my first break!

It was three part interview process; the first consisted of basic questions about my career background and projects. The second was fairly technical where we talked about front-end design principles, SEO optimizations, and details about my projects. My final round consisted of a 2 hour coding challenge where I was asked to code a basic calculator (I will probably make a separate post that dives in further detail about my interview experience).

A week later I was offered the position!

Key Takeaways:

If you did not read all of that and just want some tangible actions items, here are some of my key takeaways :

  • Don't just watch tutorials, build projects. Push them to GitHub and deploy them. Use this free e-book for project ideas.
  • Try to make your projects visually attractive. Dribble and Behance are amazing resources for inspiration.
  • Start networking. Join your local meetups, connect with people you want to work for on LinkedIn, interact with the Tech Twitter. You never know who is hiring!
  • You'll never be completely ready. If you know HTML, CSS, JS and some framework knowledge, start applying today!

I know I have been incredibly lucky to be at the right place at the right time to land my first dev job on my first interview without even applying for the position. This amazing Veritasium video perfectly sums up my experience and how I feel about luck and success. But I also know that I would never gotten this opportunity without investing almost a year of my life learning, building and teaching myself to code.

I'm so incredibly fortunate to have found this career and I cannot wait to start this journey!

Please drop a comment if you have any questions. I also post tons of useful resources and lessons learned from my development journey on Twitter at @prnvbirajdar.

Stay safe and happy coding everyone! 👨‍💻🚀👩‍💻

Latest comments (70)

Collapse
 
rbhogal profile image
Rohit Bhogal

We followed similar paths (but I'm still looking for a job). I however started learning in 2020 couple months before covid hit and covered HTML and CSS part-time and JS full-time (mostly). In 2021 I spent it learning React and just doing projects and creating a portfolio. Been applying since November of 2021. Pre-pandemic I saw self-taught devs getting jobs by just applying. Now every single time I see anyone who landed one as a self-taught has been by networking and getting referrals. So I guess that's what I'm doing.

You're right on with getting started with making projects soon as you finished your course or whatever. I also I think it's good to follow at least one tutorial before you do so though so you understand how all the pieces fit whole. I started a project got stuck, did one or two follow along projects on youtube, came back and was able to finish it.

I haven't landed a job yet but here's some courses that worked for me so far though in terms of learning (but I also supplmented with many other resources (youtube, codepen, etc.)). I hope it can help others:

  1. Jona's JavaScript course on Udemy: The most recommended JS course I found and definitely lived up to the hype (he just updated it recently btw). He also gives you great resources.
  2. Maximilian's React - The Complete Guide (incl Hooks, React Router, Redux) on Udemy: I actually took Stephen Grider's course and regret it. I needed to supplement. It's outdated (No offense to Grider I know it's hard to keep up with React's changes). But he focused too much on class components and not much on functional and left out a lot that Max covers in his. Max also teaches you typescript, and a deep dive into Next.js, and I found that issues I ran into making my own react project, Max had covered in his course.
  3. Frontend Mentor: Solve real-world HTML, CSS and JavaScript challenges whilst working to professional designs. This is closest to a professional workflow and it's better than trying to recreate a website (as a beginner) because you might not know if it's too hard or too easy of a challenge. This was the one I did. This was my first serious project on my own but this is getting kind of long so I won't talk more about my experience with it but this is how it turned out.
  4. Mastering CSS Flexbox and Grid: Not exactly one place I learned it but challenging yourself by doing projects (after two I felt really comfortable with it) is the best way + Jona's Advanced CSS and Sass: Flexbox, Grid, Animations and More! but I only did the last project to get a good understanding of CSS grid. For the fundamentals though I did freeCodeCamp.
Collapse
 
devcoder profile image
devcoder

what api did you use for the movies?

Collapse
 
prnvbirajdar profile image
Pranav Birajdar

It's the TMDb API.

Collapse
 
devcoder profile image
devcoder

was going through your code, and thought you might want to know....

const refinedMovies = response?.data?.results.filter((movie) => {
return movie?.backdrop_path !== null || "" || undefined;
});
this can be shortened just by checking if its truthy like this
return movie?.backdrop_path

!== null || "" || undefined is not needed as truthy checks all those.

Your post has inspired me!

Thread Thread
 
prnvbirajdar profile image
Pranav Birajdar

Thanks.

I haven't refactored my code in a long time and I'm sure I've written some janky, rookie code back then!

Collapse
 
itsvitoracacio profile image
Vitor Acacio

Congratulations, Pranav! Very inspiring story and I'm glad it worked out for you. Good luck on the new job!

Collapse
 
prnvbirajdar profile image
Pranav Birajdar • Edited

Thank you, Vitor!

Collapse
 
codeprasapro profile image
Prasanna Silva

Hi Pranav, that is an inspirational!! i wish you the success from the bottom of my heart. you know what, to be honest, i am a visual artist in profession but a lover for coding things. specially, i love coding as a hobby and also to work as a freelancing after that.
nowadays i am learning myself backend development. so your story made me inspired.

Thank you 😊

Collapse
 
prnvbirajdar profile image
Pranav Birajdar

Keep coding mate! Thank you for the kind words and good luck with your journey.

Collapse
 
ramsaiphp profile image
ramsai

Hi Pranav,
Nice article i really liked it and by the way what is the youtube link you have followed to build clone of ReactJs with hooks. Can you give that link please.
Thanks In Advance

Collapse
 
prnvbirajdar profile image
Pranav Birajdar

youtu.be/sZ0bZGfg_m4

Here you go!

Collapse
 
ocomarissa2020 profile image
ocomarissa2020

Congratulations. I'm taking the same path. I really love your posts. This is so inspiring. Thank you. :)

Collapse
 
prnvbirajdar profile image
Pranav Birajdar

Thank you and you're very welcome!

Collapse
 
reubendickson profile image
ReubenDickson

This is so inspiring. Thanks alot.

Collapse
 
gourav66638 profile image
gourav66638

Wow, amazing

Collapse
 
prnvbirajdar profile image
Pranav Birajdar

Thanks!

Collapse
 
code_rabbi profile image
Emeka Orji

@prnvbirajdar Thank you for this post! You have an awesome resilience. I started my journey into web Dev at the same time you did yours, but I think for a long time I have had the wrong mindset towards it. I have believed that I have to have spend so many years learning before I can start out my first job. But this has increased confidence in me, I can do this in six months from now.

I can only imagine how hard it'd have been for you as a married man to strive

You've also taught me something that I have lacked, that is the being immersed into the Developer Community. You have really inspired me and it will be evident in days to come

👍

Collapse
 
prnvbirajdar profile image
Pranav Birajdar

Honestly, even I was not sure about my abilities and was planning to go to school full-time. I decided to interview for a few months before I went to back to determine if the market accepts a self-taught dev.

Definitely get involved in the dev community. It'll only help you grow.

Collapse
 
pai profile image
Pai

I had a similar situation with yours in 2020. I took a couple React courses, again it is so true about you do not just watch and type along.

Anyway, I got into three final interviews in 2020 but I did not get anything.

Collapse
 
prnvbirajdar profile image
Pranav Birajdar

Keep pushing! You'll get there.

There's a certain amount of luck involved in every opportunity and I was incredibly lucky to be at the right place at the right time!

I'll happen to you too! :)