Conway's Game of Life in Go: A Step-by-Step Guide
Implement Conway's Game of Life in Go from scratch — grid logic, toroidal wrapping, terminal rendering, and a working main loop with two classic patterns.
read more →Writing
15 articles
Implement Conway's Game of Life in Go from scratch — grid logic, toroidal wrapping, terminal rendering, and a working main loop with two classic patterns.
read more →A deep dive into Bounded Contexts in Domain-Driven Design, exploring how to define boundaries and manage domain logic effectively.
read more →An introduction to Event Storming: a collaborative modeling technique for understanding complex business domains and processes.
read more →Learn how to differentiate between static and dynamic linking in Go and use terminal tools to verify your application's portability.
read more →Get started with Hugo, the world's fastest framework for building websites. Learn installation, theme creation, and deployment basics.
read more →