-
Let’s create ninja! sub-agent agile team
One long chat with one AI assistant works for small tasks. It starts to break down when the work has stages: understand the idea, plan it, build it, test it. Context gets muddy, and the assistant happily skips steps. The fix is orchestration. Give each stage to a focused agent, make each agent write a file, and let the next…
-
is is too late to learn machine learning?
Machine learning becomes famous lately, many people are learning Machine learning because of the potential in the era of AI. On this post, i want to share some highly recommended books for beginners in…
-
9 Key Skills as DevOps Engineer
DevOps Engineer has essential role to make sure the development and operation is efficient. On this post, we discuss 9 keys skill that we need to prepare as DevOps engineer
Tagged devops -
Creating database unit test with GitHub Copilot
Step-by-Step Guide Example Explanation Using GitHub Copilot, you can generate similar unit tests by providing clear prompts and leveraging its code suggestions to streamline the process.
-
Things that you need to do to improve App Services
Here are some tips and tricks to improve the performance of the application .net at Azure App Services: By applying these tips, you can improve your .net application performance at Azure App Services. Are…
-
The Fastest Data Access Library on NET
In the past, we have ADO.NET that use data reader and dataset that provides awesome performance in .NET era. Some of our customer uses ORM like XPO or Core Entity Framework that works just…
-
Hardware setup to deliver online training
In the era of digital transformation, virtual training has become a cornerstone for educational institutions and corporations alike. Microsoft Teams, a hub for teamwork and communication, offers a robust platform for conducting virtual training…
-
The Choice of ASP.NET Platform
When developing an ASP.NET Core application, you have several choices for structuring your application into different layers. Here are some common choices for each layer: Presentation Layer Business Logic Layer Data Access Layer Other…
-
Role Product Owner when Changes Happen
The Product Owner is not just a passive participant in the change process; they are active change leaders. They must embrace change, using it as an opportunity to innovate and improve the product. By…
-
Game Library, Game Framework, and Game Engine which one?
In the video game development, there are three ways how we develop of video games. On this article, we discuss how to understand the different types of video games tools such as game library,…
Tagged video game