In this article, I propose a way of writing relatively simple apps without using a fully-fledged framework. It is based on my experience during an interview process. I am not trying to persuade you… (more…)
Read more »
Modular JavaScript is a book series focusing on building small interconnected ES6 JavaScript modules that emphasizes on maintainability. Practical ES6 is the first book in the series, and it discusses ES6 features in detail. Practical ES6 includes hundred... (more…)
Read more »
My ES6 fetch call always returns response.ok = false and status code 0, what gives? This post will help you sort out this issue. (more…)
Read more »
rrequire - The 🚀 fastest ⚡️ way for web apps to start talking to servers. (more…)
Read more »
Mongoose is a great way to handle your database connection and model your data without having to worry about performing your own validation and so on. However I found it quite hard to find an example of Mongoose in action with the database connection not... (more…)
Read more »