Note

Lots of trick or treaters out tonight. So the best thing is to turn the lights low and pretend you're not in.... Right?

 Bookmark

Learn your standard library

This is such a great way to find out just how much can be done for you.

I used to do competitive programming competitions (similar to HackerRank challenges) and learning the standard library was a huge driver to finding the best solution without reinventing the wheel.

But even in the day job, knowing what to use without pulling in a new dependency can make a big difference.

This can go a little further to learning common packages that your ecosystem uses, and how best to tackle problems with them.

Recommended read: Learn your standard library https://letterstoanewdeveloper.com/2019/03/11/learn-your-standard-library/

 Note

Woo, thanks to https://realize.be/ for releasing an update of the wonderful Android app https://indigenous.realize.be/ which adds in a fix to not send multiple bearer tokens in Micropub requests ( https://github.com/swentel/indigenous-android/issues/241 )

This started breaking for me when I upgraded my Micropub endpoint to use the spring-oauth2-resource-server module ( https://gitlab.com/jamietanna/www-api/merge_requests/27 ) which is a well-formed OAuth2 server, whereas my previous implementation was not.

Super speedy fix, and glad to be back to using the app again!

 Note

I've just updated my posts https://www.jvt.me/posts/2019/06/13/pretty-printing-jwt-openssl/ and https://www.jvt.me/posts/2018/08/31/pretty-printing-jwt-ruby/ to allow it to work with pretty-printing encrypted JWTs (without decrypting) - this was a bit of a pain point of mine I've finally got around to sorting.

 Bookmark

Stream or Not? Is your video strategy up a creek?

Shared by https://dougsillars.com/ at https://www.oggcamp.com/ - this is a great resource for understanding how to better optimise your video content delivery.

Recommended read: Stream or Not? Is your video strategy up a creek? https://dougsillars.github.io/StreamOrNot/