Learn to code in 5 months, get hired, and thrive as a web developer

Daniel Hendriks
Javarevisited
15 min readMar 18, 2019

--

Nowadays we can’t imagine our lives without websites and apps — they changed everything. And as web development continues to grow exponentially, there remains an immense demand for web developers that is projected to grow over a 10-year period.

With a wide range of possible ways to become a web developer, most learners are not sure how to begin but online courses are probably the best way to start with. But, choosing the right course is not important and that’s where recommendation can help you.

If you want to become a web developer then The Result-Oriented Web Developer Course — BOOTCAMP 2020 course on Udemy is a great starting point for absolute beginners in web development and for those who want to build projects on their own:

In this article, you will find a step-by-step plan on how to become a web developer in 5–18 months. This article answers three main questions:

Part 1: WHY learn to code?

Part 2: WHAT you will learn? (the 5-month plan)

Part 3: WHEN to start looking for a job?

Part 1: WHY learn to code?

You can improve your yearly income

According to Paysa, a salary comparison website, “A Web Developer earns an average of $91,587, ranging from $77,544 to $103,370, with top earners (the top 10%) earning more than $117,646. Learn more.

Your job will be in high demand over 10 years

Isn’t it great to receive job offers on a weekly basis? Don’t be afraid that tomorrow you may not have a job. Once established as a highly-skilled web developer, you’ll be even more in demand. Recruiters will be hunting for you….

The United States Bureau of Labor Statistics says, “Employment of web developers is projected to grow 15 percent [through] 2026, much faster than the average for all occupations.”

The Bureau of Labor Statistics is no joke. Please read their data and analysis here.

You will get flexibility — not tied to a specific location

Many developers travel while they work spending months in various countries while their clients or employers are based in another. But ultimately you decide whether to work for a company or as a freelancer, in the office or at home.

And the best part is that you can start your career in web development in just 5 to 18 months…

Top Five Misconceptions — Don’t let these stop you

1: I need a computer science degree to become a web developer.

Not true. IT companies generally do not require a degree or diploma. They care mostly about your actual skills that bring value and ultimately profit to their business.

2: I need to spend years becoming a web developer.

False! Generally, you need no more than 5 to 18 months to get the required expertise. After this short period, you can start your career in web development.

3: I am already 30–40 years old — too late to start.

It’s never too late. Again, companies only care about your skills and do not care about your age. If you possess the right skills, you will get the job. Remember that today’s demand for web developers is higher than the supply, and this trend is expected to increase over the years. If you need a story, see this post:

4: I need to spend a fortune to become a web developer.

Again, not true. With online education getting better and more affordable each year, the investment is minimal, less than $50. A comprehensive list of resources, both free and paid, is at the end of the article.

5: I should be super smart and really good at math.

False! Basic math knowledge on a high-school level is enough. You don’t need to be a math expert. What you need is the mindset of a problem solver, motivation and discipline. Do you have those? Then you will become a web developer.

Now that we’re done with the misconceptions, let’s move on to What You Will Learn.

We’ve created a study plan for you to learn web development in 5 to 18 months.

Many learners spend far too much time and effort trying to figure out which technologies to learn and why. AND they are often confused about the order in which to learn them.

We provide you with a step-by-step learning plan that saves time and gets you your first job as a web developer in the shortest period possible.

And, if you need guidance, this Complete Web Developer RoadMap is also an excellent guide:

Part 2: WHAT you will learn

First, let’s figure out what you need to learn and why. And at the end of the article, you will find a list of free and paid resources for learning web development.

There are 4 main roles in the web development process:

1. Web designer

2. Front-end developer

3. Back-end developer

4. Full-stack developer (also known as a Complete Web Developer)

If you’re into video guides, just click here to check our 2-minute video.

Here’s a brief description of website development:

STAGE 1:

The web designer creates the layout of a future website. In this stage, the website is just a static image.

STAGE 2:

The front-end developer turns the static image into a website. The website’s “visible” part, commonly known as “front-end” is already done: the banners, texts, menu, sliders, and links of the website already work. At this stage some functions still don’t work: the Sign-in and Sign-up buttons, the Contact Us form, the Search field, etc.

STAGE 3:

The back-end developer ensures the development of the “hidden” part of the website: databases and servers are connected to the website’s “back-end” part. Now you can properly use all functions of the website: sign in and sign up to the site via your browser, sending contact messages, searching by clicking on the button “Contact Us,” etc.

Also, there is the Full Stack Developer, who takes over both Front-end and Back-end development. Thus, if you want to become a web developer, there are 3 possible ways:

1. To become a Front-end developer

2. To become a Back-end developer

3. To become a Full stack developer (also known as a Complete web developer).

Now you know the process and the roles, so we can proceed to the actual plan. Here is a visual of the plan for you to understand.

5-Month Learning Plan: HTML5, CSS3, Emmet, Photoshop, Flexbox, Bootstrap 4 and responsive web design, JavaScript, etc.

As I have already mentioned, generally, you need no more than 5 to 18 months to get the required expertise.

