Gergely Szerovay
@gergelyszerovay.bsky.social
16 followers 53 following 35 posts
🚀 Follow along my journey in AI-boosted development at AiBoosted.dev 💻 IT engineer, full stack dev and data scientist with more than twenty years of experience, editor at AngularAddicts.com
Posts Media Videos Starter Packs
gergelyszerovay.bsky.social
The Angular team released a set of instructions to help LLMs generate correct code that follows Angular best practices:

angular.dev/ai/develop-w...
gergelyszerovay.bsky.social
supabase-mcp enables the assistant to:

✨ Manage tables and fetch configurations
📊 Execute SQL queries and apply migrations
🚀 Deploy Edge Functions
🌳 Create and manage development branches
💻 Generate TypeScript types based on database schemas
gergelyszerovay.bsky.social
🚀 @supabase.com released an MCP server that bridges the gap between your AI assistants and databases! It allows AI assistants like #Cursor, #Claude, and #Windsurf to directly connect with your Supabase projects.

#AI @windsurfai.bsky.social @cursor.com.web.brid.gy

supabase.com/blog/mcp-ser...
Supabase MCP Server
Connect your AI tools to Supabase using MCP
supabase.com
gergelyszerovay.bsky.social
🅰️ Angular v20 will support the ** (exponentiation) operator in templates:

@angular #angular #typescript
gergelyszerovay.bsky.social
🇹🇸 As of TypeScript 5.5, there is a new 'Inferred type predicates' feature which improves type narrowing:

#typescript #angular
gergelyszerovay.bsky.social
🚀 Chrome v135 now supports the native Observable API:
gergelyszerovay.bsky.social
🚀🤖 OpenAI released Codex CLI, an open-source local coding agent:

npm i -g @openai/codex
gergelyszerovay.bsky.social
🚀 I've combined VS Code Dev Containers with Claude Desktop for a secure, isolated coding environment. Zero API costs. Check out my guide on building a Tic-Tac-Toe game in both #React and #Angular with this setup:

www.aiboosted.dev/p/ai-develop...

#claude #llm #ai
How to make your development workflow more effective with Claude
A cost-efficient and secure coding process using Claude Desktop & Dev containers
www.aiboosted.dev
gergelyszerovay.bsky.social
📰"Cracking the code of vibe coding"
✍️ by @petesena.bsky.social
gergelyszerovay.bsky.social
These techniques work for any structured knowledge:

- Company documentation
- Product manuals
- Legal documents
- Technical specifications

Follow me for more on AI-assisted development!
gergelyszerovay.bsky.social
Future directions:

- Multi-collection retrieval across documentation sources
- Adaptive retrieval strategies based on question type
- Token-based retrieval limits for efficiency
- Hierarchical document retrieval for context continuity
gergelyszerovay.bsky.social
The 3-Step Method adds multi-query retrieval:

- Generate multiple variations of your question
- Retrieve docs across all query variations
- Consolidate the most helpful information
- Synthesize a comprehensive answer
gergelyszerovay.bsky.social
The 2-Step Method separates retrieval from synthesis:

- First gather relevant documents
- Identify the most valuable chunks
- Generate focused responses from filtered context

Result: More precise, authoritative answers.
gergelyszerovay.bsky.social
Basic RAG is just the beginning. In this article, I demonstrate how to move from simple queries to advanced retrieval methods that get more precise answers from technical documentation.

All techniques demonstrated using Angular docs, but applicable to any domain!