Journey to Small Pull Requests

An exploration of how we eventually got to a place where we create small pull requests.

Backend Web Framework Design Exploration - Part 3

Part 3 of A Design Exploration of building a Backend Web Framework using only functions, strong typing via TypeScript and requiring everything be easily testable

Backend Web Framework Design Exploration - Part 2

Part 2 of A Design Exploration of building a Backend Web Framework using only functions, strong typing via TypeScript and requiring everything be easily testable

Backend Web Framework Design Exploration - Part 1

Part 1 of A Design Exploration of building a Backend Web Framework using only functions, strong typing via TypeScript and requiring everything be easily testable

Git Patch Stack - Add a Patch

A walk through in how to Add a Patch in Git Patch Stack

SwiftUI: Composable Button Styles

How I created a SwiftUI Micro Framework to make Button Styling composable

Codebase Organization

A breakdown of how I think about Codebase Organization

How we should be using Git

An exploration of how the Git creators use Git and how we should be using it.