You are here |
blog.miguelgrinberg.com | ||
| | | |
blog.chand1012.dev
|
|
| | | | In this tutorial, we will be setting up a Flask server using Gunicorn and NGINX on Ubuntu 18.04 LTS. Requirements Any system running Ubuntu 18.04 LTS with SSH enabled. An SSH client. Installing After connecting via SSH to your server as root, run the following commands to install the required programs: apt update apt upgrade -y apt install nginx python3 python3-pip python3-venv This will install Python, NGINX, and the virtual environment needed to run the app. | |
| | | |
threedots.tech
|
|
| | | | Welcome to the first article from the series covering how to build business-oriented applications in Go! In this series, we want to show you how to build applications that are easy to develop, maintain, and fun to work with in the long term. The idea of this series is to not focus too much on infrastructure and implementation details. But we need to have some base on which we can build later. | |
| | | |
blog.adnansiddiqi.me
|
|
| | | | Learn the basics of Elasticsearch, its setup, and implementation in Python. | |
| | | |
wandb.ai
|
|
| | Learn why maintaining a dynamic ML model registry for collaborative teams is a best practice in machine learning and how to create one using Weights & Biases. |