7 Reasons to try Advent of CodeThese days, the Advent of Code challenge is running, with people (and AI) all around the world trying to solve 24 programming exercises of…2d ago2d ago
Software Review: PostingAfter my previous review of Lazygit, I’m continuing my journey into terminal-based GUI applications for developers. Today, let’s talk about…Dec 2Dec 2
Published inTowards DevAbsorb Your Git FixupsIf you often find yourself struggling with Git to identify the correct commit to attach your fixup commits, here’s a tool that might save…Nov 18Nov 18
Why You Should Communicate PubliclyToday, communication in tech companies mostly happens over text — platforms like Slack, Mattermost, or Microsoft Teams dominate the scene…Nov 11Nov 11
Project Idea: Changelog AggregatorA web tool to aggregate changelogs, letting users subscribe, filter updates, and get alerts on new features and fixes.Nov 4Nov 4
How to Communicate Effectively as a Code ReviewerCode reviews aren’t just about the code — they’re about effective communication. Want to level up your reviews? Start here.Oct 28Oct 28
Software Review: LazygitReviewing Lazygit, a fast terminal-based Git UI with vim keybindings that simplifies staging, rebasing, and more.Oct 21Oct 21
How to Effectively Present a Bugfix in Two Steps Using Unit TestsLearn how to effectively present a bugfix using unit tests in two steps: first, expose the bug, then implement the fix.Oct 14Oct 14
Isolate your business logicIsolate your business logic to simplify testing, decouple from technical layers, and ensure maintainable, consistent software architecture.Oct 7Oct 7