Connecting a FastAPI Docker Container to a Local PostgreSQL DatabaseIn this article, we will explore the process of connecting a FastAPI project running inside a Docker container to a local PostgreSQL…Jun 27, 2023Jun 27, 2023
Simplify Cloud Development with LocalStack: Installation, Alias Setup, and S3 Bucket WalkthroughLocalStack has become an invaluable tool for developers seeking to replicate and test cloud-based environments locally. In this guide…Jun 25, 2023Jun 25, 2023
Create Periodic Tasks with Django and CeleryDjango is a high-level Python web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers…Sep 8, 2022Sep 8, 2022
Add “open with vscode” to your MAC context menuI’m tired of every time I go to a folder and open a terminal there, then typing the famous command: `code .`Nov 3, 2021Nov 3, 2021
Send emails through Django using your own domain name with Google WorkspaceThere are many people who want to send emails like ‘support@site.com’ or ‘no-reply@website.com’. But there are few sources that explain…Mar 16, 2021Mar 16, 2021
How To Set Up Django with Postgres, Nginx, and Daphne (Django Channels) on Ubuntu 20.04In this tutorial you will learn how to deploy your django (django channels) web app with daphne, postgresql and nginx on VPSFeb 13, 20211Feb 13, 20211