top of page
Development


The power of pair programming in remote teams
Pair programming has been around for decades, but its role in remote teams has become more meaningful than ever. As companies across the world shifted to distributed work, the way teams collaborate transformed dramatically. What once required two people sitting shoulder-to-shoulder is now happening across continents, connected only by headsets, screens, and a shared repo. Surprisingly, instead of losing effectiveness, pair programming has gained new strength in this environme
1 day ago2 min read


The evolution of Clean Code in modern development
Clean code has always been a fundamental aspect of software engineering, but its meaning and application have evolved significantly over time. In the past, it simply meant organizing code neatly; today, it embodies a comprehensive philosophy that shapes team collaboration, system scalability, and the evolution of products far beyond their initial release. In the early days of software development, clean code primarily meant readability. Developers focused on writing code that
Dec 32 min read


Continuous Deployment vs Continuous Delivery: Finding the right balance
Modern software development moves quickly, and most teams want to deliver value without the stress and chaos that used to surround big release days. This is where continuous delivery and continuous deployment come in. They may sound almost identical, but the experience of working with them feels very different, and choosing the right approach can shape how your entire team operates. Continuous delivery is all about being ready. Every change is tested, integrated, and prepared
Nov 252 min read


Code Reviews That Build Teams, Not Tension
Code reviews should never feel like standing in front of a firing squad. Yet too often, they turn into exactly that—defensive exchanges, nitpicking comments, and long threads that leave people frustrated instead of inspired. At their best, though, code reviews are about connection, learning, and shared craftsmanship. They’re not just about improving code—they’re about building trust. A great code review feels like a conversation between teammates who want the same thing: clea
Nov 121 min read


We visited Intact in Lebring
Between September 15th and 19th, we visited our partner company, Intact GmbH, at their office in Lebring. After attending the Infobip...
Oct 21 min read


A brief dive into the world of Microfrontends
INTRO The web boom of the 2010s, when everyone started building and expanding the web with new systems and frameworks, as the code...
Sep 186 min read
bottom of page