Related Posts
No More Forgetful Robots: My Test Drive with Cognee AI’s “AI Memory”
If you’ve played around with AI chatbots like Gemini or ChatGPT, you know they’re super smart, but they…
Beyond `omitempty`: Understanding `omitzero` in Go 1.24
Preface In Go version 1.24, the encoding/json package introduced the omitzero tag, making the behavior of ignoring zero-value…
CI/CD Part 1: Unit/Integration Testing
This week, in a setup for a CI/CD pipeline, I added unit and integration testing using Pytest to…