Create a complete team with agents
In the current day and age, everyone has an entire team at their disposal. But how should you handle that?
Thoughts on software development, outdoor adventures, and everything in between.
In the current day and age, everyone has an entire team at their disposal. But how should you handle that?
Have you ever wanted to build your own Android app? We'll in this story we're going to dive straight into the details on how to do this!
A couple of weeks ago Microsoft has released C# 12 which packed a lot of new features. In the upcoming weeks I'll be diving into these update and writing about it.
This blog now includes a new category of posts.
I've been trying to get Playwright to work in my devcontainer running on a Macbook M4 pro
In the latest posts, you'll see a change in the content to help you find the information you're looking for.
When using an agentic team, it is important to have guardrails in place to protect the quality of your codebase.
Create your own team with different specialists using agentic AI.
All the agents in your team should properly work together and have access to the same knowledge, just like in a regular team. To accomplish this we can make use of the Copilot instructions.
Everything you read nowadays is about AI, so why not dig a little deeper into it.
To ensure our agents can execute commands only in an isolated environment, we use Dev Containers in Visual Studio Code.
Have you ever wanted to test if a solution or algorithm you've written or refactored is performing faster than the previous iteration? In this post, we'll take a look at how you can use the BenchmarkDotNet library to write benchmarks for your C# code.