CodingBerry
CodingBerry is an independent software studio building practical products and publishing the engineering behind them.
Software
Featured Products
PdfCrop
PdfCrop by CodingBerry automatically crops uneven PDF margins on Windows and Linux. Process files locally, review every change, and restore original pages.
Insights
-
Abstraction: The Timeless Skill Behind Great Software
Abstraction lets software engineers manage complexity, communicate intent, and build clear systems—from electrical signals to AI-assisted development.
-
A Tale of Garbage Collection
There's a particular kind of bug I love. The kind that's been sitting in production for months, where two or three good engineers have already had a swing at it..
-
Migration from .Net Framework MVC to Blazor WebAssembly
One of the reasons why companies are stuck with old frameworks is how hard it is for them to migrate to a new one. Many factors can contribute to this ...
-
Closure in C#
With any powerful tool, there are some basic concepts that we need to understand to avoid that subtle bugs lurk in our codebase. One of those basic concepts that give lambda expressions their power is Closure.