Daniel Sogl·Sep 16, 2025Spec Driven Development (SDD): The Evolution Beyond Vibe CodingFrom vibe coding chaos to structured AI development. GitHub Spec Kit makes AI-generated code reliable with Spec Driven Development.A response icon5A response icon5
Daniel Sogl·Apr 6, 2025Gemini Code Assist for GitHub: Automated Code Reviews with GeminiAs a solo developer working on my side project codingrules.ai, I needed an efficient way to perform code reviews without another set of…A response icon1A response icon1
Daniel Sogl·Apr 1, 2025Generating and Storing Google Gemini Embeddings with Vercel AI SDK and SupabaseText embeddings are numerical vectors representing concepts like text, enabling AI tasks such as semantic search, recommendations, and…
Daniel Sogl·Feb 9, 2025GitHub Copilot — Agent Mode ReviewThe year 2025 is dominated by the new AI buzzword: AI agents. Tools like Cursor, Windsurf, and Cline have been offering so-called agent…
Daniel Sogl·Feb 7, 2025The AI-Enhanced Developer: Maximizing Efficiency with Coding AgentsMaximizing Efficiency with Coding Agents
Daniel Sogl·Dec 31, 2024Boosting Your Angular Development Workflow with Cursor Code EditorThe software development landscape is rapidly evolving, with AI-powered tools becoming integral to modern workflows. In recent years, we’ve…
Daniel Sogl·Dec 30, 2024Enhancing Side Effects in Angular with NgRx’s signalMethodNgRx has always been a trusted library for managing state in Angular applications. With the introduction of its Signals API, developers now…A response icon1A response icon1
Daniel Sogl·Dec 11, 2024Flexible Angular Builds: A Guide to Angular 19 Build-Time Variables with DockerWhen deploying Angular applications as containers, managing environment variables at build time has always been a challenge. With Angular…
Daniel Sogl·Dec 4, 2024Functional Programming in Angular: Exploring inject and ResourcesAngular’s evolving ecosystem is shifting toward a more functional and reactive programming paradigm. With tools like Signals, the Resource…A response icon2A response icon2
Daniel Sogl·Nov 15, 2024From Flaky to Flawless: Angular API Response Management with ZodManage Angular API responses with Zod: Validate backend data, prevent runtime errors, and enhance app resilience with TypeScript schemas