Blog

Blog

Thoughts, tutorials, and technical write-ups

Introduction

8/1/2019 • Jon-Michael Hartway

An introduction to my blog - a self-taught programmer sharing projects on programming, electronics, and creative contraptions.

meta introduction

Wi-Fi Implementation in Minecraft

8/1/2019 • Jon-Michael Hartway

Building a Wi-Fi-like network system within Minecraft, overcoming severe bandwidth limitations and 5Hz clock speed constraints.

minecraft networking redstone engineering

Server Side Rendered Flappy Bird with HTMX and Go

3/19/2024 • Jon-Michael Hartway

An unconventional browser game using HTMX and Go that renders game frames server-side rather than using traditional canvas or WebGL approaches.

htmx go game-dev web-development