29 Feb 2024
This is a quick tip from a blunder I made when writing some Scala code using
the AWS S3 object listing
API.
Hopefully it will save someone else from making the same mistake and show how
important it is to have good tests, a clear API and the literacy skills to read
it.
Contine reading...
31 Jan 2024
Before Christmas 2023 we ran into an issue with one of our simpler data ingests
at work. An AWS Lambda, written in
Python that queried an API, transformed the results,
and landed them in Amazon S3 as
JSON (gzipped JSON Lines
files to be specific), started to fail.
Contine reading...
13 Dec 2023
So it’s two weeks into 2023’s Advent of Code and I
have a confession to make. I’ve been using it to learn
Rust.
Contine reading...
01 Dec 2023
It’s that time of year again. Time to commit to participating in AdventOfCode
2023 only to not finish it. In seriousness, I’ve
tried to finish for a few years but always find other commitments get in the
way. Nevertheless, I am going to be doing Advent of Code 2023!
Contine reading...
28 Nov 2023
As I mentioned many moons ago, I use the text editor
Vim as one of my daily drivers. To be precise
I actually use NeoVim. Recently I have decided to clean
up my configuration files and I plan on documenting that adventure here.
Contine reading...