Learn how to protect Terraform resources from accidental deletion using lifecycle.prevent_destroy and enable_deletion_protection. A must-read guide for DevOps engineers who value safe and stable infrastructure.
Blogs in category: Devops
Learn how to build custom authentication APIs using AWS Cognito, Lambda, and API Gateway — without managing a single backend server. A serverless approach to secure, scalable, and cost-effective centralized auth.
Secure Authentication for Python Apps with AWS Cognito
October 20, 2024Simple Python web application using Flask and AWS Cognito for authentication. The application supports both Hosted UI and custom login page for user authentication.
How to setup lightweight LDAP Server with docker
February 15, 2022This blog aims to build an LDAP Server with docker and docker-compose. It serves useful to deploy temporary LDAP server for poc’s and testing our Microservices.
Build Spring Boot Helloapp in simple steps
January 10, 2022A Helloapp to demonstrate the workflow and the tools features. I have built this app with Java using Spring Boot to build the MVC framework.
Vagrant box – customized with simple steps
November 10, 2021In this blog, we would go through steps to build custom vagrant box to use for environment provisioning.
Cloud Native Buildpacks provide capability to transform app source code to image. Being kubernetes-native, buildpacks provide an intuitive & robust image builds
Jenkins install on kubernetes in 3 simple steps
April 23, 2021A step-by-step guide to install a production grade Jenkins devops tool using helm chart on Kubernetes to serve CICD pipelines for same or different environment.