9 followers
Software Engineer
You can read my articles on Medium here - https://imeraj.medium.com
The focus of this article is to demonstrate various ways of registering a GenServer in Elixir so that the server can be discovered and communicated...
REST has been the predominant architectural choice for API development on the web. GraphQL being the new kid in town has been continually gaining...
Self-referential association is used to associate a model with itself. It's pretty common to have this kind of association to build relationships in...
Something very fundamental and part of any Elixir developer's day-to-day workflow is Interactive Shell (IEx). The focus of this article is to present...
Finite state machine is a common phenomenon in programs that need to maintain multiple states and transition among them based on certain actions....
Elixir and Erlang are functional programming languages both running on BEAM virtual machines. Programs in both languages get compiled into BEAM byte...