As you can see, there are a few items highlighted in orange in the visual plan: HTML5, CSS3, and JavaScript. Wonder why? Ok, let’s find out.

What is HTML, CSS and JavaScript?

If you’re into video guides, just click here to check a 2-minute video. And here’s a brief description.

HTML, CSS and JavaScript are the core of web development.

· HTML5 — we use HTML to tell the browser which elements to display on a webpage. For example, 3 images, 2 buttons, 1 slider, 1 search field, etc. At this stage, the elements are not properly placed on the page, and they do not look 100 percent as we want.

· CSS3 — we use CSS to refine the placement and the look of each element exactly as we wish. So with the help of CSS, we stylize the elements.

· JavaScript– finally, with JavaScript we add interactivity to our website. So if there’s anything on the page that moves, jumps, spins, or anything like that — most likely it’s JavaScript. For example, a slider or a pop-up menu works thanks to JavaScript.

And, if you want to learn HTML 5, CSS 3 and JavaScript then The Result-Oriented Web Developer Course is a great starting point.

Month 1

Step 1: Download and install a text editor

A text editor is a special program for writing code. Below you can see the most popular ones.

Text editors mainly differ in terms of their functionality and on which operating systems they can work. For example,

● Notepad++ only works on Windows.

● Sublime Text works on Windows, MacOS, and Linux.

You can choose any text editor from the above list. We would recommend Sublime Text or Visual Studio Code because they work on all the main operating systems and have many useful plug-ins.

Step 2: HTML5

You have to start with learning HTML5.

Step 3: CSS3

After that learn CSS3.

Step 4: Emmet

Emmet is a special plugin widely used by web developers that speeds up the code writing process by 10 to 15 times. Instead of manually writing each line of code, Emmet simplifies the process.

Step 5: Photoshop

As you may remember, a web designer creates the layout of a future website in a graphics editing program, for instance, in Photoshop. Then the web designer sends it to a web developer in Photoshop format.

There are plenty of graphics editing programs both paid or free. Photoshop and Sketch 3 are the most popular.

Sketch 3 only works on macOS, while Photoshop works on Windows, macOS, and Linux. Therefore, learn Photoshop.

Adobe, the company, that created Photoshop, gives a 7-day free trial, which is more than enough to learn the basics.

Remember, you don’t need to be an expert in Photoshop. You just need to know it on a level sufficient for a web developer’s everyday work.

Month 2

Step 6: Flexbox

Flexbox is a big help. Why? Because with Flexbox you can more easily tackle the frequent tasks of a web developer. For instance, to center a block, both horizontally and vertically, is a quite tricky task with pure CSS3, while with Flexbox it’s a piece of cake.

Step 7: Bootstrap 4

Bootstrap is one of the ways to make a website responsive, i.e. that it is nicely displayed on all devices: smartphones, tablets, laptops, etc.

Step 8: JavaScript

JavaScript is a programming language. As you may remember, JavaScript adds interactivity to a web page. As a result, elements such as a slider, a popup-menu, etc. work.

If JavaScript is your first programming language, be prepared for some challenges. In fact, that’s only true for the first programming language.You will learn a second or third programming language much easier.

So why is that?

Do you remember how many times our parents told us the same word (“mom” or “dad”) and how many times we tried to say it before we finally did it? We don’t remember that. It took some time struggling to learn our first words and sentences — then the syntax of the language.

Well, a programming language has its own syntax. Just remember: you will need some time to get used to it.

If it’s your first programming language, don’t compare yourself with other people. Pretend to be a child: keep trying to say your first “words and sentences” in JavaScript, and pretty soon you will succeed.

Month 3

In this month continue to learn JavaScript, and add step 9.

Step 9: Git and GitHub

Git helps you to do some magic. With Git you can be sure that when you delete something while working on an application, you can easily restore it whenever you need it.

While learning web development, you will create a portfolio. GitHub is the website where you upload it with the projects you’ve built. Moreover, you work with GitHub by using Git. If you need resources, here is a list of free courses to learn Git:

Step 10: CLI (Command Line Interface)

The Command Line Interface (CLI) helps you to create files and folders without using a mouse, hotkey combinations or even a touchpad. Magic? ..Kind of. You’ll learn to type in some special commands.

At this stage, find a local community of web developers and join them immediately.

Encourage yourself to be with more experienced programmers. You can learn from them, and this approach is even more important than book worming and online lurking.

Why? Because they have hands-on experience which they can easily share with you. Don’t be afraid to be “the dumbest one”: The “dummies” grow much faster than “smarties” who prefer to stay with equal or lower-skilled people, and if you need courses to learn Linux command line, check out this list of free and best Linux courses for programmers:

Month 4

Step 11: Node.js

Previously, being a full stack developer (complete web developer), working simultaneously on front-end and back-end, you had to know at least one backend programming language. There are different back-end programming languages. For example, PHP, Java, Python, Ruby, and so on.

So before, you had to know JavaScript and any of these back-end languages, which was inconvenient because you had to learn the syntax of two different languages.

Nowadays, there is a special technology called Node.js. With Node.js you can work on both front-end and back-end development just knowing one language — JavaScript, which is awesome.

