I'm Dimitrios
I'm currently working on a few apps, reading good books, and enjoying the family life
- 2025-04-25
Rails, Webpacker & React: A migration odyssey
Looking back at a painful refactor journey from Webpacker to Vite, Enzyme to React Testing Library, and React - 2025-02-02
Using Phoenix with React and Inertia
Getting the best of both worlds; Phoenix's productivity, and React's ecosystem - 2025-01-21
My experience with Phoenix LiveView
Some takeaways from my time with Phoenix LiveView - 2025-01-13
Separate Session Tokens in Phoenix
Update the generated phx.gen.auth code to use a separate session token table - 2024-08-29
Import, Require, Use, or Alias?
Clarifying the difference between different directives in Elixir