Contributions

Article
Learn about what attracted us to the Ash framework
Tool
Phx.tools is a shell script for Linux and macOS that configures the development environment for you in a few easy steps. Once you finish running the script, you'll be able to start the database server, create a new Phoenix application, and launch the server.
Article
We’re excited to share the latest updates to phx.tools, the complete development environment for Elixir and Phoenix.

Most significant changes:
- removing unnecessary dependencies
- switching from asdf to mise
Article
Setting up your CI/CD pipeline, code checks, and production environment can be simple and efficient using our generator.
Article
Check out Nyakio Muriuki's guidelines on deciding between client-side and server-side handling of user interactions in Phoenix LiveView.
Article
In this blog post, I explain how we approach manual testing of new features at Optimum.
Article
Explaining how to build Elixir release and verify it works in GitHub Actions.
Article
Learn how we approach continuous integration at Optimum
Library
Mix task for complex CI workflows
Article
Introducing a Mix task helping in writing maintainable GitHub Actions workflows.