Articles
Tags
AllClient-Side ArchitectureDomain-Driven DesignEnterprise Node + TypeScriptGraphQLNetworking & OpsSoftware DesignSoftware ProfessionalismWeb Development
8
Showing 8 article(s) about "Enterprise software"

Why Event-Based Systems? | Enterprise Node.js + TypeScriptEnterprise Node + TypeScript
There are so many reasons why event-based systems are the standard for large-scale enterprise applications like GitHub, Facebook, ...

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...

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 ...

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"-...

SOLID Principles: The Software Developer's Framework to Robust & Maintainable Code [with Examples]Software Design
The SOLID principles are a set of software design principles that teach us how we can structure our functions and classes to be as...