- Move pages/{fqdn}/pages/* to pages/{fqdn}/*
- Update setup.php to look at /user/pages/{hostname}
- Prepare for Git Sync to sync pages/ to user/pages/
1.5 KiB
1.5 KiB
title, menu
| title | menu |
|---|---|
| Backend | Backend |
title: 5. Technologies To Learn sidebar: Handbook showTitle: true hideAnchor: true
Each of the links below will send you to the best resources for learning I found. As I went through learning the various technologies, I took notes. Below you'll find all the notes that I took along with resources I felt were particularly useful. I'd suggest using our notes links as you would a cheatsheet.
Backend
- Python (our notes on Python)
- Django (our notes on Django)
- Django Testing
- Pytest
- Clickhouse (enterprise database)
- Celery (we use Redis as Celery's message broker)
- Docker (our notes on Docker)