Engineering Hub

Engineering Hub

Technical deep-dives, engineering fields ranging from Software, control systems to many domains.

All categories
PWA vs .NET MAUI: What I learned developing a cross-platform app
Jul 05, 2026 · 5 min read
PWA vs .NET MAUI: What I learned developing a cross-platform app

In this article I share my experience developing an app using .NET MAUI, from creating the API and the interface with AI assistance to the challenges encountered during development, publishing, and maintenance. I also show why I decided to test a Progressive Web App (PWA), comparing the advantages and disadvantages of each approach. The goal is not to say that one technology is better than the other, but to show in which scenarios each makes more sense based on a practical experience.

AI Agents and Pair Programming: Why They Work for Some Developers and Fail for Others
May 16, 2026 · 12 min read
AI Agents and Pair Programming: Why They Work for Some Developers and Fail for Others

I share my opinion based on my own experience about why developers fail in using AI Agents. But important to know, I'm a common developer who did few courses, not expert in AI specially enterprise orchestration this is my point of view as a programmer using assisted development for few months in regular work and freelancing.

Event Sourcing Made Simple (with .NET Examples)
Apr 04, 2026 · 6 min read
Event Sourcing Made Simple (with .NET Examples)

When I first worked with event sourcing, I found it difficult to understand. However, once I grasped the basic concepts, I realized it was actually quite simple and I was able to apply it to projects right away. In my experience, people tend to overcomplicate it. That’s why I’ll explain the concept in simple terms, without academic fluff, so you can easily understand what it’s about and see practical tips for the .NET ecosystem.