News
Oct 31, 2025
Clean Code: Functions and Error Handling in Go: From Chaos to Clarity [Part 1]
- Keep functions under 50 lines (The Screen Rule)- One function = one responsibility - Use early returns instead of nested if st...
Aug 27, 2025
Forget Plug-and-Play AI—Here’s How to Roll Your Own
In this article, I’ll walk you through how to create your own AI agent in just 11 minutes using Symfony.
