All posts - Page 1
Conway's Game of Life: A Functional Approach
featured
featured
- Author: Stephen Ball
- Published:
-
Tags:
- Permalink: /blog/game-of-life-functional-programming
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
featured
featured
- Author: Stephen Ball
- Published:
-
Tags:
- Permalink: /blog/an-elixir-phoenix-based-multiplayer-minesweeper
How I wrote the minesweeper game, Mowing, you can play from the games menu.
Rewriting Strange Leaflet in Phoenix and LiveSvelte
featured
featured
- Author: Stephen Ball
- Published:
- Permalink: /blog/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
- Author: Stephen Ball
- Published:
-
Tags:
- Permalink: /blog/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
featured
featured
- Author: Stephen Ball
- Published:
-
Tags:
- Permalink: /blog/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
- Author: Stephen Ball
- Published:
-
Tags:
- Permalink: /blog/rewrite-my-protohackers-repo-as-an-umbrella-app
Commit a8bbfa9 from github.com/sdball/protohackers
Add more OTP implementation of Speed Daemon - sdball/protohackers
- Author: Stephen Ball
- Published:
-
Tags:
- Permalink: /blog/add-more-otp-implementation-of-speed-daemon
Commit dd3e855 from github.com/sdball/protohackers
More OTP solution for Protohackers Problem 5 - sdball/protohackers
- Author: Stephen Ball
- Published:
-
Tags:
- Permalink: /blog/more-otp-solution-for-protohackers-problem-5
Commit 6688ae8 from github.com/sdball/protohackers