How to Validate Your Data with a Cyclic Redundancy Check (CRC)
How to Validate Your Data with a Cyclic Redundancy Check (CRC) NOVEMBER 13, 2020 | GHULAM NASIR The cool thing about programming is that there is an absolute truth in every Bit: It’s either black or white, 1 or 0, true or false. In theory. But whenever you...
Going Remote: A Template for Organizing Your Team
Going Remote: A Template for Organizing Your Team MARCH 20, 2020 | MISCHA HILDEBRAND Facing the Corona virus, many companies around the globe need to switch to remote work right now. While this is required by law in some places, we see it as our social obligation...
Code Reviews Done Right: Your Missing Guideline
Code Reviews Done Right: Your Missing Guideline MARCH 3, 2020 | MISCHA HILDEBRAND “Your code sucks!” – It’s usually not what the reviewer said, but that’s how we perceive it sometimes when our code is being reviewed. We feel challenged or even provoked. Our pride is...
Development approaches for porting code bases to a new platform
Development approaches for porting code bases to a new platform DECEMBER 18, 2018 | GHULAM NASIR You and your team developed a sophisticated App for iOS, but now you want the same on e.g. on Android and the Web. The problem: the project is so big, where should you...
