I haven't yet gotten around to writing my 2019 In Review post (and may not until the weekend) but I don't think it's going to be as long as 2017's. I quite like Max's format to keep it short https://mxb.dev/blog/year-in-review-2019/
An interesting way to manage it - I quite like the approach.
I'm a fan of how I do my own, and will write about it at some point - https://gitlab.com/jamietanna/jvt.me/issues/847
Real shame to see that @Meetup are further restricting their platform by locking down API access - maybe document this better before going through the process to register?
Thank you for submitting an application to access Meetup’s API and authenticate with OAuth2. This process provides a better and more secure experience for all Meetup members. Your request for API Access through OAuth has been denied. In order to be eligible for API access through OAuth you need to have a Meetup Pro Account.
I will be attending
Open Request to Spotify About Data Requests and Spotify Wrapped Data (2 mins read).

A copy of an email I've sent to Spotify to request my full Spotify streaming history.
My site is now running Hugo v0.62! Not too painful an upgrade from 0.58.3, given changes in the Markdown parser - https://gitlab.com/jamietanna/jvt.me/merge_requests/637 - largely Table of Contents related, and one place where I'd not got enough spacing in around fenced codeblocks
I will not be attending
I won't be able to make it as I'm in Tenerife, but hope it's a good one!
I will be attending
Happy birthday https://aaronparecki.com 🎂 Hope you're having a great day!
I've managed to reduce my site's build/test/deploy pipeline to a total of ~4 minutes (a couple of minutes further than https://www.jvt.me/mf2/2019/12/isqba/ ) but still isn't as fast as I'd like, albeit much better!
May have to see if it's possible to speed up with my own GitLab runner.
Setting up a Staging Server for my Micropub Endpoint (4 mins read).

Setting up a Micropub server that I can use to test changes before it publishes content to this site.
Those of us in the EU are pretty worried about it, so I can imagine it's not going to be fun for folks whose countries haven't even had a say in it!
An interesting look at why you'd want to work for a startup, not a tech giant - although not everyone will have the same experience.
Very interesting to see that there's even more to the command than expected - and some great new features coming soon.
Some interesting points in here that reinforce my thoughts about the difficulties of knowing what the right version number should be - although I hugely push for and use SemVer.
Gotcha: Running both JUnit4 and JUnit5 Together with Gradle (1 mins read).

How to make sure your JUnit4 and JUnit5 Gradle tests work within the same project.
Gotcha: Running both JUnit4 and JUnit5 Together with Maven (1 mins read).

How to make sure your JUnit4 and JUnit5 Maven tests work within the same project.
Arthur Christmas is such a great Christmas movie - we discovered it maybe four years ago, but it's part of our yearly routine now!
An interesting approach - but I wonder why you'd implement like so (requiring SSH usage) instead of the Systems Manager's run-command
https://docs.aws.amazon.com/systems-manager/latest/userguide/walkthrough-cli.html ?
A safer way to parse YAML by removing some of the more dangerous parts of YAML parsing - an interesting approach that means you don't need everyone well-versed in the minutiae of the YAML spec!
Since setting up the ability to syndicate posts from my website to other sites automagically the other day, I've been manually ticking the boxes in my posting UI, which isn't the best experience.
So I've now got it to automagically syndicate to Twitter any notes (like this one) or interactions such as likes/replies/reposts on Twitter, so folks still on Twitter are able to see the content I'm publishing to my site, too.
A good read by Terence about how the Semantic Web and using metadata (be it Schema.org, microdata or Microformats) will build a more usable and interconnected life
A subtle and not so fun source of bugs if you're affected - worth investigating!