My Photo
Name:
Location: Dublin, Ireland, Ireland

Wednesday, May 24, 2017

How to Become a Coder in 6 Months: a Step-by-Step Action Plan

How to Become a Coder in 6 Months: a Step-by-Step Action Plan


So you want to become a coder.
In short, the fastest and easiest way to become a coder today is to focus on web development. In fact, you can become a well-rounded web coder in just 6 months, and this article outlines a month-by-month plan for how to do that. It’s a loose guide and the aim is to give you a general idea of what coding languages you might want to learn, and in what order.
If you only read one page on this website, make it this one.

Month 1: Make a Simple Website (HTML and CSS)

Spend your first month learning HTML and CSS, the codes used to write websites. HTML and CSS are arguably the two easiest coding languages to learn. They’ll give you a gentle introduction to coding before you move on to bigger, more challenging material. Also, you don’t need to buy any special web design software or web hosting. All you need is your computer!
Designing and building your own simple website is the best way to learn HTML and CSS. If you use training like Treehouse, you’ll be walked through this process. You can also research HTML and CSS on your own, but it will be hard. It’s kind of like having to first find the pieces of a jigsaw puzzle before you can assemble them.

Did You Know?

Facts for Every Techy to Enjoy

Sebastiaan ter Burg
1/15
 The .gif image format that is now so popular was actually invented in 1987 and its inventor engineer Steve Wilke, insists that it is pronounced “jiff.”
 In Norway all prisoners have access to the internet in their cells as the government believes it is important to maintain a connection to the outside world.
 Routine swab tests have claimed that smartphones have been found to have roughly 18 times the amount of bacteria than toilet bowl handles and seats.
 The baby diaper company, Huggies, created an application that alerts a parent when their baby pees by monitoring changes in diaper humidity.
 Before creating the Twitterverse which is a hugh social networking service right now, Twitter was only a side project intended to serve as a directory for podcasts.
It should take about a month to get a good, solid HTML and CSS foundation. Then, you can move on to some real programming…

Months 2 and 3: Front-End Development (JavaScript)

JavaScript is a coding language that makes websites interactive. It’s a good language to learn for two reasons:
  1. it requires no installation
  2. you can use it to build upon your HTML and CSS website.
JavaScript coding is sometimes called front-end development, because JavaScripts are run on a user’s computer. Conversely, back-end development refers to scripts run on a web server.
If you use Treehouse, you’ll get the opportunity to enhance your walked-through HTML and CSS website with JavaScript. Then, when you feel you have a good grasp of the language, design and build your own web app with JavaScript. To do this, you will want to learn how to plan, design and build a coding project.
JavaScript is an exciting language with many possibilities, and will go a long way towards you becoming a coder. Take two months to learn and start using it.

Months 4 and 5: Back-End Development (PHP or Rails)

The last piece of the web development puzzle is back-end development. If you can create a website and write both front-end and back-end scripts, you’ll be a well-rounded coder indeed.
Many websites use back-end scripts to fetch data from databases, or to share content between multiple web pages. PHP is the most popular coding language for back-end development. In more recent times, Ruby on Rails has emerged as a bit of a competitor to PHP.
Choose one of the two to learn and specialize in. Many coders find PHP is more beginner-friendly, while Rails has more of a learning curve. But the choice is up to you.
If you use Treehouse, you’ll be walked through how to make a dynamic, interactive web application with either PHP or Rails. Then, create your own simple web application – like you did with JavaScript, but this time using PHP or Rails.
Again, give yourself two months to learn and start using either PHP or Rails. If you want to learn both, give yourself at least two months for each one.

Month 6: Build Credibility

By your sixth month, you will know enough material to become a coder. Congratulations!
However, you don’t have a university degree or any official certification. So if you want to land a job, you’ll need to prove that you know what you’re doing.
There are two ways you can do this. The first option is to set up a personal portfolio website, and sell yourself by showcasing the websites and web applications you’ve created in your 6 months learning coding. The second option is to build a big-time web application – one that makes use of everything you’ve learnt, which you will deploy online for the world to see and use. This will take you more than a month, but it will be worth it.
The final step is to go off job-hunting. You can search for coding jobs in your area, or alternatively, you can choose to be a self-employed coder, either as a freelancer or by starting a tech business.
The possibilities are, as they say, endless. Good luck!

0 Comments:

Post a Comment

<< Home