Don't want to get left behind? Learn to build with A.I. now 🤖

7 Lessons Learned From My First 6 Months As A Developer

Igor Houwat
Igor Houwat
hero image

7 Lessons Learned From My First 6 Months As A Developer

My first 6 months in the trenches as a developer have flown by. But I've already learned a lot about what it takes to become a great developer.

So, I'm sharing some of the things I learned before switching careers and also my top 7 lessons I’ve learned in my first 6 months as a full-time developer so far.

Before I dive into these 7 lessons, I imagine you want to know who I am and how I even got here. If you just want to go straight to the lessons, just scroll down to that section (no offense taken 😅)!

If you’re still with me, I wrote my first blog post a little over a year ago. That post was on how I escaped tutorial hell by building an app on my own for the first time, without following a tutorial. At that point, I was in another career and trying to get my first full-time job as a developer.

In May 2021, I finally made it!!! I am working as a Full Stack Developer at an insurance company in the US, and I’m loving the job. The problems we are tackling are difficult and fascinating, and the work I’m doing feels very satisfying.

Let's start with some of the lessons I learned while I was in the process of learning to code and trying to switch careers at the young age of 38 (spoiler alert: it's never too late!).

How I made it - lessons from learning to code and switching careers

Networking

I’ll admit right away that I had a lucky break with my career switch. I have a friend who made a similar switch years ago, and I saw he enjoyed his work a lot. I was intrigued.

I ended up meeting his boss, who is a very interesting person. He has an excellent technical background but believes in finding and nurturing talent from outside the computer world. He said that he felt that I have the knack for development and that I should study some specific topics and stay in touch. Meeting this person was a big reason I eventually joined his company!

I know my situation might not apply to everyone. But, I think it is common to get a job through networking, as opposed to sending resumes to potential employers who don’t know you. So, use your network, whether it is LinkedIn, people you know, groups in your area. That said, while networking opened the door for me, I still had to work hard in order to walk through that door.

Study the basics & fundamentals first

After I met my friend’s boss, I decided to study hard. With his help, I created my own curriculum of what I had to learn and when I had to learn it by. I researched what materials to study which included everything from ZTM's web dev courses, to Udemy courses, to textbooks written for university students. This curriculum cost me less than US$100!

Studying took time, effort and especially discipline since I was still working full-time and had a family to support. I studied for 3-4 hours every day for over a year and a half, including weekends. Like I said, networking opened the door for me but I still had to put in the work to make the most of it.

I studied basic web development technologies, data structures and algorithms, design patterns, and functional programming. I learned JavaScript and Java, so I could get experience with dynamically typed vs. statically languages (I also found out Java is not that scary after all 🙂). I also read books on how programming languages are designed and how compilers work.

You’ll notice a lot of these topics are basic. I don’t include React, Next.js, or other frameworks. Basic topics give you a big picture view on how a computer works and how best to ‘talk’ to it. Knowing the basics helps one code better and learn frameworks quicker. After all, React and Next.js are built on these basics.

Plus, to someone like me, the basics are fun!

Feel good with the basics? Now learn a framework. And practice, practice, practice

With that said, frameworks are used all over the industry. People spend a lot of time just deciding which one they want to spend time learning. They all have their pros and cons but if you need help deciding, check out this post.

Personally, I chose to focus my limited time on learning the technologies that my friend’s company was already using to give me the best chance at getting a job there. This included Angular and other technologies commonly used in the Java world.

I built projects using these technologies so I could get a feel for what the day-to-day experience of a developer was like. From the joys of making something work to the frustrations of dealing with bugs.

I wrote a blog on that experience of trying to build my own project for the first time. Writing my ideas down was a good learning exercise because it helped me think about the knowledge I was gaining in an organized way. And, in my case, it turned out to be a career booster. I sent that blog to that boss I had met. He was impressed with my effort and shared that blog (and my resume) with other people at his company when he made the case to hire me.

