Posts tagged “elixir”

9 posts

← All posts
14 min read

Generating OG images in Elixir

Generating OG images for your static pages and blog posts in Elixir

elixir og image
13 min read

Running local models on an M4 with 24GB memory

Experiments with getting usable outputs out of local models on a standard Macbook

elixir llm qwen llmstudio
9 min read

Dropping Cloudflare for bunny.net

Dropping Cloudflare and migrating to bunny.net, starting out with my blog.

elixir phoenix blog bunnynet
20 min read

Building a blog with Elixir and Phoenix

Setting up a website using Elixir and Phoenix, leaning on NimblePublisher for the blog posts.

elixir phoenix blog bunnynet hetzner
4 min read

The Erlang :queue module in Elixir

Elixir doesn’t provide its own data structures, instead, it uses the ones provided by Erlang

queue erlang elixir
22 min read

Patterns for managing ETS tables

This article attempts to show some basic patterns for how to use ETS in Elixir or Erlang

ets erlang elixir
3 min read

Health checks for Plug and Phoenix

I want to share a simple pattern for setting up HTTP based health checks for Plug/Phoenix applications

phoenix plug elixir
7 min read

The new `Registry.select/2` and what match specs are

A walkthrough of Elixir 1.9's new Registry.select/2 function, plus a gentle introduction to how Erlang match specifications work.

elixir registry erlang
21 min read

Elixir String Processing Optimization

This post was inspired by a thread I participated in on the Elixir forum

elixir performance