Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 578 Bytes

File metadata and controls

16 lines (11 loc) · 578 Bytes
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.