Share this page to your:
Mastodon

A few years ago I posted about formatting an eBook ready for publication for Mrs' latest. I had to do it again recently and...

Continue reading...

This post is using OAuth JWTs to secure multi-tenant services.

My application is running in Kubernetes and I have an Ambassad...

Continue reading...

There is a lot of information about CI/CD relating to devops, but surprisingly little about the specifics of actually deploying...

Continue reading...

Just a little background. I built a Vortex Manipulator (basically a smart watch that runs on a Teensy3 and does a bit more than...

Continue reading...

In my current project I'm using a GCP Cloud Function with an HTTP trigger. Cloud Functions are one of Google Cloud Platform's se...

Continue reading...

When I was putting together a unit test recently I had a small ephiphany about how the code I was testing ought to be structured...

Continue reading...

Jackson is what every Java programmer seems to use these days to serialize and deserialize json files. It's generally easy and o...

Continue reading...

As part of picking up some Kotlin skills I needed to build a jar library file with Kotlin source files. I'm coming from a Java/M...

Continue reading...

This is a bit rough but I use it to make bitmaps I can embed into my C code which I can then use as displayable icons.

To make...

Continue reading...

Most Arduino projects are one or two files and logging from those is not a big deal. Typically you have a few Serial.print state...

Continue reading...