17. Wrapping up

Now you can create dynamic pages with JavaScript, and maybe even make a living out of it someday. I'd love to tell you that you already know everything, but no. There are still many concepts you can keep working on to become the best frontend developer in the world:

  • Build your first pet projects (explore the next lesson).
  • Testing
  • Frameworks like VueJS, Elm, ReactJS, Angular, or ClojureScript.
  • Dip your toes into the backend. I have some courses available, like PHP or Django.

Extra: Server with automatic refresh

When developing, I like to work with browser-sync. It's a server that watches for changes in your files and automatically refreshes the browser. It also syncs events, like scrolling, across every device that has the page open.

To install it you just need to run:

npm install -g browser-sync

And now you can launch it with the following command:

browser-sync start --server --files "*.html" "css/*.css" "js/*.js"

This work is under a Attribution-NonCommercial-NoDerivatives 4.0 International license.

Desafíos de programación atemporales y multiparadigmáticos

Desafíos de programación atemporales y multiparadigmáticos

Te encuentras ante un librillo de actividades, divididas en 2 niveles de dificultad. Te enfrentarás a los casos más comunes que te puedes encontrar en pruebas técnicas o aprender conceptos elementales de programación.

Buy the book

Will you buy me a coffee?

This is how I keep writing without ads or paywalls.

Comments

There are no comments yet.