Standard Search
About 13 results
https://jola.dev/posts/publishing-your-blog · 5 Jun 2026
A walkthrough for posting your Elixir/Phoenix blog to Bluesky and the standard.site network, using a small mix task and an atproto client.
https://jola.dev/posts/generating-og-images · 1 Jun 2026
Generating OG images for your static pages and blog posts in Elixir
https://jola.dev/posts/highest-random-weight-in-elixir · 21 May 2026
A description of HRW/rendezvous hashing and the HRW elixir library.
https://jola.dev/posts/bunnyx-bunny-net-elixir · 17 May 2026
A best-practice Elixir library for interacting with the bunny.net API
https://jola.dev/posts/running-local-models-on-m4 · 10 May 2026
Experiments with getting usable outputs out of local models on a standard Macbook
https://desertthunder.leaflet.pub/3mlfhgylkl22r · 9 May 2026 · 🦋 Bluesky
Dev Log 52: 2026-05-08
https://jola.dev/posts/dropping-cloudflare · 2 Apr 2026
Dropping Cloudflare and migrating to bunny.net, starting out with my blog.
https://jola.dev/posts/building-a-blog-with-elixir-and-phoenix · 24 Mar 2026
Setting up a website using Elixir and Phoenix, leaning on NimblePublisher for the blog posts.
https://jola.dev/posts/erlang-queue-module-elixir · 18 Oct 2019
Elixir doesn’t provide its own data structures, instead, it uses the ones provided by Erlang
https://jola.dev/posts/patterns-for-managing-ets-tables · 5 Jun 2019
This article attempts to show some basic patterns for how to use ETS in Elixir or Erlang