Extracting the Default Private / Secret Keys from OpenAM/Forgerock AM (2 mins read).
How to retrieve the contents of the private or secret keys from an OpenAM/Forgerock AM installation.
Extracting the Default Private / Secret Keys from OpenAM/Forgerock AM (2 mins read).
How to retrieve the contents of the private or secret keys from an OpenAM/Forgerock AM installation.

We’re prepping for our 4th annual state of the “log” episode where we look back at the year, discuss some of our favorite episodes as well as the most popular ones, and talk a bit about what we have in the works for 2022 and beyond. We thought it’d be awesome to include some listener voices on the show! So, please shar...

Converting an Image to a Base64 data URL with Node.JS (1 mins read).

How to convert an image to a data URL using Node.JS on the command-line.
I thought I'd try something new with my hair after literally decades of the same haircut - I'm pretty chuffed with how it turned out. As nice as it's been to have Anna Dodson cutting my hair over the pandemic, it's been nice to get it professionally done!

I am so freaking bored of seeing this same story. You left the country during a pandemic and you came back during a pandemic and there were a series of minor inconveniences along the way. This isn't news.
saskatchewan potato utility (@birlios)Sun, 05 Dec 2021 23:13 GMT
Week Notes 21#48 (4 mins read).
What happened in the week of 2021-11-29?
Tonight Anna Dodson and I did our first roast in our new air fryer and it was very good. Much easier than in the oven, and very yum! Don't worry, the gravy came after, I wanted to check that everything was especially good first!

This is a really great idea - API gateways / ingress tooling utilising OpenAPI is much better than requiring duplication, and ensures that teams are building with API documentation first, but would be a barrier for those who need to backfill docs
The Grinch is a story about how a whole prejudice community ostracized a green child, ran him out of town, and then gaslit him into believing he was the problem and his heart needed to grow. He should’ve lit all their presents up but yal not ready for that conversation
Olayemi Olurin (@msolurin)Fri, 03 Dec 2021 17:56 GMT
Hey @ApiDaysGlobal any idea when you'll make your website accessible? The agenda being a big image with no alt text is really unhelpful for folks, and having to log into the event site to check what's going on is a lot slower than using the website, but appears to be my only choice
Appending Values to a Querystring with Ruby (1 mins read).

How to append a query parameter to a URL's querystring in Ruby.
Making Zoom Notifications/Windows Float on BSPWM (1 mins read).

How to get BSPWM to handle Zoom notification windows as floating windows, instead of tiles.
Automagically Assuming AWS Roles for EC2/ECS (1 mins read).

How to set up your AWS infrastructure to automagically assume IAM roles.
Reducing Risk of Supply Chain Attacks with Reproducible Builds in Gradle (1 mins read).

How to enable Gradle's reproducible builds functionality to allow others to verify your released libraries don't contain uncommitted, malicious code.
🌍 Sign this petition to ban "proof of work" and crypto mining in the UK. In a climate crisis the last thing we need is nerds setting up pyramid schemes, destroying the planet for the profit of a small few.
Post details
UK peoples, especially those like our planet not being on fire; please share and sign this petition to ban proof of work based cryptocurrencies. petition.parliament.uk/petitions/6016… Non-UK peoples, please share this with any UK peoples you know.Carnage (@giveupalready)Wed, 01 Dec 2021 16:27 GMT
Tree Sturgeon 🔥🚴♂️🌳 (@philsturgeon)Thu, 02 Dec 2021 11:06 GMT
Another thing you can now do with #Wiremock 2.32.0 is run your stubs from the classpath, instead of needing to store them outside of a standalone JAR - it's been on my list to document how to do it for 6 months, and I'm glad it's now supported https://www.jvt.me/posts/2021/12/02/gradle-wiremock-standalone-stubs/
Packaging Wiremock Stubs into a Standalone JAR (2 mins read).

How to use Gradle to package a standalone JAR for Wiremock, including any stubs needed.
Very excited that we've now got support in #Wiremock 2.32.0 to run without the underlying HTTP Server (http://wiremock.org/docs/running-without-http-server/) so you now don't need to use my workaround in https://www.jvt.me/posts/2021/04/29/wiremock-serverless/ 🤓
I love this initiative by @Netlify - ship a site with an unused domain you've purchased to Netlify this moth and they will donate $150 to charity. dusty.domainsPeter Hironaka (@peterhironaka)Wed, 01 Dec 2021 19:18 GMT
A few surprises in this year's #SpotifyWrapped (https://open.spotify.com/wrapped-2021/share-bd296b9dba6c4dcfbb3206f7d9ffa4a2-1080x1920?si=BlK7K4mqQj2G4uaA6J3NnA) with @Phaeleh snatching the top spot from a decade of @UppermostMusic and 59501 minutes of music!
Oof, I feel this - especially "who do I WANT to be"
Literally assembling The avengers 😂
Tanin (@LandTanin)Wed, 01 Dec 2021 12:14 GMT
Testing Data Serialisation/Deserialization in Java (with Moshi) (3 mins read).

How to validate your JSON types correctly serialise/deserialise when using the Moshi library.
First of December means only one thing - it's finally time to open mine and Anna Dodson's #Lego #Marvel advent calendar. Very excited to have a festive Iron Man zooming around

I will be attending
Don't know about y'all, but after seeing some of the behind the scenes from the #NottTechParty, I'm very hyped for it 🤶🎄❄️🎁
Generate Plain Old Java Objects (POJOs) from JSON Schema Definitions with Gradle (3 mins read).

How to generate POJOs really quickly and easily, with no manual work, using the Gradle jsonschema2pojo Plugin.
Hey, website developers, you know how you use `<link rel="alternate" type="..." href="...">` for all sort of things? This is what it looks like to me.Terence Eden (@edent)Sun, 29 Nov 2020 10:25 GMT
Week Notes 21#47 (7 mins read).
What happened in the week of 2021-11-22?
A fellow scientist, a geneticist from Stanford University, speculated in the comments that the virus was so different to the original Wuhan strain, Sars-Cov-2, it could be labelled “Sars-Cov-3” – “essentially restarting the pandemic”.
Shift Your Testing Left with Spring Boot Controllers (5 mins read).

How to break down your tests for Spring Boot controllers, which could be used when performing Test Driven Development.