Mark sends us a very simple Java function which has the job of parsing an integer from a string. Now, ..
Frank inherited some code that reads URLs from a file, and puts them into a collection. This is a delightfully ..
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 ..