Michael had a co-worker who was new to the team. As such, there was definitely an expected ramp-up time. But…
Tech & Work
Conditional statements, we would hope, are one of the most basic and well understood constructs in any programming language. Hope,…
Rational Tim R. observed “When setting up my security camera using the ieGeek app there seem to be two conflicting…
Joseph sends us a tried and true classic: bad date handling code, in JavaScript. We’ve all seen so much bad…
Companies are planning to invest more heavily in AI skills and security governance, risk, and compliance initiatives this upcoming year,…
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…
Continuous Integration/Continuous Delivery (CI/CD) software – meaning solutions that teams use to build, test and deploy applications – has come…
The weather isn’t the only thing that’s balmy around this parts. For instance Bruce, who likes it hot. “Westford, MA…
AI has the potential to speed up the software development process, but is it possible that it’s adding additional time…
Phil’s company hired a contractor. It was the typical overseas arrangement: bundle up a pile of work, send it off…
Component-specific styling, styling parents based on their children, relative colors — the web platform is going through exciting times, and…
Artificial intelligence is very effective at answering questions, based on the data upon which it was trained. It is, however,…
One of the long-tenured developers, Douglas at Patrick’s company left, which meant Patrick was called upon to pick up that…
A number of companies have announced major changes to their executive leadership last month. Here are a couple of the…
The new year is the perfect occasion to tidy up your desktops and start on a fresh, clean slate. No…
Rob’s co-worker needed to write a loop that iterated across every element in an array. This very common problem, and…
High-quality data is the key to a successful AI project, but it appears that many IT leaders aren’t taking the…
Platform engineering involves creating and managing a set of tools, services, and processes that enable developers to focus on building…
Alice has the dubious pleasure of working with SalesForce. Management wants to make sure that any code is well tested,…