Subscribe to my newsletter and never miss my upcoming articles
Definition of trim, "To cut away unnecessary parts from something." - Oxford Dictionary. Sometimes, validating forms in JavaScript can be a tedious task for a developer. You have to check many things. For instance, that the values given are of the t...
We always have to validate if the arguments passed in a function have a value or they are undefined but, do we really? Introduction In my last post, I talked about Destructuring Assignment In A Function Parameter and why it is handy when you have opt...
Have you ever passed an argument as a null or undefined in a function? Since ES2015 (aka ES6) you don’t have to. You can use JavaScript destructuring. Use Case We all have this Utils.js file in our projects where we have all kinds of functions that w...
Let's be honest, outdated copyright disclaimers on a website looks bad. Looks like the website it's unmaintained on many levels. On the other hand, you don't want to manually update it every 1st of January on every website you own right? Let me help ...
With my salary, we had enough to cover the monthly expenses but my wife decided to start working so I could study. Pregnant and with our son…she found a kinder garden where she could work and also take our son. Hi there 👋, after the first two posts...
Hi vue and welcome to VueJs, The Series 🚀 Spoiler alert🚨: In case you missed VueJs - Getting Started go and check it out. What is Interpolation? When we talk about interpolation, aka "String Interpolation", we talk about the "Mustache" syntax we...