This quarter has been about scaling up and connecting systems together.
Azure Service Bus
I’ve been diving into Azure Service Bus for message-based communication between services. When you’re building distributed systems, reliable messaging becomes critical. Service Bus provides the durability and delivery guarantees that you need when “eventually consistent” still needs to mean “definitely delivered.”
Time Tracking and Business Applications
On the side, I’ve been working on a time tracking application using JavaScript. It’s refreshing to switch contexts between heavy enterprise C# work and lighter web-based projects. The JavaScript ecosystem continues to evolve at a breakneck pace.
Building for the Long Term
One theme emerging across all my projects this year is building for maintainability. Whether it’s the kiosk platform, the design tools, or the messaging infrastructure, I’m trying to make decisions that my future self won’t regret.