PinnedBuild 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 173Jan 173
PinnedBeginner’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
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, 20244Nov 23, 20244
PinnedMy 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
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, 202415Aug 19, 202415
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, 20242Jul 20, 20242
How I Effortlessly Dockerize Python-Based AWS Lambda FunctionsAs a Software Engineer, i would like to learn how to dockerize my Python Fast API Framework and use this dockerize application in my lambda…Jun 7, 20243Jun 7, 20243
How important is having great soft skills as a Software Engineer for personal growth and career…As an Engineer, I would like to understand what I need to do to ensure that my soft skills are equally as good as my technical skills…May 26, 20242May 26, 20242
Published inStackademicHow I Use Terraform to Deploy My AWS Amplify React ProjectAs a Developer, I would like to deploy my AWS Amplify react js project using Terraform so that I can automate my workflow. I will like to…Apr 1, 20249Apr 1, 20249
Published inPython in Plain EnglishHow I use Ansible to automate routine tasks by running an Adhoc scriptAs a Platform Engineer, I would like to run a script on over 1000 servers and i don not want to spend the whole day running script…Mar 31, 2024Mar 31, 2024
Why i use a smaller docker image part IWhat is Docker? Docker is a famous platform for building, shipping, and running container applications. What are containers? Containers are…Mar 27, 2023Mar 27, 2023
My personal experience using kubecost in Kubernetes environmentWhat is Kubernetes? Kubernetes which is also referred to as k8. k8 is an open-source container orchestration platform that automates…Mar 19, 2023Mar 19, 2023
My personal experience with a split-brain scenario in MSSQL ServerThe split-brain scenario in a database environment is a situation whereby the communication link between two different sites is broken, as…Sep 11, 20211Sep 11, 20211
Tackling security vulnerability at an early stage in SDLCAs a Software Engineer, I will like to detect security vulnerabilities early enough in my codebase before committing my code.Aug 24, 20211Aug 24, 20211
Using GitHub Actions to build packer AMI on AWSGitHub Actions is a very cool tool for automating CI/CD pipeline workflows or any routine task. Once the code resides in Github, automating…Jul 13, 2021Jul 13, 2021
The production database just went down! What do I do?A few of my colleagues can relate with the title of this article, they might have experienced an issue with the database in production…Apr 3, 2021Apr 3, 2021
Implementing HA on MSSQL Server (AlwaysOn Availability group)in an on-premise environment (Part 1)I am very passionate about having a disaster recovery architecture, plan and strategy. This is very important for business continuity. I…Feb 1, 20201Feb 1, 20201
Why i choose to use memory optimized table in MS SQL Server in some circumstancesI was supporting an application which will be making a lot of concurrent calls to the database. The application which will be widely used…Feb 27, 2019Feb 27, 2019
How to upload a vagrant file while provision a serverI was recently introduced to vagrant and i found it very interesting. I picked up a task that which is creating virtual machines using…Jan 4, 20192Jan 4, 20192