The Modifications I Make to Every New Phoenix Project

The Modifications I Make to Every New Phoenix Project

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.

Visit Original Article →