All posts - Page 1

Conway's Game of Life: A Functional Approach

In this post I describe how to implement Conway's Game of Life using functional programming to be able to transform a set of cells into the next iteration.

Writing an Elixir/Phoenix based multiplayer Minesweeper game

How I wrote the minesweeper game, Mowing, you can play from the games menu.

Rewriting Strange Leaflet in Phoenix and LiveSvelte

Another rewrite of Strange Leaflet? Yes! Still with the power of Svelte but now with Phoenix on the backend.

Running Kafka locally in Kubernetes using Minikube

Let's run Kafka in Kubernetes using Minikube and then connect to a topic using kcat running on our host machine.

Rebooting this blog in Svelte and SvelteKit

In which I explain a bit of why and how I'm writing my personal blog in SvelteKit instead of a backend like Phoenix.

Rewriting my Protohackers repo as an umbrella app

Commit a8bbfa9 from github.com/sdball/protohackers

Add more OTP implementation of Speed Daemon - sdball/protohackers

Commit dd3e855 from github.com/sdball/protohackers

More OTP solution for Protohackers Problem 5 - sdball/protohackers

Commit 6688ae8 from github.com/sdball/protohackers