PinnedSourav PatnaikinDev 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
PinnedSourav PatnaikinDev 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
PinnedSourav PatnaikCreate Custom Terraform Provider : Part 03We are going to Publish our Custom Terraform Provider into Terraform Registry.Feb 11, 2022Feb 11, 2022
Sourav PatnaikHow 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 28Aug 28
Sourav PatnaikinDev 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 19Jun 19
Sourav PatnaikImplement 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
Sourav PatnaikMerge 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