Andre has inherited a rather antique ASP .Net WebForms application. It's a large one, with many pages ..
Frequently in programming, we can make a tradeoff: use less (or more) CPU in exchange for using more ..
Alexandar sends us some C# date handling code. The best thing one can say is that they didn't reinvent ..
"Don't use exception handling for normal flow control," is generally good advice. But Andy's ..
Early in my career, I had the misfortune of doing a lot of Crystal Reports work. Crystal Reports is another ..
Loading times for web pages is one of the key metrics we like to tune. Users will put up with a lot if they ..
Alice picked up a ticket about a broken date calculation in a React application, and dropped into the code ..
For testing networking systems, load simulators are useful: send a bunch of realistic looking traffic ..
Sebastian is now maintaining a huge framework which, in his words, "could easily be reduced in size ..
Today's code, at first, just looks like using literals instead of constants. Austin sends us this ..