The power and ease of working on multiple processes with elixir
|

The power and ease of working on multiple processes with elixir

Writer: William Freire, Backend Engineer One of Elixir’s key features is the idea of packaging code into small chunks that can be run independently and concurrently. If you’ve come from a conventional programming language, this may worry you. Concurrent programming is known to be difficult, and there’s a performance penalty to pay when you create…

Latency and throughput: What you should know before designing your system
|

Latency and throughput: What you should know before designing your system

Written by Thiago Lima. Despite being pretty straightforward concepts to grasp, latency and throughput can become very complex subjects when we dive into them. Even at a shallow glance, when we are dealing with systems’ design, they can lead to hard situations, and knowing them well can be the difference between a good and a…

How to use APIs
|

How to use APIs

This is the second of a series of articles intended for those who are new to programming and are interested in starting to know more about APIs. You can check the previous article here. If you’re already a developer and are searching for in-depth content Pipefy API documentations, please go here. What are APIs used…