Skip to main content

Essential modules for developing applications with FastAPI (P1 - Migration)

· 5 min read
Bach Pham
Software Engineer

Today, I say “Hi FastAPI”.

Recently, FastAPI has become increasingly popular, partly driven by the current trend of AI innovation. In my opinion, being modern, robust, fast, and micro is what makes me fall in love with this framework.

This post comes with some modules that you will want to have in your project.

Zero-downtime Deployments with Docker Compose & Nginx

· 5 min read
Bach Pham
Software Engineer

Hey, welcome to my blog!

Introduction

A few months ago, I worked on a project that utilized Docker and Nginx to deploy the product on Digital Ocean’s VPS. Everything at that time was quite primitive, I had to set up everything from scratch. From containerizing the application to creating a CI/CD pipeline to build, manage, and deploy different Docker image versions.

Welcome

· One min read
Bach Pham
Software Engineer

Hello world!

Like many other software engineers, I have a passion for writing code and exploring new technologies and techniques in the industry.