Node.js is already extremely popular and what is more important is that its popularity and use are still growing. Such companies as PayPal, Netflix, Walmart, LinkedIn, eBay, NASA, Uber, Groupon use Node.js. And, if you need free courses to learn Node JS, check out this list of Nodejs courses for programmers:

Step 12: MongoDB

To store all users’ logins, passwords, comments, etc., programmers use databases.

There are 2 types of databases:

1. SQL databases (a.k.a. relational databases) store information in the form of tables.

2. NoSQL databases (a.k.a. non-relational databases) store information in a way other than tables.

MongoDB is one of the most popular NoSQL databases, which works perfectly with Node.js.

Step 13: REST, AJAX

Why do we need REST and AJAX? For example, Google Maps allows searching as many addresses as needed without reloading the entire page for each new search. REST and AJAX provide this smooth interactivity.

Step 14: API

API (Application Programming Interface). It is an interface for communication between the user and the server. For example, in Google Maps you type an address to get a location. You send a request to the server and get a response from the server thanks to API. You will learn to implement APIs.

Month 5

Step 15: React or Angular

In addition to pure JavaScript, there are JavaScript-based libraries and frameworks.

We would recommend checking which one is the most used in your market: Vue.js, React, or Angular. Choose the one most frequently required. Still, our recommendation is to choose between React or Angular.

Step 16: Webpack

When working on an application, it is composed of various files: several HTML, CSS and JavaScript files, etc. To combine, for example all CSS or all JavaScript files into separate bundles, you need Webpack.

At the end of the 5th month, you can and should start looking for a job. Go ahead! It’s the right time.

Month 6

This month is optional. Why?

Because there are plenty of vacancies for web developers which don’t require knowing algorithms and design patterns. Knowing algorithms and design patterns strengthens your foundation and increases your chances of getting a higher salary as a web developer.

PART 3: When to Start Looking for a Job?

The main goal of learning web development is finding a job as soon as possible. We created a 5-month plan to ensure you achieve this goal in the briefest timeline. So please do not drag yourself down with doubts after finishing.

Throw yourself into an active job search

The most common newbie mistake is trying to learn everything before applying for a job. It’s impossible! You can’t know everything. The majority of successful developers learn something new every day, so why don’t you do that while making money along the way?

Here’s the secret: you are what you believe you are. If you have 80% or even 70% of good tech expertise, it’s time to apply for a job.

Create or Update Your LinkedIn Profile

LinkedIn is the biggest and the best platform for getting in touch with HR officers, promoting yourself as a web developer, and building a network.

Remember: quite often HR mentions too many requirements in the job description, while in reality the position could be filled with a less skilled person. Therefore, even if you see that a position requires a bit more knowledge than you actually have, send your CV nevertheless. You could be invited to an interview even if you don’t meet all the requirements.

GitHub & Portfolio is a Must-Have

Be sure that you have your portfolio on GitHub. Having only knowledge of theory isn’t enough to start a career as a web developer. So while learning web development, practice, practice, practice. Make projects for your GitHub account. And, of course, don’t forget to add a link to your GitHub account to your LinkedIn profile.

By the way, I am an instructor at Vertex Academy. We’ve created the most illustrated course to effectively learn web development :

Also, check out our SQL Course for Absolute Beginners:

Please share, comment and press that 👏 a few times. . . inspire someone to join the fastest-growing job field.

And here are some free resources for learning:

HTML & CSS:

HTML Crash Course for Absolute Beginners

HTML5 and CSS3 Fundamentals

w3schools.com

freecodecamp.org

CSS-Tricks

Emmet:

Emmet Documentation

Emmet Basics

Photoshop:

Official Photoshop Tutorials

Photoshop 101: an introduction for web developers

Photoshop CC 2018 — Full Tutorial for Beginners

Bootstrap & Flexbox

Bootstrap 4: Everything You Need to Know

CSS Flexbox Tutorial

JavaScript & jQuery

freecodecamp.org

javascript.info

Fun Fun Function

JSConf

jQuery Tutorial for Beginners

Visual Studio Code

10 Best Visual Studio Code Extensions

Git

Git Book

rogerdudler.github.io

Easy Version Control with Git

Git Started with GitHub

CLI

Windows Command Line Tutorial

Linux Tutorials and Projects

Node.js & MongoDB

thenewboston

MongoDB University

MongoDB for Beginners Tutorial

Mongo DB with Node & Express

SQL:

SQL For Beginners (1 Hour)

Introduction to Databases and SQL Querying

AJAX

What is AJAX?

Fetch API

Using Fetch

API, REST API

What is an API?

What is an API? In English, please.

REST API concepts

REST API courses for Java developers

React

Official Tutorial

Top 5 courses to learn React.js

Webpack

Webpack Tutorial

Algorithms

Algorithms in JavaScript

Data Structures and Algorithms in JavaScript

10 Free Data Structure and Algorithms Courses

--

--

Daniel Hendriks
Javarevisited

Senior Software Developer with 7+ years’ experience