There is no magic in Elixir!When I got into Elixir, I was admiring all the shiny abstractions. But there’s actually less to them than you might think! In a good way.Apr 30, 20191Apr 30, 20191
Serving static assets on a subpath in PhoenixPhoenix serves static files with a Plug.Static defined in the endpoint. But what if we want to serve additional static files from subpaths?Apr 26, 2019Apr 26, 2019
Phoenix end-to-end testing in real lifeTest your whole frontend and backend using cypress, phoenix and some minor manual tweaks to make it all workMar 20, 20192Mar 20, 20192
Elixir: Testing protected Phoenix controllersTesting protected endpoints in Phoenix controllers is a topic that sparks confusion — at best, and controversy at worst — amongst a…Jul 15, 2018Jul 15, 2018