Articles
Tags
AllClient-Side ArchitectureDomain-Driven DesignEnterprise Node + TypeScriptGraphQLNetworking & OpsSoftware DesignSoftware ProfessionalismWeb Development
11
Showing 11 article(s) about "Node.js"

Functional Error Handling with Express.js and DDD | Enterprise Node.js + TypeScriptEnterprise Node + TypeScript
How to expressively represent (database, validation and unexpected) errors as domain concepts using functional programming concept...

There Is No Dominant Paradigm | Software ProfessionalismSoftware Professionalism
Functional programming is not the end to all of our problems. Quality software is all three paradigms.

Better Software Design with Application Layer Use Cases | Enterprise Node.js + TypeScriptEnterprise Node + TypeScript
In this article, we explore how organizing application logic as Use Cases in the application layer helps to make large typescript ...

Over $85 billion spent on fixing bad code [bootcamps, junior devs, JavaScript, and software design principles]Web Development
More and more money is being spent by companies on maintaining bad JavaScript code. Here's where I think our industry needs to cha...

Clean Node.js Architecture | Enterprise Node.js + TypeScriptEnterprise Node + TypeScript
In this article, we'll look at the various different versions of the "clean architecture", simplify it, and understand how we can ...

Knowing When CRUD & MVC Isn't Enough | Enterprise Node.js + TypeScriptEnterprise Node + TypeScript
MVC the granddaddy of application architectures. In this article, we explore common MVC patterns, the responsibilities of the "M"-...