JavaScript Passing by value or by reference? How does JavaScript handle it? The way JavaScript handles the passing of variables is something fundamental to understand if you're developing in JavaScript as it can lead to some unexpected behaviour in some cases.
JavaScript Integrating Have I Been Pwned into a Vue.js login form Learn how to integrate the Have I Been Pwned API into a Vue.js-based login form to enhance your user's and your own system's security by avoiding the usage of leaked passwords
Vue.js Show / hide password input values with Vue.js Nowadays it's common to have the possibility to toggle the visibility of a password field on websites, applications, login screens etc. Implementing such a functionality with Vue.js is really simple and straigth forward.
JavaScript JavaScript prototypes. It doesn't have to be complicated. It's hard to skip prototypes (or the prototype chain or prototypal inheritance) if you want to dive deeper into JS development (Not only pure JS, but also Node.js, Frameworks