Announcements
Blocking Specific Request Methods in Spring Data REST
Here's an easy method to block specific HTTP request methods on endpoints created automatically by Spring Data REST. This example blocks POST and DELETE. This obviates any changes or overrides in your repository layer. Note: You should probably do this...
How to Load CSVs With SQL Subqueries in Liquibase
Say you want to set up a Liquibase changelog to insert some data, but you don't know the IDs of some entity, and you can express...
Calling Clojure from Kotlin from Java
While messing around in last year's Advent of Code project, I wanted to see if I could add a bunch of JVM languages and get them...
Installing 1Password on FreeBSD
Why I use 1Password on all my machines to synchronize appropriate credentials between them. I have many VMs and utilities like the ssh-agent make managing ssh credentials easier...
A Personal Note π³οΈββ§οΈ
It was at about this time that I started transitioning. Please take anything from before this time with a grain of context: I'm a pretty different...