How to Use Agent Skills in OpenCode
AI coding assistants are getting better at writing code, but they still struggle with one thing: process. They jump straight into implementation without understanding the problem, skip verification...
AI coding assistants are getting better at writing code, but they still struggle with one thing: process. They jump straight into implementation without understanding the problem, skip verification...
Custom field is powerful to wordpress development this post will show the example how to display custom field in list table page. In this example i’ll create post type Movie to store content and...
When you have a lot of process to do in your C# app, but if you do it sequentially it’s take so long. So, you can do it concurrency, this is all you have to see. TLDR; let’s me show the code fi...
When publish dotnet app to release many file appear in /Release folder. But if you don’t like it that way and love to compact those file in single file, it could be better. So define property like ...
xampp default port is 80 and 443 if you have many project and want to setup project with difference port in xampp called “Virtual Hosts” this is how to setup virtual host in xampp for difference po...