Automatically merge dependabot pull requests

A couple of weeks ago I added a small automation to automatically merge dependabot pull requests if the build succeed.

Optimizing Databases on Kubernetes Ep.2: Automating Database Maintenance with Kubernetes and CNPG

Introduction: In this episode, Jérôme Petazzoni explores how Kubernetes and CNPG (Cloud Native PostgreSQL) work seamlessly to manage database operations during node maintenance. With real-world demonstrations, Jérôme highlights the power of Kubernetes’ automation featur...

Optimizing Databases on Kubernetes Ep.2: Automating Database Maintenance with Kubernetes and CNPG

Introduction: In this episode, Jérôme Petazzoni explores how Kubernetes and CNPG (Cloud Native PostgreSQL) work seamlessly to manage database operations during node maintenance. With real-world demonstrations, Jérôme highlights the power of Kubernetes’ automation featur...

What's missing from Go's generics?

#​535 — December 10, 2024 Unsub  |  Web Version Go Weekly 🕒 Coming in Go 1.24: An Experiment for Time and Concurrency Testing — A look at another feature coming to Go 1.24 early next year. This time it’s the experimental t...

Optimizing Databases on Kubernetes Ep.1: Provisioning a Cluster and Configuring PostgreSQL on Kubernetes

Introduction: In this introductory episode, Jérôme Petazzoni walks through the critical steps of provisioning a Kubernetes cluster tailored for running databases like PostgreSQL. Leveraging his extensive experience, Jérôme demonstrates practical tools and techniques to establ...

Suite smells: undertesting and overtesting

Tests are great, provided they actually test something. But are your tests too optimistic (assuming the code already works), or too persnickety (testing the irrelevant)?

Fearless Concurrency Ep.7: Lock-Free Structures and Channels for Scalable Rust Code

Introduction: Welcome to Episode 7 of the Fearless Concurrency in Rust series! In this final episode, we explore advanced concurrency techniques that enable efficient, scalable, and robust multithreaded applications in Rust. The focus is on leveraging tools like lock-free data st...

Go 1.23.4-1 and 1.22.10-1 Microsoft builds now available

A new set of Microsoft Go builds is now available for download. The post Go 1.23.4-1 and 1.22.10-1 Microsoft builds now available appeared first on Microsoft for Go Developers.

Go 1.23.3-2 and 1.22.9-2 Microsoft builds now available

A new set of Microsoft Go builds is now available for download. The post Go 1.23.3-2 and 1.22.9-2 Microsoft builds now available appeared first on Microsoft for Go Developers.

Good union types in Go would probably need types without a zero value