Operations | Monitoring | ITSM | DevOps | Cloud

April 2024

Reinventing Deployments: From Docker to Dagger -- Incidentally Reliable with Solomon Hykes

Catch Solomon Hykes (Co-founder of @Docker and @Dagger) shares stories from the early days of Docker, the rollercoaster journey leading to 20 million active developers worldwide, the heavy crown of a tech leader and his vision to revolutionize CI/CD with Dagger today. Exclusively on The Incidentally Reliable podcast — made by SREs for SREs, hosted by Zenduty.

Insights of an Observability Advocate: The Challenges and Rewards

At a recent SRE Meetup in Bangalore, we had the pleasure of meeting Akshay Deshpande. During our conversation, Akshay, who manages a Performance/Observability Engineering team at Smarsh discussed his passion for observability and his constant drive to improve the field. Smarsh helps companies gain valuable insights from their communication data, enabling them to proactively identify potential regulatory and reputational risks before they escalate.

What Is Denormalized Data?

Traditional database design prioritizes data integrity through normalization. However, for read-heavy workloads, normalized data structures can lead to complex queries and slower performance. Denormalization offers an alternative approach to optimize query execution and improve efficiency. A study concluded that denormalization can improve query performance when implemented with a thorough understanding of application requirements.