Jan 26, 2026 2 min read

Hello World: Why I Started Writing Again

After years of building things in silence, I'm finally putting my thoughts into words. Here's why, and what you can expect.

PersonalWritingMeta
Dec 22, 2024 20 min read

Understanding Spine Runtime Fundamentals

Interactive guide to Spine's core concepts: bones, slots, attachments, and transformations with visual demonstrations.

Spine2D AnimationGame Development
Dec 15, 2024 6 min read

TypeScript Patterns for Game Development

Advanced TypeScript techniques that make game code more maintainable and less prone to runtime errors.

TypeScriptGame DevelopmentPatterns