Kilian Cirera Sant

Kilian Cirera Sant

I'm a Software Engineer based in Seattle.
You can also follow me on Twitter, LinkedIn and GitHub.

Using Phoenix PubSub without Phoenix

April 07, 2019

While working with Elixir it’s easy to stumble upon a situation where we want to enable some process to subscribe to updates from another…

Aborting side-effects in React components

February 15, 2019

Picking up from my previous post about Aborting side-effects , which explained how can be used to cancel any side-effect, let’s explore…

Aborting side-effects

January 26, 2019

Side-effects are painful and should be avoided, but as pain itself, they are an essential part of life if you are a web application. The…