Stack
Frontend
- React + TypeScript — base di ogni UI che scrivo
- Vite per tooling veloce
- Tailwind CSS per styling
- React Router per SPA multi-pagina
Backend
- Node.js + Express per API REST
- Socket.io quando serve realtime
- MongoDB / PostgreSQL / SQLite a seconda del caso
- Auth con JWT e hash bcrypt
Infra & DevOps
- AWS — EC2, S3, DynamoDB, Amplify, Lambda
- Linux — amministrazione server, SSH, systemd
- Docker per packaging e deploy riproducibili
- Vercel / Netlify per frontend statici
Strumenti AI
- Google Gemini per generazione contenuti contestuali
- ChromaDB / embedding per ricerca semantica
- Integrazioni LLM in pipeline business
Altro
- Git + GitHub workflow
- Testing (Jest, Vitest)
- Responsive + accessibilità di base