What Big Media Can Learn From the New York Public Library
At a time when traditional new organizations are struggling to reinvent themselves in a new world, the century-old library is emerging as a digital leader.
I recently finished Democracy’s Data, The Hidden Stories in the U.S. Census and How to Read Them, and the book was the closest thing to capturing how I see the Application Programming Interface, or simply the API. I regularly get frustrated with my role in the API universe because of the conflicting force’s between not just API producer and consumer, but also the API service and tooling providers, and the investors who do or do not support them. I am fascinated with this intersection, but also repeatedly horrified by what occurs at this intersection at scale online today.
There is a lot that can stress Nike management, but surely one such scenario is their point of sale system going down during a new product release. Thousands of customers suddenly unable to purchase goods in stores or online due to a system outage
The current model for connected things puts manufacturers inbetween people and their things. That model negatively affects personal freedom, privacy, and society. Alternate models can provide the same benefits of connected devices without the societal and personal costs.
I’ve been shocked by the TDD backlash. “It’s bullshit.” “It’s impossible.” “You can’t make me.” Somebody must have hurt these folks badly. Now, it turns out Soundararajan was asking their question in good faith (see the end for a comment not made in good faith). We agreed that “use it when it makes sense & not when it doesn’t” was a reasonable strategy.
Ingress Controllers or the Kubernetes Gateway API? Which Is Right for You?
A nuanced understanding of the strengths and limitations of each solution is pivotal for making well-informed decisions within your Kubernetes networking strategy.
Exploring an Idea for an APIs.json Defined Workflow
I have been thinking deeply about API workflows lately. Meaning, how do you chain API requests together in a certain order. There are many valuable API resources available out there that become even more valuable once you bundle them together. API workflows start with single APIs, maybe paginating through results or searching for results, then incrementally pulling detail pages. Then there are API workflows spanning multiple APIs where you can really start seeing the value of API interoperability, such as crawling the web and harvesting data via scraping APIs, then publishing results to AWS S3, and organizing via your CMS APIs. Individual APIs are the individual Lego building blocks, and API workflows with many APIs are how you build more meaningful sets of Lego villages and spaceships.