Improving MySQL Performance with Table Partitioning
This is the story of how we tackled challenges with MySQL performance, why traditional solutions didn't suffice, and how we ultimately leveraged table partitioning to efficiently manage our large datasets without causing downtime.
In-Depth Look at Go Build Cache
How the Go build cache works and how you can troubleshoot when tests aren’t being cached as expected
Eliminating Performance Issues with Azure AAD Pod Identity Using the Managed Mode
In this post, I would like to share with you why you should and how you can switch from the standard mode to the managed mode of AAD Pod Identity and how to do so without disrupting the service.
How We Upgraded to Webpack 5
We happily used Webpack 4 for a while and it worked great. But Webpack 5 promised a gain in speed and we wanted it.
Building a PHP 7.4.21 Docker image with support for GDB debugger
When your process gets stuck somewhere, but you have no idea where, or if it segfaults, xdebug may not help. I had a process stuck in a…