Speed up the compilation of Elixir projects that use Gettext
With those two small configuration fixes, we managed to make our Phoenix project compile 3 times faster.
Fake skip links in Vue Router
How to allow users to skip chunks of content in your Vue app when the hash part of the URL is hijacked by Vue Router.
Link Phoenix debug page stack trace to your editor
You can configure Plug.Debugger to generate links that open the line that caused the error in your editor.
Providing custom error messages for built-in HTML5 form validation
Did you know that you can change the error messages displayed by the browser when using HTML5 form validation features?
CSRF protection in Phoenix
If your Phoenix app uses basic authentication or cookies for authentication, you need to protect it from cross-site request forgery.