PinnedDeploy a Dockerized Python TODO App to Azure Container Apps Using Pulumi and Azure Key VaultIn this post, I will guide you on how to deploy a dockerized simple flask-based TODO application to Azure Container Apps using Pulumi. You…Apr 18Apr 18
PinnedSecret management using Pulumi ESC SDK and Azure Key VaultThis is a submission for the Pulumi Deploy and Document Challenge: Shhh, It’s a Secret!Apr 7Apr 7
PinnedSecuring Kubernetes With External Secrets Operator on AWSHere’s a way to centralize management, rotate secrets conveniently without downtime, automate synchronization and reduce secret exposure…Mar 151Mar 151
PinnedHow to Run Databases on Kubernetes: An 8-Step GuideIn this step-by-step tutorial, learn how to run MySQL, PostgreSQL, MongoDB, and other stateful applications on Kubernetes.Nov 23, 2024Nov 23, 2024
Build a Serverless Todo App With AWS, Pulumi, and PythonTry this step-by-step guide to build and deploy a scalable serverless app that’s accessible through a RESTful API.Jan 17Jan 17
Beginner’s Guide: Building a Dockerized Todo App with React, Chakra UI, and Rust for BackendIn a containerized app, React and Chakra UI provide a robust and accessible user interface, while Rust delivers performance and safety on…Nov 30, 2024Nov 30, 2024
My personal experience Dockerizing a Ruby on Rails Application: Deploy to AWS ECR using Github…I recently received a request on how to Dockerize a Ruby on Rails application after a user reviewed the article I wrote on Dockerizing a…Aug 19, 2024Aug 19, 2024
Python: How to use secrets stored in azure key vault in your Pulumi projectSoftware Engineers are excited to create Infrastructures just like DevOps Engineers. However, other IaC tools like Terraform and…Aug 15, 2024Aug 15, 2024
How I implemented database migration on AWS using AWS DMSAs a Software Engineer, I would like to replicate a copy of my database from on-premise infrastructure to AWS. This will require me to look…Jul 20, 2024Jul 20, 2024
My personal experience dockerizing a Rust Application: Deploy to AWS ECR using Github ActionsI have heard about many interesting things about programming in Rust and I decided to use Rust for one of my applications. I enjoyed the…Jul 20, 2024Jul 20, 2024