The Modifications I Make to Every New Phoenix Project
2025-02-04
![]()
The article discusses modifications made to new Phoenix projects to streamline development. Key changes include using UUIDs for database keys, adding specific dependencies, and customizing schema configurations for improved microsecond precision and consistency. These adjustments are packaged into a new generator available on Hex, automating the setup for new projects.
Was this useful?