Deploy React on AWS Amplify Using Terraform
Recently, I received a question from a software engineer that I was determined to help solve: I would like to deploy my AWS Amplify React project using Terraform so that I can automate my workflow and...
View ArticleAutomate Routine Tasks With an Ad-Hoc Ansible Script
No one wants to spend an entire day running a manual script on a thousand servers. Fortunately, many processes like this can be automated using Ansible. For example, imagine you are given a task to...
View ArticleDockerize a Rust Application with AWS ECR and GitHub Actions
I have heard many exciting things about programming in Rust, so I decided to use Rust for one of my applications. Using the combination of Rust and Docker is quite interesting. Rust is a system...
View ArticleHow to Run Databases on Kubernetes: An 8-Step Guide
Even though almost no one questions using Kubernetes (K8s) to manage container applications today, a lot of engineers (including me) remain very skeptical about running databases on Kubernetes....
View ArticleBuilding a Dockerized Todo App With React, Chakra UI and Rust
A Dockerized todo app is a to-do list application that is packaged and run within a Docker container. By using Docker to create a container for the app, it makes it easier to run, scale and deploy. By...
View ArticleBuild a Serverless Todo App With AWS, Pulumi and Python
Developers charged with building modern, scalable applications often face the burden of having to learn new skills, but there are alternatives that can speed and simplify their work. This tutorial...
View Article