Deploying FastAPI with Uvicorn on DigitalOcean

If you’re currently in the process of deploying your FastAPI project on DigitalOcean using Uvicorn and encountering issues with proper execution, you’ve come to the right place. In this blog post, I will walk you through the steps to overcome common challenges and ensure a smooth deployment. One common issue when deploying FastAPI with Uvicorn […]

Read more.

Setup DigitalOcean spaces in django

Here I will explain how to set up DigitalOcean spaces in the django app, one of the popular products in DigitalOcean. Before you start reading this post, you are reading this post as an expert user, so I won’t explain simple points. The first step is to install Django, gunicorn, Django-storages, and boto3 packages using pip: pip install […]

Read more.

Digital ocean infrastructure shocked me.

My current job is as a full-stack developer on an international project. My task is to develop scalable social media for this project. However, it is a new social media platform, and we are developing a new project. We use Next.js for front-end development and Django for back-end development. For this project, I chose digital […]

Read more.