TomVL

Find the Unicorns

Find the Unicorns

Articles | May 9 2026 | Tom Von Lahndorff

I've been called a unicorn a few times in my career. Usually it's because I cross between design and development — I can build the thing and make it look right. In tech, this combination is rare enough that people pull out the word and use it like a compliment, but also like they're describing a

Building a Better Lighting Control App with AI
Custom outdoor lighting control app built with Claude

Building a Better Lighting Control App with AI

Articles | Apr 14 2026 | Tom Von Lahndorff

I have an outdoor lighting system at my house — the kind with a gateway, relay controllers, and scheduling based on sunset and sunrise times. The hardware itself is solid. The manufacturer's app? Not so much. It was slow, buggy, and clearly designed as an afterthought. Simple things like

10 CSS Features That Actually Work Everywhere Now (2025)

10 CSS Features That Actually Work Everywhere Now (2025)

Articles | Nov 20 2025 | Tom Von Lahndorff

CSS has changed a lot in the past few years. Features that used to require JavaScript or preprocessors are now native. Things that seemed impossible are now standard. The performance impact is huge. Native CSS runs faster than JavaScript, doesn't block the main thread, and gets optimized by the

Top 10 Tips for Working with Claude Code

Top 10 Tips for Working with Claude Code

Articles | Nov 15 2025 | Tom Von Lahndorff

Working with Claude Code (Anthropic's official CLI for AI-assisted development) has been a game-changer for my development workflow. Over the past few months, I've used it across several projects - refactoring legacy code, building new features, and optimizing performance. Through trial and error,