A collection of resources for full stack development and Continuous Integration/Continuous Development. In case something is missing or a link is not working, please create an issue here.
- API Design Guidelines
- Django
- Angular
- CSS
- SSH Connect securely to a remote server.
- SSH for Windows
- Bash script Automate repetetive workflows.
- FileZilla Access files on a remote server similar to your local files.
- SSH tunneling Enables testing code localy developed on a remote server before deploying anything to production.
- Remote display - X11 Access a remote server from your local computer with a graphical user interface, alike to when logging to your own computer.
- What is WSGI: Web Server Gateway Interface?
- Gunicorn and Nginx in a nutshell
- Nginx
- Squid server
- Nginx vs Squid
- Gunicorn
- Cythonize
- Docker
- Commands Cheat Sheet
- Dockerfile cheat sheet
- Optimizing Your Dockerfile
- All platforms Docker standalone .deb files. Useful for offline installation
- Debug docker image I
- Debug docker image II
- How to solve UnicodeDecodeError in Python 3.6? (answer by Daniel)
- Run Docker as non-root user I (non secure)
- Run Docker as non-root user II
- Save and load Docker images as files (answer by Booba Skaya). Useful for offline Docker image import/export
- How to check if a process is running inside docker container?
- Linux Offline Docker installation
- Performance