Jonny EberhardtUnderstanding Callbacks in GenServer for Rails DevelopersIn addition to explaining the lifecycle and purpose of GenServer callbacks, it’s essential to dive into the parameters passed into each…Sep 8
Jonny EberhardtUnderstanding the Difference Between LiveView and LiveView Component in PhoenixPhoenix LiveView is a powerful tool that enables developers to build rich, real-time user interfaces without writing JavaScript. It offers…Sep 31
Jonny EberhardtTail-End Optimization and Its Use in Recursive Programming in Elixir: A Guide for Ruby DevelopersWhen transitioning from Ruby to Elixir, one of the concepts you’ll encounter is tail-end optimization (or tail-call optimization)…Sep 7Sep 7
Jonny EberhardtUnderstanding mix.exs: The Heart of Your Elixir ProjectAt the core of every Elixir project lies a file that orchestrates your project’s dependencies, configuration, and tasks: mix.exs. This file…Sep 20Sep 20
Jonny EberhardtUnderstanding with, Pattern Matching, and defp in Elixir: A Ruby Developer's PerspectiveIf you’re coming from Ruby, you’re likely familiar with control flow using if, else, and elsif to handle conditional logic. While Elixir…Sep 6Sep 6
Jonny EberhardtUnderstanding Callbacks in GenServer for Rails DevelopersIn addition to explaining the lifecycle and purpose of GenServer callbacks, it’s essential to dive into the parameters passed into each…Sep 8
Jonny EberhardtUnderstanding the Difference Between LiveView and LiveView Component in PhoenixPhoenix LiveView is a powerful tool that enables developers to build rich, real-time user interfaces without writing JavaScript. It offers…Sep 31
Jonny EberhardtTail-End Optimization and Its Use in Recursive Programming in Elixir: A Guide for Ruby DevelopersWhen transitioning from Ruby to Elixir, one of the concepts you’ll encounter is tail-end optimization (or tail-call optimization)…Sep 7
Jonny EberhardtUnderstanding mix.exs: The Heart of Your Elixir ProjectAt the core of every Elixir project lies a file that orchestrates your project’s dependencies, configuration, and tasks: mix.exs. This file…Sep 20
Jonny EberhardtUnderstanding with, Pattern Matching, and defp in Elixir: A Ruby Developer's PerspectiveIf you’re coming from Ruby, you’re likely familiar with control flow using if, else, and elsif to handle conditional logic. While Elixir…Sep 6
Jonny EberhardtExploring libcluster: Distributed Clustering in Elixir Made SimpleDistributed systems have become the backbone of modern applications, offering scalability, fault tolerance, and performance benefits. In…Sep 18
Michael WestbayDeploying Elixir App with Custom Domain to Fly.ioFirst, the problem to be solved.Sep 41