In our blog we share best practices, behind-the-scenes peeks at our company and news from the tech industry. To make sure you don’t miss any news, you can subscribe to our RSS feed. Just add this page to your favorite RSS reader or copy the direct link to our feed.
Blog
With SemanticDiff we now provide our code change visualization as Visual Studio Code extension. Find out how to get better diffs directly in your editor and how this affects MergeBoard.
Pair programming and code reviews are considered alternatives, but is this really true? Learn in which situations either approach performs well and how a combination can lead to the best results.
Implementing multitenancy support is difficult: How do you separate the data? How do you prevent tenant data mix-ups? How do migrations work? Check out our guide for the answers and more.
The change is small, we have tests, or the deadline is tight - are these valid reasons to skip code reviews? In this blog post, we shed light on the right and wrong reasons for skipping reviews.
MergeBoard 0.4 introduces many user interface changes and improvements to make reviewing easier. Find out how to use the new features to make your workflow smoother and more efficient.
Opinions differ on the best way to integrate code review feedback into code: Appending commits or rebasing changes? Combine both approaches by using fixup commits.
Combine the security of VMs with the ecosystem of docker! In this blog post, we describe the basics of how we implemented a secure and well-isolated multi-tenant environment for running untrusted user programs.
Code reviews offer a variety of benefits in addition to the original motivation of finding bugs. In this blog post, we’ll go over these advantages, explain what you should look out for, and highlight challenges you need to solve.