Skip to main content

Blogs

2025


Running Singer taps and targets with uv

·2 mins
Singer is an open-source framework from Stitch that separates the reading from a source (a tap) and the writing to a data store (a target) by having them communicate with each other using a simple JSON-based protocol.

2024


2023


Alfred Workflow - Titlecase

·1 min
Here’s a very simple Alfred Workflow I created to convert text to titlecase, using the Python CLI implementation, and add the result to the clipboard.