Escaping the Build Trap (Book Notes)

Excerpts I liked from Escaping the Build Trap by Melissa Perri

React NextJS app using Prisma and Postgres (Part 1)

Part 1 of a React tutorial on how to create a CRUD webapp using Next.js 13, Prisma and Postgres.

On Continuous Delivery

I've been using continuously delivery for over 4 years now. Here's what I've learned along the way.

Confusion with Immutability (2008)

Back in 2008, I wrote a post on the Clojure Google Group back when I was trying to wrap myself around the idiomatic use of state and mutability in a functional language like Clojure.

I'm making a videogame

Because, why not?

Bottom Up Development - Embracing Change (2007)

This is a re-post from back in 2007 when I was just starting to get interested a mysterious language called Lisp!

FeathersJS, ReactJS and Docker

How to set-up a React-based web app with a FeathersJS backend server in one repo using Docker Compose.

I Finally Understand Closures! (2008)

This is a re-post from 2008 when I had an "aha" moment and finally groked closures

ReactJS useEffect and exhaustive-deps

How to deal with missing dependency error in React