Evening Sky

Posted on October 28, 2023

A photo of the evening sky. [Read more]

photo

Go's Special Case for Function Calls

Posted on June 5, 2022

I was playing around with the html/template package in a small Go project when I stumbled across the following line of code... [Read more]

golang

Submitting a Form to an Index Route in Remix

Posted on May 15, 2022

I ran into a small issue working with forms in index routes with Remix. I was working on an application that submitted a form on the default index route... [Read more]

remix

Visually navigating the data flowing through your serverless functions

Posted on October 6, 2021

Wouldn't it be cool to visually navigate the data flowing through your functions? This post demonstrates how to do so using fnrun and portal. [Read more]

serverless fnrun

Using Clojure in GitHub Actions without the setup-clojure Action

Posted on July 8, 2021

GitHub Actions is a great CI tool, and there are many great actions developed by third parties. I use Clojure in many of my personal and professional projects, and I frequently use setup-clojure in my workflows. However, some organizations have security rules configured that disallow actions that are not internal to the organization... [Read more]

clojure ci