Tutorials, tips, and insights on coding with AI
The AI tooling space is moving fast; every day brings fresh ideas, hacks, and utilities. Much of this momentum comes from AI itself and from talented people who
The main drawback of current AI-powered IDEs like Cursor, Windsurf, or Copilot is that they are based on prompt engineering and rely on closed-source tools. We can do better!
In this article I will show you how to use VSC-MCP together with RepoMix to add new tools. The goal for this post is to implement a `find_references` tool with Claude Desktop.
In this article I will show you how to analyze a codebase using Repomix and ChatGPT with the o3 model
Ever asked an AI assistant to change a function logic, and instead of simple update, it ends up rewriting chunks of unrelated code?
In this article I will explant why I think programming with AI is a must and why I pivoted from mobile app development to ai-first development
In this article we will see a way to integrate Freezed with Bloc and Built Value to manage state in a Flutter App.
In this article we will see three different way to write a Counter App using Streams, RxDart and Flutter Hooks.
In this article we will see how to make Async Redux and Built Value work together in a real world Flutter app and analyze the pros and cons.
GraphQL CodeGen is a tool to fetch the GraphQL schema types directlly from the graphql server endpoint and generate TypeScript typings
An introduction to Flutter ecosystem: from time before Flutter, talking about changes in the Mobile App Development space, to a Real World example