7 lessons learned from my first 6 months as a developer

Fast forward to today, and I can call myself a full stack developer. Yay!

I still remember the first time I made a meaningful contribution in a meeting where I was the only person with front-end experience. I was so nervous, my voice was cracking!

I still remember that first week, where I kept coming back to Andrei’s Complete Junior to Senior Web Developer Roadmap while I was setting up SSH on my laptop. Good thing I took that course so I knew to rewatch those videos. Thanks Andrei!

Ok, we have finally made it. Here’s a high level view of the 7 lessons I’ve learned over the first six months on the job as a developer:

  1. Make a ‘getting started’ plan
  2. Ask questions
  3. Find mentors
  4. Know that age and your background doesn’t matter
  5. Use your strengths
  6. Keep learning
  7. Strive to be a great developer

I’ll dive into each of these lessons below.

1. Make a ‘getting started’ plan

During your first few weeks at a company, you’ll start learning what the business does, probably take some onboarding courses, experience a new company culture, meet your new team, set up your development environment... Oh, and you have to read a new codebase, which is hard.

All of the above can be daunting and you will start by feeling completely lost. Have a plan to build a foundation of knowledge slowly. I read this blog post months before I switched careers and followed it closely when I started my new job. I highly recommend it for its advice on starting with small tasks, asking questions, and gradually building up your knowledge of the code over time.

And remember two more things:

  1. Everyone else also had to start on Day 1 as well
  2. You're on the same team. They want you to succeed. It's in their best interest to help you get up to speed and improve. But taking the initiative to have your own 'getting started' plan, you will stand out... in a good way!

2. Ask questions

When in doubt, ask questions. There is no such thing as a bad question when you are new at a company or using a new technology. Most people are willing to help you and share what they know. But be careful to respect people’s time and not overwhelm them with too many questions at once. And don't ask the same question over and over.

3. Find mentors

Ask for people you admire to be your mentors. Mentors help you to grow quicker and to avoid making mistakes, due to their experience. They also provide a sense of comfort since you know you can turn to someone when in doubt.

I have many mentors! One helps me with understanding the company culture and coding philosophy in general. Another advises me on team leadership skills. Another teaches me about networking basics. These are just a few examples but their help is invaluable!

4. Know that age and your background doesn’t matter (nearly as much as people think)

The stereotype of a developer is a person in their early 20s, in a hoodie, working in a basement. They probably work for a startup that is cranking out a new app that will inevitably CHANGE THE WORLD!

That is simply not true. Take age: I’m 38. I’ve met great coders from all working ages, up to the late 50s. Funny enough, I remember reading about another Zero To Mastery student who also transitioned to a software development career at 38.

The world of coding is diverse. You could work in a scientific business, a government agency, a gaming company, an insurance company, and sure, a startup. Whatever the industry, you get to tackle exciting and challenging problems.

Almost every industry and company needs developers and this trend will only continue. And because of this high demand for developers, what really matters is that you can deliver code that works. Simple as that!

Your age, school you went to, your background... largely irrelevant. So don't let that hold you back.

5. Use your strengths

I’ve had a diverse career so far and have developed skills from other areas that serve me well in the IT world. For example, I find a lot of people are silent during meetings but I’m pretty good at expressing ideas and willing to speak up.

Don’t be shy to use your talents and to make contributions to your team early on. When it comes down to it, we are working on a team with other people, whether we are developers, marketers, doctors, or musicians!

6. Keep learning

The learning journey didn’t stop for me once I switched careers. The tech world moves quickly. It feels like there is a new technology every day. Other technologies die out and no one uses them anymore.

Turn learning into a daily habit. It will help you solve coding problems and you’ll never get bored! One month after I started my new job, my wife and I had our first baby girl, so I took two weeks off to be with my family. During that time, I made a list of coding skills used at my company that I felt I was lacking and I started learning these during my time off. I remember countless nights studying in the early hours of the morning while watching over our little newborn. Once I was back to work two weeks later, I was more comfortable with our codebase.

