Blog

Technical insights and experiences from backend engineering

2 articles 12 topics

Filter by topic

Why Every Project Needs a Developer Guide (And How AI Makes It Easier) 📖

developer-experience onboarding documentation team-productivity ai-tools software-development

Ever joined a new project and felt completely lost? A good developer guide can make the difference between a smooth onboarding and weeks of frustration. Here is why every project should have one and how modern AI tools make creating them easier than ever.

Keep your requirements close to the code 📖

java ddd domain-driven-design value-objects clean-code software-architecture

An exploration of domain-driven design principles in Java, demonstrating how value objects can encapsulate business requirements directly within the code structure, enhancing maintainability and reducing cognitive complexity.