Overview This is the 3rd article in a series of posts about working with Open API to create generated API clients and documentation websites. In the...
Overview This article is the 2nd in a series of blog posts that discuss using Open API to help with API documentation and API client code...
Overview This article starts a series of Open API-related blog posts. OpenAPI, previously known as Swagger (a name still in use today for many of its...
You've probably already seen the scary alert (that's possibly why you're here), but in case you haven't, it looks something like...
ImageMagick is an awesome command line tool for working with images. Convert PDF to PNG files with magick Convert a multi-page PDF file to PDFs with...
In this post I will describe a simple event bus pattern in Android that is implemented using coroutines and flows. Thanks to Kotlin, coroutines, and...