排序
Django 3: Serve Django static files with NGINX
Django 3: Serve Django static files with NGINX, NOTE: This article was initially posted on my Substack, at https://andresalvareziglesias.substack.com/ Hi everyone! In the first pos...
Setting up Django for Deployment: Nginx
Setting up Django for Deployment: Nginx,In this post, you will see how to setup nginx as a reverse proxy to gunicorn and how to use it to serve up static files in Django. In the pr...
When Python Runs Your Containers (part 2)
When Python Runs Your Containers (part 2), When Python Runs Your Containers Series When Python Runs Your Containers (part 1) When Python Runs Your Containers (part 2) Welcome gentl...
Methods of Deployment with Examples
Methods of Deployment with Examples, Introduction Deployment is an important step in the software development lifecycle, as it involves shipping our code to the outside world. Maki...
Easy Web App Deployment: Python Flask, MongoDB, and Nginx with Docker Compose
Easy Web App Deployment: Python Flask, MongoDB, and Nginx with Docker Compose ,Welcome to this blog! The primary goal here isn’t to delve deeply into the code but to demonstrate h...
Deploy Simple Java Application using Docker Compose.
Deploy Simple Java Application using Docker Compose.,Goal The goal of this project is to create Docker Compose Stack to deploy a simple Java application running in Containers 3-Tie...
422 Error with @jwt_required() in Flask App Deployed on VPS with Nginx
422 Error with @jwt_required() in Flask App Deployed on VPS with Nginx,Hi everyone, I'm facing an issue while deploying my Flask application on a VPS server with Nginx. The app wor...
How to deploy any Python Web Application?
How to deploy any Python Web Application?,Hey everyone In this blog post I will explain how you can deploy any ASGI/WSGI compliant Python Web App. DISCLAIMER: Only ASGI Compliant...
A journey through Django and Docker: hands-on production deployment principles and ideas
A journey through Django and Docker: hands-on production deployment principles and ideas,The main objective of this tutorial is to give you an idea of some of the things involved p...
2020 a year of creativity and writing
2020 a year of creativity and writing,What do you see in the following picture? YOLO thinks with 58% confidence that the Cat is a Bear [{'image': '/home/pi/Desktop/2020-12-29_17-11...
Plug the Shiv App Into Nginx – Building SaaS #27
Plug the Shiv App Into Nginx - Building SaaS #27, Building SaaS (86 Part Series) 1 Building SaaS with Python and Django #1 2 Reporting scraped data - Building SaaS #2 ... 82 more p...
Deploying a Flask Application on AWS EC2
Deploying a Flask Application on AWS EC2,In this blog post, we will walk through the process of deploying a Flask application on an AWS EC2 instance. We will cover each step from s...