Update emory, memory (+6 ~3)
This commit is contained in:
44
memory/2026-03-18.md
Normal file
44
memory/2026-03-18.md
Normal file
@@ -0,0 +1,44 @@
|
||||
# 2026-03-18 (Miercuri)
|
||||
|
||||
## YouTube Video - GStack (Y Combinator CEO)
|
||||
|
||||
**Link:** https://youtu.be/kLq5p43huYQ
|
||||
**Titlu:** The toolkit from Y Combinator CEO that Will Makes Claude Code Amazing
|
||||
**Salvat:** memory/kb/youtube/2026-03-18-gstack-ycombinator-claude-code.md
|
||||
|
||||
**Conținut:** Gary Tan (CEO Y Combinator) a creat GStack - toolkit pentru Claude Code cu 9 workflow-uri specializate:
|
||||
- Plan CEO review, plan engineering review, ship, QA, review
|
||||
- Headless browsing (Playwright)
|
||||
- Integrare Grepile (code review automat)
|
||||
- QA diff-aware (testează doar ce s-a schimbat)
|
||||
- Auto PR creation
|
||||
|
||||
Demo impresionant: feature screenshot tweet cu dark/light mode, multiple aspect ratios, custom backgrounds - totul generat autonom.
|
||||
|
||||
**Recomandare:** ✅ RECOMAND explorare GStack - workflow-uri structurate pentru PRD → implementare, se potrivește cu fluxul curent (Opus planning → Sonnet implementare), ar putea înlocui/completa Ralph pentru proiecte mai complexe.
|
||||
|
||||
**Controversă:** "Markdown is the new code" - modelele noi obey Markdown instructions 90-95%, dar GStack are și TypeScript/implementare.
|
||||
|
||||
---
|
||||
|
||||
## YouTube Video - Tech Stack pentru Claude Code
|
||||
|
||||
**Link:** https://youtu.be/e6fqES1ygAQ
|
||||
**Titlu:** Claude Code + The Right Tech Stack = Apps That Actually Work
|
||||
**Salvat:** memory/kb/youtube/2026-03-18-claude-code-tech-stack.md
|
||||
|
||||
**Conținut:** Tutorial pentru vibe coders despre tech stack production-ready. Problema: aplicațiile create cu Claude Code par să funcționeze, dar se dărâmă în producție. Cauza: nu înțeleg tech stack-ul.
|
||||
|
||||
**Tech stack recomandat:**
|
||||
- **Next.js** - front + back end (NU React + Express separat)
|
||||
- **PostgreSQL** - database (NU SQLite în producție!)
|
||||
- **Drizzle ORM** - query layer (type-safe)
|
||||
- **Better Auth** - authentication (NU vibe code securitatea!)
|
||||
|
||||
**Demo:** Migrare bookmark manager de la Local Storage → SQLite → PostgreSQL + Docker + Better Auth.
|
||||
|
||||
**Pattern prompting:** "This needs to be production ready. We deploy to Vercel. What tech stack?" - agent-ul alege tech stack potrivit pentru deployment target.
|
||||
|
||||
**Boilerplate gratuit:** Template cu tot stack-ul pre-configurat (link în video).
|
||||
|
||||
**Recomandare:** ⚠️ AȘTEPT - Important pentru înțelegere arhitectură, dar Marius lucrează VFP9 + Oracle + Vue.js, NU React/Next.js. Relevant pentru proiecte noi sau learning viitor, nu pentru roa2web curent.
|
||||
Reference in New Issue
Block a user