Zookeeper Curator with SASL Digest-MD5
How to connect to Zookeeper with Apache Curator with SASL Digest-MD5 enabled.
14 min | Category: code |
Setting Up a Scala Project With Sbt
This is how I set up a new Scala project with sbt.
6 min | Category: code |
Distributed Cron as a Service with Akka and Quartz
A short story of how I used Akka and Quartz to build a simple but reliable, distributed cron service.
13 min | Category: code |
Fixing Akka Http "Substream Source cannot be materialized more than once" error
Decided I'd share how I resolved this error with Akka Http client-side code when streaming large files in a distributed service.
10 min | Category: code |
Setting Up Your SSH & GPG Keys
Here's a brief guide to setting up SSH & GPG Keys for git and secure messaging.
4 min |
Scala CI-CD with Github Actions and Heroku
How to continuously run 'sbt test' on every PR, and after merging deploy it to Heroku.
10 min | Category: code |