I walked into the conference room with my laptop to set up the infrastructure demo. Before I could connect to the projector, someone asked me to refill the coffee first.
I had a computer science degree. I was working in infra and support. But the...
I generated 847 lines of production code in 12 minutes.
Not pseudocode. Not a prototype. Real, working Python with tests, error handling, API integration, and it works well. I described what I wanted to an AI agent, went to grab coffee, came back, a...
I wrote recently about the developer identity crisis. The weird feeling of watching AI do the work we spent years learning to do ourselves.
But naming the problem isn’t enough. I’ve been thinking about what to actually do about it. Wh...
I keep seeing variations of this pitch everywhere:
“A bug report hits Jira at 3 AM? Your autonomous agent wakes up, reproduces it, writes the fix, and opens the PR before your alarm goes off.”
That’s from Zencoder’s mar...
AI in software development is getting insanely powerful.
LLMs, copilots, agents, multi-step workflows…
…on paper, it all looks like massive productivity gains. And sometimes it is. But in practice, I’ve seen something very different happen ove...
In this tutorial, we are going to walk through an example of how to create a Restful API with Golang. We are going to cover the initial setup of the application, how to structure your app, how to handle persistence, docker config, HTTP requests ...
Test-Driven Development (TDD) has been a cornerstone of quality software engineering for decades. But as we enter the age of AI-assisted development and large language models, does TDD still hold relevance? The answer is a resounding yes—and perhaps...