Articles
Tags
AllClient-Side ArchitectureDesign PrinciplesDomain-Driven DesignEnterprise Node + TypeScriptGraphQLNetworking & OpsObject-Oriented AnalysisObject-Oriented ProgrammingSoftware DesignSoftware ProfessionalismTest-Driven DevelopmentWeb Development
8
Showing 8 article(s) about "Architecture"

GraphQL Schemas vs. RESTful DTOsGraphQL
GraphQL schemas serve a similar purpose to RESTful DTOs. One of the main differences is tooling. In this post, I aim to strengthen...
.png)
Client-Side Architecture Basics [Guide]Client-Side Architecture
Though the tools we use to build client-side web apps have changed substantially over the years, the fundamental principles behind...

GraphQL's Greatest Architectural AdvantagesGraphQL
There's a lot of advantages to using GraphQL instead of REST on your server, and there's a lot of advantages to using Apollo Clien...

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

How to Learn Software Design and Architecture | The Full-stack Software Design & Architecture MapSoftware Design
Software Design and Architecture is pretty much its own field of study within the realm of computing, like DevOps or UX Design. He...

Organizing App Logic with the Clean Architecture [with Examples]Software Design
In this article, you'll learn about the Clean Architecture, why we should separate the concerns of large applications into layers,...