Collection of tutorials for various libraries and technologies.
- Mongo DB as docker container - Tutorial and sample scripts how to run Mongo DB as docker container.
- MkDocs - Static site generator written in Python with tons of extensions.
- Docker-Mediawiki - Run Mediawiki as docker image with data stored in mysql or sqlite db and host
- Docker-Mysql - Run Mysql as docker image with data stored on the host
- Gunicorn - Run Django/Python apps with gunicorn WSGI http server
- Linux-Hardening - How to improve linux public server configuration
- Linux-Setup - How to setup linux
- Nginx - How to configure nginx
- Python - Deep dive into Python's world
- SQLAlchemy - Code samples how to use Core, SQL MetaData, Expressions and ORM
- Supervisor - Process monitor for linux. Ensure services are up and running (e.g. Gunicorn)
- Uncomplicated Firewall - UFW - Linux firewall and configuration
- Python's Virtual Environment - How to setup and manage virtual environments in python