Systems | Development | Analytics | API | Testing

May 2021

Why Software Bugs Are Like Mini Outages

If this past year has shown us anything, it’s the importance of resilience. Businesses of all sorts have had to find creative ways to get through a very tough time. And one of those ways is through technology. Companies that never planned to be technology-driven are now having meetings on Zoom, managing a remote workforce, and adopting new software.

Masterclass: Redefining Cloud Native Debugging

A Cloud Native debugging Masterclass discussing the challenges faced daily by developers when debugging cloud native technologies and what the best practices and tools are that can be implemented to ensure their productivity doesn’t take a hit. Covered in this masterclass: The tools and best practices available to ensure maximum productivity for your team

Kubernetes Reads

As the world of technology continues to progress, so are the technologies that developers work with on the daily. Whether it’s cloud native, Kubernetes, serverless, or distributed architectures, every developer team has encountered the difficulties of working with them. Even more so, they’ve felt the challenges associated with trying to find the solutions to those same difficulties. But what if it was as easy as opening a book?

The Secret To High Quality Code with Dr. Michaela Greiler and Liran Haimovitch

Delivering high-quality code quickly is the heart and soul of software development. The rise of open-source software has seen the widespread adoption of the Pull-Request (or Merge-Request) method of operation. Using this shift-left-oriented approach, we put our code through the wringer before pushing it into the main line of development. Evaluation of a new piece of code may include code reviews, static analysis, automated testing, and more.