
#161: Custom Ecto Type
Published April 3, 2023
4m 46s
Here in our application, we have a form where users can subscribe to our newsletter. However, there’s currently no validation on the email address, so users are able to submit anything they want to the form. In this episode …