tech_stack_guide

Technology selection guide with trade-offs, use cases, and integration patterns for modern fullstack development.

Content Preview
# Fullstack Tech Stack Guide

Technology selection guide with trade-offs, use cases, and integration patterns for modern fullstack development.

---

## Table of Contents

- [Frontend Frameworks](#frontend-frameworks)
- [Backend Frameworks](#backend-frameworks)
- [Databases](#databases)
- [ORMs and Query Builders](#orms-and-query-builders)
- [Authentication Solutions](#authentication-solutions)
- [Deployment Platforms](#deployment-platforms)
- [Stack Recommendations](#stack-recommendations)

---
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/tech_stack_guide.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/engineering-team/senior-fullstack/references/tech_stack_guide.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at engineering-team/senior-fullstack/references/tech_stack_guide.md

Related Skills