The good, the bad and the awesome of being a Young Gun Tech
| |

The good, the bad and the awesome of being a Young Gun Tech

This article was written by Tania Zúñiga, SRE & DevOps Engineer at Pipefy, working remotely from Mexico.  I think it is time to share my experience with a very interesting program that I have participated in at Pipefy, that may help other people in the future not only to be part of it as well,…

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…

Kops: Reliable and Highly Available Kubernetes clusters for fast-paced environments

Kops: Reliable and Highly Available Kubernetes clusters for fast-paced environments

By Diego Nogues If you work with Kubernetes, or have the intention to work with it, you have likely heard about GKE, EKS, AKS, DOKS, LKE, and so on. Also, you may have heard about kubeadm, kubespray, Rancher, kops, and a ton of other options. What do all these things have in common? All are…

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…