Bryan's Blog
Handling Phone Numbers: Best Practices
Learn the best practices for handling phone numbers, including the challenges of verifying and displaying different formats, and how to use the E.164 standard format and Google's libphonenumber…
More audio from Bryan's Blog
-
7mRuby on Rails CookieStore Security Concerns
Learn about the security concerns with Ruby on Rails CookieStore session storage and how to mitigate them. SSL is the best solution to prevent session hijacking.
-
13mSimplifying Complex Rails Apps with Operations
Learn how to simplify complex Rails applications by using the concept of Operations, which decouples user interaction from data persistence and provides a clean way to organize business logic.