Archive · 6 entries

TILs

All Entries

Open Claude Code CLI from Raycast in a new Ghostty window

The Claude Desktop app is slow as hell and takes multiple seconds to open. I prefer the CLI version of Claude, which is way faster. However, I also …

Neovim Go Template Formatting

This cost me some time googling and fiddling around with my config, so here is a quick setup on how to get Go’s html/template format working …

Transforming markdown documentation to PDF

I like to write all kind of documentation in Markdown. This is however not the preferred way how some clients want to have their documentation written …

Using the tailwind LSP with neovim and heex templates

I’m currently developing a web application with the Phoenix framework, which makes use of .html.heex templates. Highlighting and Tailwind CSS …

Serverless Go web app on AWS with SWR

I wanted to compile a binary which contains a whole Go web app and is deployed as a Lambda function to AWS. This function (or binary) should also have …

Terraform bootstrap with statefile on S3

Bootstraping Terraform and putting the state on S3 has a chicken-egg problem: How to manage the S3 bucket which holds the state file without it …