This isn't going to be a polished update post — it's more like thinking out loud. It's been quite some time since I've written anything on my site. To be honest, I wanted to write, but I hit a massive creative block and completely lost direction on what to do next.
I know I'm just getting started with this post, but I've been feeling burned out from both work and personal life. I found myself spending most days just lounging around and gaming, which only made things worse. I'm slowly regaining my energy and figuring out my next steps. During my RV trip this month, I had several breakthrough moments about where I want to go professionally. I realized I haven't really developed myself in the last couple of years—I've just been stuck doing what I had to do rather than what I love to do. I hope that resonates with some of you.
My plan for this year is to dedicate serious time to my side projects: Cardia and another unnamed project I'm excited about.
Cardia: A Personal Health Project
Originally, I wanted Cardia finished by January—that didn't happen. I kept getting stuck on the design, feeling like it wasn't quite right. In February and March, I completely redesigned Cardia, giving it its own unique style instead of just relying on Shadcn styling. The results have been much better.
(Note: I've got an interactive before/after comparison slider on my original blog post that shows the design evolution better than static images can - definitely worth checking out if you're curious about the UI transformation.)
Cardia is planned as a self-hosted blood pressure tracker that I started building after being diagnosed with high blood pressure. Most existing apps I found were either expensive, had poor UI/UX, or were bloated with features I couldn't turn off.
Cardia will support multiple users so entire families can track their blood pressure together. The self-hosted approach means you truly own your data—no wondering what some company might do with your health information.
I think once it's complete, I'll write a more detailed post and create a proper marketing website. The concept is solid on paper, the core system works, and I just have a few more features to integrate before releasing the upgraded version.
Exploring Game Development: A Tool Comparison
I'm also working on a game right now. Over the past two months, I've experimented with several programming languages and game engines: LÖVE2D, Unity, and Godot.
I started by creating basic character movement in each engine to see how they felt. Here's my honest take on each:
LÖVE2D was quickly eliminated—the lack of built-in GUI tools gave me headaches, especially when trying to set up nine-patch scaling for UI assets. If you're comfortable building everything from scratch, it's powerful, but I wanted to focus on game logic, not reinventing UI wheels.
Unity's coding approach was completely foreign to me. Coming from web development, the component system and C# felt like learning a completely different paradigm. I felt lost from the start and couldn't find a natural workflow.
Godot with GDScript has been the winner. GDScript feels like Python and TypeScript had a baby—it's intuitive to write. The node-based architecture is a lifesaver for creating clean, well-structured games. Plus, the fact that it's open source and has a rapidly growing community sealed the deal.
I plan to write more technical details about the specific Godot features that won me over, but the short version is: if you're coming from web dev and want to try game development, Godot is incredibly approachable.
What I can say now is that it's going to be a management game, which aligns perfectly with my personal gaming preferences.
What's your experience with these engines? I'd love to hear in the comments if you've tried any of them or have other recommendations.
Moving Forward
So that's where I am: still alive, still creating (or trying to), and committed to being more active with my writing.
I'll be posting detailed development updates for both Cardia and the game project on my blog, including screenshots of the current Cardia interface, deeper dives into Godot workflows, and probably some honest takes on the challenges of building health tech that people actually want to use. The blog posts there include interactive elements and additional visuals that make the full experience worth checking out.
Thanks for sticking with me through the radio silence.
Originally posted on my blog with interactive elements and additional screenshots.
Top comments (0)