Echo JS

Zustand’s Guide to Simple State Management Ecommerce Tutorial: Build a Powerful Next.js Shopping Cart … more Read More

Running NodeJS Scripts in AWS Fargate

On my project, I’m dealing with a lot of data-intensive tasks. Thankfully, importing data from multiple sources and processing the data can be automated easily. I’ve written quite a few NodeJS scripts to take care of a lot of that manual labor. However, … more Read More

7 Reasons NOT to Use a Static Site Generator

Static site generators (SSGs) are popular and offer many benefits, but this article discusses reasons why they may not be a suitable replacement for your content management system (CMS). In my previous article, we discussed how your site could benefit … more Read More

5 React Architecture Best Practices for 2021

There can be no doubt that React has revolutionized the way we build user interfaces. It’s easy to learn and greatly facilitates creating reusable components that offer your site a consistent look and feel. However, as React only takes care of the view … more Read More

Reducing HTML Payload With Next.js (Case Study)

I know what you are thinking. Here’s another article about reducing JavaScript dependencies and the bundle size sent to the client. But this one is a bit different, I promise. This article is about a couple of things that Bookaway faced and we (as a … more Read More