This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Szabolcs Székely | |
| Budapest, Hungary LinkedIn, X: @helloszekely | |
| Full-Stack Developer delivering production-grade software with focus on backend services, RESTful APIs, | |
| and cloud deployments. Strong TypeScript/Node.js background, actively expanding Python and Azure. | |
| SKILLS | |
| Languages & Frameworks: TypeScript, JavaScript (ES6+), Python (expanding), Node.js, React, Next.js, SQL | |
| Databases: PostgreSQL, MySQL, NoSQL, Vector Databases, Supabase, Pinecone | |
| Cloud & DevOps: Git, Docker, GCP, AWS, Azure (learning), CI/CD, REST APIs, Prisma ORM | |
| AI & ML: LangChain, Vercel AI SDK, Vector Embeddings, RAG Systems, LLM Integration, Semantic Search |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Schema Generation Playbook | |
| ## Overview | |
| This playbook provides a systematic approach to generating comprehensive, production-ready schemas for any domain. It combines domain expertise, automated research, and validation to ensure high-quality results. | |
| ## Core Principles | |
| ### 1. Domain-First Approach | |
| - **Always start with domain analysis** - Understand the specific requirements and patterns | |
| - **Research before generating** - Use MCP tools to gather relevant information |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # The 2025 Solo Dev's Next.js Starter Stack | |
| ## Project Overview | |
| You are helping to set up a modern Next.js application using the cutting-edge 2025 stack. This setup is designed for solo developers who want to ship fast without analysis paralysis, using the latest stable versions and industry best practices. | |
| ## Core Technology Stack | |
| ### 1. Framework & Runtime | |
| - **Next.js 15.3.5** - Using App Router (not Pages Router) | |
| - **React 19.0.0** - Latest React version |