66 followers
Passionate web developer with more than 4 years of experience.
React is a popular JavaScript library that provides developers with a powerful and efficient way to build user interfaces. One of the key features of...
For a good work-life balance, stay active and healthy. · To improve my health, I recently started the #30days30walks challenge. In this post, I want to...
A few days ago I decided it was time for me to update myself to the new version of Vuejs, Vue 3. And today I wanted to share with you the first thing...
Definition of trim, "To cut away unnecessary parts from something." - Oxford Dictionary. Sometimes, validating forms in JavaScript can be a tedious...
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...
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...