PinnedPublished inDev GeniusCustom Terraform Provider Design: Part 01This is the Part 01 of creating a Custom Terraform Provider to manage our application.Jan 14, 2022Jan 14, 2022
PinnedPublished inDev GeniusCustom Terraform Provider Design : Part 02In Part 01, we have covered the basics of Terraform, Infrastructure as Code (IaC); setup our development environment to create our own…Jan 21, 20221Jan 21, 20221
PinnedCreate Custom Terraform Provider : Part 03We are going to Publish our Custom Terraform Provider into Terraform Registry.Feb 11, 2022Feb 11, 2022
Published inDev GeniusCustom Fluent-Bit Output Plugin: Sending Logs to a Special Destination🚀📍🗺️Have you ever felt like Fluent Bit just doesn’t “get” your logs? Maybe you need a filter that renames fields based on your cat’s mood, or…Mar 9Mar 9
Published inDev GeniusDesign a “StaleSecretWatch” Kubernetes Operator. Part-02 “Implementation of CustomResource”30 years old, but this little car still revs up the same excitement! 🏎️💨 #YoungAtHeartJan 31Jan 31
How to takeWhatsApp Profile Photo Screenshot on Your iPhone Without Any Hassle! 🙈🤫To help protect user privacy, WhatsApp blocks users from taking screenshots of profile photos. This means that you can’t take a screenshot…Aug 28, 2024Aug 28, 2024
Published inDev GeniusDesign a “StaleSecretWatch” Kubernetes Operator. Part-01 “The Theory”Kubernetes has revolutionised the landscape of cloud computing and microservices with its robust orchestration capabilities. However…Jun 19, 2024Jun 19, 2024
Implement Stack and Queue in golangStack (LIFO), and Queue(FIFO) can be easily implemented using Slice in golang. Golang provides a built in function called “append()” which…Jan 28, 2021Jan 28, 2021
Merge two sorted linked list in golangHere I described how to merge two sorted linked list in golang. In this blog I have mentioned how to sort a linked list in golang.Jan 21, 2021Jan 21, 2021