Skip to main content

Technical Blog

Enterprise software engineering insights, real-world patterns, and lessons learned from large-scale projects

Featured Articles

Claude Code Setup Guide: MCP, Sub-Agents & Best Practices 2025 - Blog article header image
AI
Sep 1, 2025
10 min read
Claude Code environment setup guide: MCP servers, sub-agents, CLAUDE.md files. Boost AI coding productivity with proven configurations and workflows.
Axon Framework Without Server: The Hidden Costs of Going DIY - Blog article header image
Architecture
Jan 31, 2025
16 min read
Real-world lessons from implementing Axon Framework without the commercial server in enterprise environments. Custom PostgreSQL event stores, complex configurations, and why you might want to just buy the license.

All Articles

Architecture
Jan 18
13 min read

Event Sourcing: When It Works vs When It's Overkill [2025]

Why Event Sourcing isn't always the right choice for your application, and how to recognize when you're over-engineering a simple CRUD problem.

DevOps
Jan 12
11 min read

Monorepo Lessons Learned: When 'One Repo to Rule Them All' Goes Wrong

Monorepo lessons from 3 years in production. Real CI/CD challenges, multi-team coordination issues, and when separate repos actually work better.

DevOps
Feb 4
14 min read

GitOps with Flux: Real-World Kubernetes Deployment Architecture

Production-tested GitOps implementation using Flux CD for Kubernetes deployments. Learn from our experience managing enterprise applications with declarative infrastructure, automated syncing, and the challenges we faced along the way.