Insightful content about distributed systems and software engineering currated for you.

Composition in Next.js Static Properties

Composition is a method to write re-usable segments of code. This is achieved by constructing objects of full behavior by …

  • nextjs

Deploy AWS CloudFormation stacks with GitHub Actions + React Example

You want to deploy your infrastructure with GitHub Actions?

I have published AWS CloudFormation Action for GitHub Actions …

  • aws
  • github
  • actions

Module Resolution in Large Projects with TypeScript

This post explains how to use custom paths for efficient Module Resolution in large TypeScript projects.

  • typescript

The Power of TypeScript for GraphQL Union Type

GraphQL is great. Code generating types for TypeScript is easy. GraphQL supports introspection. This means a GraphQL API …

  • graphql
  • coodegen
  • typescript

The State of Go Plugins

Learn about the different approaches to pluggable interfaces in Go.

  • go