PinnedMy Journey Into Tech (In A Foreign Country)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...Sep 4, 2020·8 min read·2.0K
Default Function ParametersWe 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...Dec 7, 2020·3 min read·271
Destructuring Assignment In A Function ParameterHave 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...Nov 27, 2020·4 min read·368
Copyright Up To Date (The Automate Way)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 ...Oct 6, 2020·1 min read·206
VueJs - InterpolationsHi 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...Aug 28, 2020·4 min read·637
VueJs - Getting Started“To get started with Vue, all you need is familiarity with HTML and JavaScript. With these basic skills, you can start building non-trivial applications within less than a day”- VueJs Docs Hi vue and welcome to VueJs, The Series 🚀 In this first ep...Aug 13, 2020·3 min read·366