Creating This Site - Part 1

The first part of describing how I convert markdown files into HTML for static site serving

2024-09-08

development elixir markdown eex

Bluesky Firehose

Seeing how many posts per day are sent on Bluesky

2024-09-09

development elixir web sockets bluesky HTMx

Maintaining and Deploying This VM

How the infrastructure is set up and what I do to deploy to this VM

2024-09-12

devops linux caddy infrastructure

Creating This Site - Part 2

In this part I go through the process of creating hot reloading

2024-10-25

development elixir markdown

Creating This Site - Part 3

In this part I go through the process of adding a table of contents

2024-10-26

development elixir javascript eex

Adding Persistence to GenServers

A simple overview on how to persistence a GenServer state before shutting down

2024-10-30

development otp elixir

Crashing OTP Apps

How I figured out why my application was crashing

2024-11-03

development elixir otp logging

Creating an RSS Feed

How to generate an RSS feed for a static site

2024-11-14

development rss