Phoenix LiveView: Interactive Apps Without Writing JavaScript
Phoenix LiveView handles real-time interactivity on the server, so you can build interactive pages without writing a frontend framework. Here’s a small task ...
Phoenix LiveView handles real-time interactivity on the server, so you can build interactive pages without writing a frontend framework. Here’s a small task ...
Rails 8 isn’t really a bag of new methods. Its headline is a stance: drop Redis, drop the PaaS, and run a real app from a single box you own — with the datab...
A few ways to generate prime numbers in Elixir, from a naive check to a recursive sieve, a lazy infinite stream, and a parallel version with Task.async_strea...
A short tour of five dry-rb gems I keep coming back to: validation, types, structs, configuration, and composable business logic. Small, focused libraries th...
Service objects keep business logic out of fat controllers and models. A handful of conventions (one entry point, a consistent return value, a simple constru...