Types are bound to improve your JavaScript, if you’re willing to spend some time looking at their advantages.
Read more »
Some of the pros and cons of using GraphQL as a query language for APIs, as well as how to get started building an implementation. (more…)
Read more »
Social Login buttons like the ubiquitous Login with Facebook/Google/Twitter/... button is convenient for users as they don't have to go through a lengthy registration process and create yet another username/password. And without a proper password manager ... (more…)
Read more »
There’s more to programming than just writing code. While unlikely, it is possible to write imperfect code the first time through, or have requirements change over time. In these cases, you have to refactor the code you’ve already written to fix mistakes ... (more…)
Read more »
As the saying goes: never trust user input. How to validate input in JavaScript with Joi. (more…)
Read more »