#elixir #cizen
Asynchronous request and connection pooling in elixir with cizen
https://dev.to/ryo33/asynchronous-request-and-connection-pooling-in-elixir-with-cizen-16p
Asynchronous request and connection pooling in elixir with cizen
https://dev.to/ryo33/asynchronous-request-and-connection-pooling-in-elixir-with-cizen-16p
The DEV Community
Asynchronous Request and Connection Pooling in Elixir with Cizen
#programming #elixir #cizen
The mystery of event dispatching in cizen
https://medium.com/cizen/the-mystery-of-event-dispatching-in-cizen-25ccd4b44795
The mystery of event dispatching in cizen
https://medium.com/cizen/the-mystery-of-event-dispatching-in-cizen-25ccd4b44795
Medium
The Mystery of Event Dispatching in Cizen
Cizen is an Elixir library to build applications with collections of sagas. Sagas communicate with each other by subscribing and…
#elixir #cizen
Combine cli tools with elixir and cizen
https://medium.com/cizen/combine-cli-tools-with-elixir-and-cizen-399be99102d3
Combine cli tools with elixir and cizen
https://medium.com/cizen/combine-cli-tools-with-elixir-and-cizen-399be99102d3
Medium
Combine CLI Tools with Elixir and Cizen
Cizen is a library to build concurrent applications with a collection of automata which communicate with each other by events. In this…
#cizen #elixir #tutorial #phoenix_framework
Integrating cizen with phoenix
https://medium.com/cizen/integrating-cizen-with-phoenix-f0ee89d1d6d2
Integrating cizen with phoenix
https://medium.com/cizen/integrating-cizen-with-phoenix-f0ee89d1d6d2
Medium
Integrating Cizen with Phoenix
Do you know Cizen? It’s a Elixir library that helps you to develop an application that consists of automata who communicate by passing…
#elixir #cizen #saga
1,000,000 sagas and 1,000,000 events
https://medium.com/cizen/1-000-000-sagas-and-1-000-000-events-960b1e541e3c
1,000,000 sagas and 1,000,000 events
https://medium.com/cizen/1-000-000-sagas-and-1-000-000-events-960b1e541e3c
Medium
1,000,000 Sagas and 1,000,000 Events
Cizen is a library that supports building concurrent applications in Elixir. In this post, we try to start a million sagas and fire a…
#cizen #elixir #phoenix
Integrating cizen with phoenix (part 2)
https://medium.com/cizen/integrating-cizen-with-phoenix-part-2-f2260859391
Integrating cizen with phoenix (part 2)
https://medium.com/cizen/integrating-cizen-with-phoenix-part-2-f2260859391
Medium
Integrating Cizen with Phoenix (Part 2)
In the previous article “Integrating Cizen with Phoenix”, I introduced Cizen and explained how to integrate with Phoenix Framework through…