Posts by Amanda Sposito
There is no arguing about how important tests are for our application. But from time to time, when we are dealing with it, some questions came up on a daily basis. A very common day-do-day case is our application relying on APIs and external libs, but one of the things we don’t want our test … »
Tags: elixir, tests, Posted in English, Comments Off on Elixir: What about tests?
There is a discussion that always comes up when dealing with database migrations. Should I use the migrations to also migrate data? I mean, I’ve already altered the structure so it would be easy to change the data by including an SQL as well, and this would guarantee that everything is working after the deploy. … »
Tags: database, postgresql, Posted in English, Comments Off on Migrations in databases with large amount of data
I have recently finished reading the book Learn Functional Programming with Elixir, from Ulisses Almeida, published by PragProg. I was curious about this book in particular because I wanted to know how a book that explains functional programming for people that are starting this journey would be My path to learning functional programming was not … »
Tags: elixir, Posted in English, Comments Off on Review: Learn Functional Programming with Elixir
One of the notable features provided by the Elixir language is the way it handles concurrency, how this is beneficial on a daily basis and adds value to the final software. And one of the things that comes up when learning about concurrency in Elixir is an acronym we hear a lot, called OTP. OTP The … »
Tags: elixir, otp, Posted in English, 2 Comments »
Uma das grandes características da linguagem Elixir é a maneira como ela lida com concorrência, como isso traz benefícios no dia-a-dia e como isso agrega valor ao software final. Quando vamos estudar sobre concorrência, uma das coisas que surgem durante esse aprendizado é uma tal sigla que escutamos muito, chamada OTP. OTP A sigla significa … »
Tags: elixir, elixir brasil, Posted in Português, 2 Comments »