Clean Node.js Architecture

In this article, we’ll look at the various different versions of the “clean architecture”, simplify it, and understand how we can use it to write more flexible Node.js code with TypeScript. Read more

Similar

Massage a JSON File with a Node.js Script

At work, some of our projects keep test data in large JSON files. These files are usually structured as an array of objects, which can be thousands of lines long. When I need to make changes, manually find-and-replacing can only get me so far. I can get c... (more…)

Read more »