Practicing Elixir in the age of AI coding assistants
Exploring how AI tools like GitHub Copilot shape coding in Elixir, from simplifying challenges to highlighting the need for understanding idiomatic patterns ...
Exploring how AI tools like GitHub Copilot shape coding in Elixir, from simplifying challenges to highlighting the need for understanding idiomatic patterns ...
I’ve been working on a project using Phoenix LiveView, which serves up server-rendered HTML over websockets. I needed a way to generate a random RGB colour o...