Vanilla JavaScript, extremely good reasons you should use this to create a lean web!

July 30, 2023
Vanilla JavaScript, extremely good reasons you should use this to create a lean web!
Let me start with a bold statement: knowing HTML and CSS helps write much better JavaScript! Why you may ask. Well, you need to grasp the whole medium to appreciate the best approach. The what, where, how, issues etc. Vanilla JavaScript may appear daunting but it is not. Instead it is faster, more secure, and more manageable. For the novices, JavaScript is a programming language that is one of the core technologies of the World Wide Web, alongside HTML and CSS.

Read more about Vanilla JS

Vanilla JavaScript, best practices

July 24, 2023
You start to work on a new project and you are happily coding away and seeing results until the number of functions, event listeners etc become too many and you have to clean up your own mess in a much more organized manner. You scratch yourself behind the ear and wonder why you did not do that right at the start… The problem is that you only realise certain shortcomings after having done a certain number of web pages.

Read more about Vanilla JS