Pinned Loading
-
Flask-Tailwind-Starter
Flask-Tailwind-Starter Public templateFlask + TailwindCSS Starter Template with PostCSS+PurgeCSS
-
Setting up an Ubuntu Focal server wi...
Setting up an Ubuntu Focal server with Python, Postgres, Nginx, Gunicorn and commonly used utilities 1# Server Setup - Ubuntu 20.04 LTS Focal
23## Update system and setup Python
45```python
-
Flask-Tailwind-SAAS-Starter-Template
Flask-Tailwind-SAAS-Starter-Template PublicSAAS Starter Template using Flask and TailwindCSS
Python 2
-
Nginx Cheatsheet
Nginx Cheatsheet 1# General
2sudo apt-get install nginx-full
3sudo service nginx start
4sudo nginx -s reload
5 -
Production Deployment and Server Mai...
Production Deployment and Server Maintenance 1# Production Deployment Checklist
2- CI/CD Git Pipeline
3- Flask Assets Clean and Rebuild
4- Precommit Hooks (Black, Flake8)
5- Unit Test
-
Redis Cheatsheet
Redis Cheatsheet 1# Install Redis
2sudo apt update
3sudo apt install redis-server
4pip install redis
5# import redis
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.