OpenTelemetry and Kafka – better observability of your tests

Author’s notes: The code produced in this tutorial represents my journey of learning Golang by developing a complete, though basic, application. If you think it can be improved – let me know. If you’ve read my previous article, you’re likely...

The Meaning of Performance in DevPerfOps

Introduction Performance, in the context of software engineering and systems engineering, is a broad term encompassing several aspects of how efficiently and effectively a system functions. It goes beyond simply completing tasks. In this posting, we will attempt to...

Performant Coding Practices and Guidelines

DevPerfOps Guidelines for Software Developers This document outlines fundamental coding practices focusing on software performance in coding practices. It serves as a checklist for developers to enhance their code’s efficiency and speed. By adopting these...