elixir HEEx highlighting in Emacs with Tree Sitter The snippet assumes: npm install -g [email protected] is the base mode for editing .html.heex files today.You are building for Apple Silicon. Update -target for your architecture if you need.
elixir Serving Universal Links / App Links from Phoenix Universal Links, App Links (aka Deep Links) are pretty complicated. Let me show you how to serve the server verification from your Phoenix app.
elixir Expose Phoenix app via (free) ngrok Expose your Elixir / Phoenix application to the internet using a free ngrok account. No more messing with dynamic hostnames.
elixir Speed up your Elixir tests when using comeonin Speed up your password hashing when using BCrypt or Argon2.
elixir Server side Elm with Phoenix In my last post @mjackson and I got server side rendering of React setup. After that I was wondering if I could do something similar with Elm. I've played with Elm but not
elixir Render React with Phoenix Over the holiday period this year I was lucky enough to stay in Tahoe for a week. The kids love a white Christmas. While I was there, @mjackson and his family came up
elixir Simple Guardian - Multiple Sessions So far in the Simple Guardian we've covered browser login, api authentication and using permissions. Today I want to cover using multiple sessions. There's many reasons you may want to have multiple sessions.
elixir Simple Guardian - Permissions In the last couple of posts I outlined some of the simple parts of Guardian. They covered browser login and api authentication. I wanted to continue along similar lines by going over how
elixir Simple Guardian - API authentication In the last post I went over the simple setup for Guardian to do browser authentication. This post is going to go over API authentication. It's pretty much the same. I'm going to
elixir Simple Guardian - Browser login I've been getting quite a few requests lately for how to Guardian, but only the simple parts - just let me get started. I usually get pretty excited about stuff that I write