ORM is a powerful tool, but it adds a layer of complexity that can cause some hiccups. Here's why you may want to avoid ORM in your next project. (more…)
Read more »
Update: there’s a podcast episode about this The year is 2021. As the world is still deeply affected by the COVID-19 pandemic, the United Nations have decided that in order to prevent ... (more…)
Read more »
A checklist for developing secure apis using the express framework for Node.js. (more…)
Read more »
How to build a scalable Node.js Express app by properly isolating MVC layers. Router <-> Controller <-> Services <-> Model. (more…)
Read more »
Javascript is one of my favorite languages. Its easy to learn and get started with. So, When I learnt that I could write server side code also in JS, I have to admit, I was very excited!
Read more »