Typing in Elixir: Why It Doesn’t Have to Hurt (and When It Actually Helps)
Elixir is a dynamic language that doesn’t force you to type everything, but that doesn’t mean types don’t matter. In this post, we explore the state of typin...
Elixir is a dynamic language that doesn’t force you to type everything, but that doesn’t mean types don’t matter. In this post, we explore the state of typin...
Ever wanted to create real-time, interactive apps but dreaded diving into complex JavaScript frameworks? Phoenix LiveView is your secret weapon. I’ll show yo...
Ruby on Rails 8 introduces faster ActiveRecord queries, real-time updates with Hotwire 2.0, enhanced security, and optimized JSON API rendering. With inline ...
Discover how to efficiently generate prime numbers in Elixir! We explore both naive and optimized approaches, from simple checks to the powerful Sieve of Era...
The Dry-rb gem suite is a game-changer for Ruby developers who value clean, maintainable code. From robust input validation with dry-validation to building i...