
The Case for Not Encrypting Absolutely Everything
Introduction In the age of digital surveillance and data breaches, encryption has become a cornerstone of cybersecurity. It’s the digital equivalent of a vault, protecting our sensitive information from prying eyes. But as with any powerful tool, it’s important to use it wisely. In this article, we’ll explore the case for not encrypting absolutely everything. We’ll look at the pros and cons of encryption, and discuss when it’s appropriate to use it—and when it’s not....

Domain-driven design for busy engineers: the 20% you actually need
Introduction Welcome, fellow engineers! In the whirlwind of modern software development, where buzzwords fly faster than you can say “microservices,” it’s easy to get lost in the hype. Today, we’re going to demystify one of those buzzwords that has stood the test of time: Domain-Driven Design (DDD). But don’t worry, we’re not diving into a philosophical treatise; we’re here to give you the 20% that will make 80% of the difference in your projects....

SLOs and Error Budgets: Real Reliability or Just New Management Buzzwords?
Introduction In the world of DevOps and Site Reliability Engineering (SRE), the terms “Service Level Objectives” (SLOs) and “error budgets” have become increasingly popular. But are they just new management buzzwords, or do they offer real value in ensuring the reliability of our systems? In this article, we’ll dive deep into the concept of SLOs and error budgets, exploring their practical applications, benefits, and potential pitfalls. What are SLOs and Error Budgets?...

Practical Go patterns: error handling, context, and concurrency
Error handling in Go Go’s approach to error handling is often a topic of debate among developers. Some love it, some hate it, but one thing is for sure: it’s unique. In Go, errors are values, and you handle them using the if err != nil pattern. This might seem verbose, but it encourages explicit error checking and handling. The if err != nil pattern Let’s look at a simple example:...

Corporate Open Source: Contribution or Strategic Marketing?
Introduction Open source has become an integral part of the modern software landscape. It’s not just about code anymore; it’s a culture, a movement, and for some corporations, a strategic tool. But what motivates companies to engage with open source? Is it a genuine desire to contribute to the community, or is it a calculated move to enhance their brand image and market presence? In this article, we’ll delve into the nuances of corporate involvement in open source....