#phoenix
Read more stories on Hashnode
Articles with this tag
I wrote a script called phx-docker-compose-new that can be used instead of mix phx.new to generate a new Phoenix application. Building the development...
I wanted to make a simple URL shortnener app like Bitly using Phoenix.LiveView. This article called URL shortener with Elixir and Phoenix by Aleksi...
I like the simplicity of SQLite for my local development; however when I deploy my app to a cloud platform like Gigalixir, Fly.io, etc, often...
Today I learned how to make a [poncho project] with the Nerves firmware and Phoenix UI. Poncho projects Poncho projects are an project structure...
I had held off setting up CI/CD (continuous integration and continuous deployment) for my personal Phoenix server. As it turned out, it was a lot...
Today I put together one technique I find useful for writing test. That is to use data attributes for finding DOM elements in test. The same idea can...