Awesome-omni-skill backend-development
Build robust backend systems with modern technologies (Node.js, Python, Go, Rust), frameworks (NestJS, FastAPI, Django), databases (PostgreSQL, MongoDB, Redis), APIs (REST, GraphQL, gRPC), authentication (OAuth 2.1, JWT), testing strategies, security best practices (OWASP Top 10), performance optimization, scalability patterns (microservices, caching, sharding), DevOps practices (Docker, Kubernetes, CI/CD), and monitoring. Use when designing APIs, implementing authentication, optimizing database queries, setting up CI/CD pipelines, handling security vulnerabilities, building microservices, or developing production-ready backend systems.
git clone https://github.com/diegosouzapw/awesome-omni-skill
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/development/backend-development-trongdepzai-dev" ~/.claude/skills/diegosouzapw-awesome-omni-skill-backend-development-f76936 && rm -rf "$T"
skills/development/backend-development-trongdepzai-dev/SKILL.mdBackend Development Skill
Production-ready backend development with 2025 best practices and code patterns.
Quick Decision Matrix
| Need | Choose |
|---|---|
| Fast development | Node.js + NestJS |
| Data/ML/AI | Python + FastAPI |
| High concurrency | Go + Gin |
| Max performance | Rust + Axum |
| Edge/Serverless | Hono / Elysia |
| ACID transactions | PostgreSQL 17 |
| Flexible schema | MongoDB |
| Caching/Sessions | Redis |
| Internal APIs | gRPC |
| Public APIs | REST / GraphQL |
| Type-safe fullstack | tRPC |
Implementation Checklist
[ ] API Design (references/api-design.md) [ ] Authentication (references/authentication.md) [ ] Database setup (references/databases.md) [ ] Security hardening (references/security.md) [ ] Observability (references/observability.md) [ ] Testing strategy (references/testing.md) [ ] DevOps/CI-CD (references/devops.md)
2025 Key Updates
| Area | 2025 Best Practice |
|---|---|
| Auth | OAuth 2.1 + PKCE mandatory, Passkeys/WebAuthn |
| Security | OWASP 2025, Zero Trust Architecture |
| DB | PostgreSQL 17, pgvector for AI, serverless DBs |
| Observability | OpenTelemetry standard |
| Frameworks | Hono, Elysia for edge; Effect-TS for FP |
| AI Integration | LLMs as probabilistic components |
Core Patterns (2025)
API: REST (CRUD) → GraphQL (complex) → gRPC (microservices) → tRPC (TypeScript)
Auth: OAuth 2.1 + PKCE → Passkeys → JWT (short-lived) → Refresh rotation
DB: Connection pooling → Indexing → Read replicas → Sharding
Security: Zero Trust → Input validation → Parameterized queries → Rate limiting
Testing: Unit 70% → Integration 20% → E2E 10% → Contract tests
Reference Navigation
API & Architecture:
- REST, GraphQL, gRPC, tRPC patternsreferences/api-design.md
- Microservices, serverless, event-drivenreferences/architecture.md
Security & Auth:
- OWASP 2025, Zero Trust, input validationreferences/security.md
- OAuth 2.1, Passkeys, JWT, sessionsreferences/authentication.md
Data & Performance:
- PostgreSQL, MongoDB, Redis patternsreferences/databases.md
- Caching, optimization, scalingreferences/performance.md
Quality & Operations:
- Testing pyramid, frameworks, CI integrationreferences/testing.md
- Docker, K8s, CI/CD, monitoringreferences/devops.md
- OpenTelemetry, tracing, loggingreferences/observability.md
Code Patterns:
- Latest approach snippets for plannersreferences/code-patterns.md
Resources
- OWASP Top 10 2025: https://owasp.org/Top10/
- OAuth 2.1: https://oauth.net/2.1/
- OpenTelemetry: https://opentelemetry.io/
- PostgreSQL 17: https://www.postgresql.org/docs/17/