Published inITNEXTDifferent Ways to Register GenServer Name in ElixirThe focus of this article is to demonstrate various ways of registering a GenServer in Elixir so that the server can be discovered and…Apr 6, 2024Apr 6, 2024
Published inITNEXTAn Opinionated Way of Organizing GraphQL APIs using Absinthe and PhoenixREST has been the predominant architectural choice for API development on the web. GraphQL being the new kid in town has been continually…Aug 20, 2023Aug 20, 2023
Published inITNEXTBuilding Self-referential Associations in Elixir/PhoenixSelf-referential association is used to associate a model with itself. It’s pretty common to have this kind of association to build…Aug 12, 2023Aug 12, 2023
Published inITNEXTA Collection of Tips for Elixir’s Interactive Shell (IEx)Something very fundamental and part of any Elixir developer’s day-to-day workflow is Interactive Shell (IEx). The focus of this article is…Aug 10, 2023Aug 10, 2023
Published inITNEXTState Machine in Elixir using Erlang’s gen_statem BehaviourFinite state machine is a common phenomenon in programs that need to maintain multiple states and transition among them based on certain…Aug 6, 2023Aug 6, 2023
Published inITNEXTAdding Elixir to Erlang via Rebar3Elixir and Erlang are functional programming languages both running on BEAM virtual machines. Programs in both languages get compiled into…Aug 5, 2023Aug 5, 2023
Published inITNEXTIntegrating Clear ORM With Crystal’s Amber FrameworkAmber is a web development framework for Crystal programming language. It uses Granite as its default ORM. While Granite works, I think…Jul 24, 2021Jul 24, 2021
Published inITNEXTBuilding Git in Elixir — Part 5 (Build Index)In the previous article, I focused on storing nested trees as Merkle trees so that egit can store nested subdirectories. In this article…Apr 1, 2021Apr 1, 2021
Published inITNEXTBuilding Git in Elixir — Part 4 (Store Nested Trees as Merkle Tree)In the previous article, I focused on making history and storing executables in repository. In this article, I will focus on storing…Mar 25, 2021Mar 25, 2021
Published inITNEXTBuilding Git in Elixir — Part 3 (Make History & Store Executables)In the previous article, I focused on storing trees and our first commit. In this article, I will focus on making commit history and…Mar 17, 2021Mar 17, 2021