Vue.js Creating a transparent base component with Vue.js Base components in Vue.js are components, which can help you reducing the amount of work you have to do and code you have to write in order to (re)use components in Vue.js in multiple places.
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
AWS Deploying to AWS Lambda. The quick'n'dirty way Deploying to AWS Lambda doesn't have to be painful and involve many manual steps. It can be quick, automated and a matter of a few seconds. We'll show you hot to configure deployment in a few minutes.
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.
AWS Delivering dynamic non-HTTPS content over HTTPS with the help of AWS Having a HTTPS-encrypted website is becoming more and more important. In fact, by now it should already be the standard and we should not even have to talk about this
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
Vue.js Vue.js quick tip: Using destructuring assignment in for loops Vue.js is a modern, lightweight frontend framework which massively gained popularity over the past few years. If you have never heard about Vue.js before and are interested in