Primality Testing in Elixir using CizenPrimality testing is to test whether a number is prime or not. In this article, We learn how to do the test using Cizen, beginning from the…May 29, 2021May 29, 2021
Published inCizen1,000,000 Sagas and 1,000,000 EventsCizen is a library that supports building concurrent applications in Elixir. In this post, we try to start a million sagas and fire a…Nov 17, 2018Nov 17, 2018
Published inCizenCombine CLI Tools with Elixir and CizenCizen is a library to build concurrent applications with a collection of automata which communicate with each other by events. In this…Nov 11, 2018Nov 11, 2018
Published inCizenThe Mystery of Event Dispatching in CizenCizen is an Elixir library to build applications with collections of sagas. Sagas communicate with each other by subscribing and…Nov 4, 2018Nov 4, 2018
Routing in Anywhere with Redux-PagesDo you know redux-pages? I guess you don’t know, so I’d like to give a description. Briefly, the reason to use redux-pages is to keep our…Jul 12, 2018Jul 12, 2018