Tag: golang
-
Harmonize ALL THE THINGS!
Backend engineer? Frontend Engineer? DevOps, oh wait, Platform engineer? Anyway: if you’ve spent more than five minutes building a modern distributed system, you’ve lived this meme. You start with a grand vision of a unified architecture, but by lunchtime, you’re screaming into a Chat channel because a field named UserID in your Go code somehow…
-
Chess, Kings, Rooks and FENs – Review code – With AI
Ok, so one of the tedious things in software engineering is reviewing code. Why not use an AI model to do that? Would that be difficult? Not if the AI that we use is somewhat familiar with code and knows how to digest a nice git diff command. Code review: Let’s put it to the…