PinnedWhy We Moved from Ruby to Golang: An Infrastructure PerspectiveIntroductionSep 28, 2024Sep 28, 2024
Thank you for your insightful feedback—it’s much appreciated.You are absolutely correct about the importance of setting memory requests equal to memory limits to avoid unexpected OOM (Out Of Memory)…Dec 14, 2024Dec 14, 2024
Do You Have the Right innodb_buffer_pool_size?When managing MySQL databases, one of the most critical configuration parameters for performance tuning is innodb_buffer_pool_size. As the…Nov 21, 2024Nov 21, 2024
Published inDevOps.devOptimizing Kubernetes Resource Utilization: CPU and Memory Requests and LimitsIn Kubernetes, setting the right requests and limits for CPU and memory is crucial for resource optimization. These configurations directly…Nov 5, 20242Nov 5, 20242
Published inLevel Up CodingDocker as a Version Manager for RailsWhen developing Ruby on Rails applications, managing different Ruby and Rails versions across projects can quickly become a hassle…Oct 11, 2024Oct 11, 2024
The Journey to the MicroservicesSituation: The Monolithic System and Deployment ChallengesOct 8, 20241Oct 8, 20241
Published inDevOps.devEnvoy Sidecar Proxy: Efficient Metrics Without Modifying the ApplicationSep 22, 2024Sep 22, 2024
Stack vs Heap in Go(lang)In the world of programming, efficient memory management is crucial for building high-performance and reliable applications. For Go…Jul 5, 20241Jul 5, 20241
Load env without any packageWithout package/library we can load our env from file. And it is cumbersome when we have to load it in consoleNov 21, 20201Nov 21, 20201