Articles
Tags
AllClient-Side ArchitectureDomain-Driven DesignEnterprise Node + TypeScriptGraphQLNetworking & OpsSoftware DesignSoftware ProfessionalismWeb Development
56
.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...

Absolute and Relative ComplexitySoftware Professionalism
Determining if the complexity of a problem is related to the nature of the problem or related to the way that we approach solving ...

Enforcing Coding Conventions with Husky Pre-commit HooksTooling
In this guide, we'll learn how to setup Husky to prevent bad git commits and enforce code standards in your project.

How to Deploy a Serverless GraphQL API on Netlify [Starters]GraphQL
Exploring two starter projects you can use to deploy a serverless GraphQL API on Netlify with or without TypeScript.

How to Get the Currently Playing Song using the Spotify Node.js API & TypeScriptWeb Development
A quick and straightforward guide to hooking into the Spotify's awesome API to show the current song that you're listening to. It ...

Domain-Driven GraphQL Schema Design | Enterprise GraphQLGraphQL
A GraphQL schema is a declarative, self-documenting, organization-wide API. It's pretty important to spend a little bit of time on...