
Building Pebbles: A Journey in AI Tooling
Part 1: Hello World, Meet Pebbles Part 2: From Chatting to Reading: Teaching Pebbles to See My Code I built Pebbles, a .NET CLI AI assistant, and learned a lot along the way. Here’s what happened...

Part 1: Hello World, Meet Pebbles Part 2: From Chatting to Reading: Teaching Pebbles to See My Code I built Pebbles, a .NET CLI AI assistant, and learned a lot along the way. Here’s what happened...

Part 1: Hello World, Meet Pebbles Part 3: Building Pebbles: A Journey in AI Tooling I connected Pebbles to a real AI. It felt nice. Choosing the Alibaba Coding Plan I went with Coding Plan. The ...

Part 2: From Chatting to Reading: Teaching Pebbles to See My Code Part 3: Building Pebbles: A Journey in AI Tooling AI is everywhere, and I’m overwhelmed by how little I understand and how fast t...

.NET Identity refers to the framework’s built-in system for managing user authentication and authorization. For many devs , working with Identity can be a daunting experience, especially when deali...

There have been many times where, while coding, I was facing the dilemma of choosing the appropriate LINQ method, or questioning the efficiency and speed of my code. During those moments, when I di...
In the past, when I needed to retrieve multiple values from a method, I would typically resort to either creating a new class or using an out parameter, which always felt a bit cumbersome. However,...
Debugging SQL queries can be a challenging task, particularly when trying to identify issues with an Entity Framework Core application. Fortunately, there are effective ways to view generated SQL q...
Data retrieval is an important aspect of designing efficient applications in software development. It is common for applications to require data from a database in order to function. Data access is...