Front-End Developer

Essential Tools and Deployment

1. Browser developer tools

Every modern web browser includes a powerful suite of developer tools that allows you to inspect your HTML, CSS and JavaScript! This is a must-know skill for any developer.

The more acquainted you are with the many developer tools there are the quicker you will be able to analyse and/or fix bugs in your page.

Debugging JavaScript code

More on: Google | Youtube

2. Version control with Git

More on: Google | Youtube

3. Web Hosting Overview

So you created a website an want it to be available on the internet? Learn the basics about web hosting and publishing (deploying) websites.

There are some services that allow you to host your websites/front-end applications for free:

  • GitHub pages
  • Netlify
  • Firebase Hosting

You may also want to learn about:

  • Domain names