| name | Backend Development |
|---|
Boost your backend development skills with these top free resources:
Structured Learning Paths
- Roadmap - A comprehensive guide to backend technologies and concepts.
Backends
- SQLlite (recommended) - Lightweight, disk-based database.
- PostgreSQL (recommended) - Advanced, open-source relational database.
- Mongodb (only pick if you have to.) - NoSQL database for flexible, JSON-like documents.
- Redis - In-memory data structure store, used as a database, cache, and message broker.