Golang performance tips that you can apply to improve the efficiency of your code: Part-1Beginning and tackling more complex projects, I realized that writing fast, efficient Go code takes more than just spinning up goroutines…Dec 12, 2024Dec 12, 2024
Incident scenarios in Kubernetes, ranging from simple issues to complex outagesIncident scenarios in Kubernetes, ranging from simple issues to complex outages, along with their impacts and recommended responses:Sep 16, 2023Sep 16, 2023
The Linux Boot Process: No Deep ShitThe Linux boot process is a series of steps that the operating system goes through to start up and become fully operational. These steps…Jan 20, 2023Jan 20, 2023
Elasticsearch with Golang 101Elasticsearch is a powerful search and analytics engine that is used for storing, searching, and analyzing large volumes of data. It is…Jan 15, 2023Jan 15, 2023
Golang with Redis 101Redis is an in-memory data store that is commonly used for caching, real-time data processing, and message queues. It supports a wide range…Jan 15, 2023Jan 15, 2023
Understanding Apache Kafka SimplyApache Kafka is a distributed streaming platform that is used for building real-time data pipelines and streaming applications. It is…Jan 14, 2023Jan 14, 2023
Method Chaining In GolangMethod Chaining is the practice of calling different methods in a single expression instead of calling different methods with the same…Jul 12, 2021Jul 12, 2021
3 Most Important Elements of Modern Software SystemsBuilding modern software systems is a challenging job now days. Clear understanding of the systems, knowledge of various techniques and…Jan 19, 20211Jan 19, 20211
Published inThe StartupApache Kafka With GolangBefore this I have worked with Apache Kafka as DevOps Engineer. It got me curious to learn about it that how to transform high latency…Jan 12, 20215Jan 12, 20215
Redis for DevOps EngineersAt least once in DevOps/SRE career you may have deployed Redis or worked on it. You may have wondered how much I need to know about it as…Jan 7, 2021Jan 7, 2021