IBM developer Nicholas Bourdakos recently created a new Code Pattern that lets just about anyone develop and train an AI model to recognize objects using computer vision. Bourdakos’ Code Pattern, ...
You can't make a complicated problem simple. But, by leveraging the right tools in your language (and the Visitor pattern) you can ensure that your code doesn't get as complicated as your problem. In ...
As part of the rollout for its revamped website, Code for America has released something of peek behind the scenes: A pattern library for recreating the civic tech non-profit’s digital identity far ...
A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
The Observable design pattern is used in many important Java APIs. One well-known example is a JButton that uses the ActionListener API to execute an action. In this example, we have an ActionListener ...