To The Aspiring Web Developers….

By: Leon “2K” Asare

So, you want to be a freelance web developer, but where do you start first? In my opinion, if you’re starting from scratch, I would start with HTML: Hyper-Text Markup Languages (which is the building blocks of a website). The next language I would suggest you learn is another markup language called CSS: Cascading Style Sheets (which helps to style your HTML and gives your website a more aesthetically pleasing design). The programming language of Javascript, would be the next language on my list, Javascript gives your website functionality, and makes it easier for users to interact with it.

HTML, CSS and Javascript are Front-end development languages, if you believe you would like to experiment with back-end web development, there are languages like Node.js (back-end Javascript), Python, PHP, and Java would be languages that you would have to learn (you only have to learn one, so see which one is in demand in your area).

A great free online learning resource is W3schools.com, it’s like having your own coding bootcamp in your phone or laptop/desktop. W3schools.com has hundreds of chapters you can read and exercises that you can perform. One of W3schools.com best features is its code editor, which you can use to practice your coding.

That being said, you don’t have to complete the courses at W3schools.com or any other website or book before you start working on your first web developer project, here is a list of free and or cheap text editors for web developers:

1. Visual Studi Code : Code.VisualStudio.com (my choice).

2. Sublime Text 3 (SublimeText.com)

3. Atom (Atom.io)

4. Coffecup.com (coffeecup.com/html-editor)

5. NotePadd++ (Notepad-plus-plus.org)

6. Vim (Vim.org)

Here are some great online learning resources:

1. https://www.w3schools.com/

2.https://www.youtube.com/user/TechGuyWeb

3. https://stackoverflow.com/

Leave a Comment

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s