Tech & Work

Michael had a co-worker who was new to the team. As such, there was definitely an expected ramp-up time. But…

Joseph sends us a tried and true classic: bad date handling code, in JavaScript. We’ve all seen so much bad…

In 2024, Artificial Intelligence (AI) hit the limelight with major advancements. The problem with reaching common knowledge and so much…

Today’s anonymous submitter supplies us with a classic antipattern: padding via switch: string TransactionOrder = (string)dr[“TransactionOrder”].ToString().Trim(); switch (TransactionOrder.Length) { case…