Posts tagged “phoenix”

7 posts

← All posts
5 min read

Speeding up a Phoenix LiveView web app with a CDN

Serve your assets on a CDN sub-domain to speed up a Phoenix LiveView web app. All the payoff, none of the effort.

phoenix liveview elixir cdn bunny.net
3 min read

CI workflows on Tangled for Elixir

How to set up CI workflows on Tangled for Elixir, with specific Elixir and Erlang versions, and a PostgreSQL service.

atproto tangled elixir phoenix oss
5 min read

Automatically syncing your blog to atproto and standard.site

Kicking off a little side project for automatically discovering content through blog post feeds and syncing to atproto and standard.site.

blog atproto standardsite elixir phoenix oss
18 min read

Publishing your blog to standard.site in Elixir

A walkthrough for posting your Elixir/Phoenix blog to Bluesky and the standard.site network, using a small mix task and an atproto client.

atproto elixir phoenix bluesky nimblepublisher
8 min read

Dropping Cloudflare for bunny.net

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

elixir phoenix blog bunnynet
17 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
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