Welcome to my blog
Welcome to my blog
Hey, I’m Dominique — developer, game maker, tinkerer.
I’ve been building mobile apps and game prototypes for a while, mostly in silence. This blog is where I stop doing that.
What I’ll write about
- Flutter & Dart — mobile dev tips, state management, things that tripped me up
- Godot — game dev experiments and postmortems
- Tools & workflow — git tricks, CI/CD, automation
- App releases — when I ship something, I’ll announce it here
A quick taste
Here’s the kind of thing you’ll find — a Flutter snippet I use all the time:
extension ContextExtension on BuildContext { bool get isMobile => MediaQuery.of(this).size.width < 600; } And a Godot GDScript one:
func _ready() -> void: print("Hello from %s" % name) Stay tuned
Posts will be irregular — I write when I have something worth sharing, not on a schedule.
If you want to follow along, there’s an RSS feed at the bottom of the page.
This post is licensed under CC BY 4.0 by the author.