Learning accelerates while on the job. If you're anything like me, you’ll improve much more quickly in an environment working with other more experienced developers and building real-world applications than you ever could by only building small projects while following along with tutorials.

Be humble. Ask for others to review your work. I recently asked our most senior front-end developer to review all the code I wrote during my first 6 months. He was kind enough to do it. I was so nervous while waiting for his comments! If I may say so, I was pleasantly surprised when he told me I was doing really good work. That comment made my day (of course, he also had many tips for things to improve)!

Keep learning and mastering the fundamentals. Be aware, but careful, of the latest trends and hottest frameworks that everyone is raving about. What if that super cool framework is replaced next year by another ‘more awesome’ framework?

You have limited time to learn new things and you want to pick technologies that you can use for a while. The basics don’t change as quickly as frameworks. The JavaScript engine will probably be here long after React or Angular are replaced by something else. Look how long Python has been around.

One last thing here: no one knows everything in development. No one. There’s just too much to learn :). Those who keep learning will continue to stay ahead.

7. Strive to be a great developer

What does that even mean? I’m still trying to figure it out.

But I've learned that software development includes much more than just coding. As one of my mentors recently told me, our job is to be like alchemists. We take the often vague wishes of a business - whether a bank wanting to build a new customer portal or a gaming company creating a new game - and magically turn it into gold.

Oh, trust me, you’ll be coding a lot. But making magic requires more than writing code. Here are some things I’ve seen in people I consider great developers:

  • They strive to understand the business. This one is super important. The better you know what problems the business is trying to solve, the better your solution will be. Also, I have found that the most enjoyable part of coding is working on solving interesting and challenging problems.
  • They are good listeners. They ask questions to better understand project requirements. They actively work to address concerns that teammates bring up.
  • They are good communicators. They can speak ‘techie’ language with other developers but they can also clearly explain what an app does to non-technical people in everyday language. Building relationships with other departments (design, business development) can be a huge help.
  • They are team players. They write clean code that is easy for other devs to understand. They seek criticism of their code so that they can improve. They actively collaborate with other developers and business experts to solve problems.
  • They learn how to learn. They use their time efficiently. They know what is important and what isn’t when learning a new skill. And they keep going back to the basics.

And that’s it!

Thanks for taking the time to read my post. I really hope you were able to find something that is helpful to you. If you think coding could be for you and you are trying to switch careers, just do it! If you're still not convinced, check out this post and commit to taking the 21-day coding challenge to see if it's for you or not.

Good luck on your journey, and feel free to reach out if you have any questions or just want to chat. I'm on Linkedin here and Twitter here.

You can also accelerate your learning and get hired in an exciting, rewarding job just like Igor by joining the Zero To Mastery Academy.

More from Zero To Mastery

How I escaped "Tutorial Hell" preview
Popular
How I escaped "Tutorial Hell"

My personal experience of how I escaped tutorial hell, once and for all. I had a lot of learnings along the way and I wanted to share them with other aspiring developers and Zero To Mastery students who are also feeling stuck in tutorial hell.

How to Get More Interviews, More Job Offers, and Even a Raise preview
How to Get More Interviews, More Job Offers, and Even a Raise

This is Part 3 of a 3 part series on how I taught myself programming, and ended up with multiple job offers in less than 6 months!

[Full Guide] Learn To Code For Free in 2024 & Get Hired in 5 Months (+ Have Fun Along The Way!) preview
Popular
[Full Guide] Learn To Code For Free in 2024 & Get Hired in 5 Months (+ Have Fun Along The Way!)

Updated for 2024 (including A.I. & ChatGPT). In 2014, I taught myself how to code & got hired in 5 months. This is the step-by-step guide I used. Now 1,000s of other people have also used it to learn to code for free & get hired as web developers.