Collaboration is a key part of how agile teams work. Quite often, to work effectively to meet commitments in a self-organizing, cross-functional team, you need to be creative as well. While teams can ...
It seems to defy all logic, but the best programmers have two usually undesirable traits: They’re lazy and dumb. That’s the point of a classic post by web developer and blogger Philipp Lenssen that I ...
Most of the advice on meetings concerns how to run them. But what about when you’re attending the meeting rather than running it, and the meeting is endless or boring? Certainly, it can help to stay ...
Amazon made headlines recently with its new patent for an anticipatory shipping model. The model predicts what users would likely buy, when they would buy it, and where they would need it. Amazon ...
A set of vertices with each vertex having zero or more labels and zero or more properties/attributes. A set of edges with each edge being directed from one vertex to another vertex. Each edge has zero ...
One of the most intriguing aspects of software architecture is trying to bring structure to areas that can’t be structured easily. Whenever an architect designs a system, service, or feature, they are ...
As much as automation and routine can streamline your work, all projects that have more than a trivial degree of complexity will have situations where someone needs to identify and implement a ...
If you need to provide a distributed database that serves several (millions) users, and has a high volume data load, the MySQL Cluster database is the database to use. MySQL Cluster database is the ...
To understand Model Context Protocol (MCP), one needs an understanding of how Large Language Models are used by AI applications. AI models need to connect to different data sources, tools, and devices ...
Behavior-driven development (BDD) and keywords are both widely used techniques to facilitate automated testing. The approaches are similar in that tests can be written in a business-readable, ...
If you deal with legacy code you’ve likely found yourself struggling to debug and fix a mysterious, intermittent problem. Along the way you may have discovered some code that didn’t quite make sense.
Let’s agree that it is irrational to assume that we can completely define the requirements of a complex system upfront. Few sane practitioners would suggest that was ever an option. I’ve heard some ...