Category: Programming
-

AST3ROIDX: Recreating Asteroids with Claude Sonnet 4.5
How I developed a complete classic arcade game in less than a working day After the experiment with BOMBRIS, I wanted to test Claude Sonnet 4.5 on a more complex project: a real space shooter with realistic physics, unlockable achievements, and an advanced particle system. The result is AST3ROIDX — a tribute to Atari’s classic…
-

BOMBRIS: When AI Meets Retro Gaming — An Experiment with Claude Sonnet 4.0
In other words… How I built a complete game in less than 48 hours using Claude Code and the most advanced AI from Anthropic The Experiment: From Idea to Working Game in 2 Days Ever wondered what a programmer can create in collaboration with today’s most advanced AI? The answer is BOMBRIS — an explosive…
-

Installing GitLab CE with Docker and Docker Compose: A Step-by-Step Guide
If you’ve ever been curious about setting up a GitLab Community Edition (CE) server with Docker and Docker Compose, you’re in the right place. This guide will walk you through every step needed to create an efficient, ready-to-use GitLab environment. But first, let’s take a step back: what makes GitLab and Docker such a winning…