1 repository
Guides for choosing between different database paradigms based on specific project requirements.
Distinct from Database and ORM: Focuses on the decision-making process of selecting a paradigm, not the tools for interaction.
Explore 1 awesome GitHub repository matching part of an awesome list · Paradigm Selection Guides. Refine with filters or upvote what's useful.
backend-cheats is a comprehensive backend engineering reference guide and a collection of technical cheatsheets. It serves as a knowledge base for server-side development, networking, and computer science fundamentals, delivered as a markdown-based static site. The project provides detailed handbooks for API design, specifically covering REST and GraphQL interfaces, and software architecture patterns such as Monolithic, Microservices, and MVC. It includes a database architecture overview comparing relational and NoSQL paradigms, as well as a web security reference for identifying vulnerabilit
Offers a comparative overview of relational and NoSQL paradigms to guide the selection of storage solutions.