ETEric Torreborreinetorreborre.blog·Mar 12 · 4 min readPartial and unfair tour of GleamI keep hearing people praising systems built on top of the BEAM virtual machine. Unfortunately programming with dynamically typed languages like Erlang or Elixir is really not my thing for production 00
ETEric Torreborreinetorreborre.blog·Nov 11, 2025 · 5 min readMy first Unison Cloud serviceI already mentioned on this blog how amazing it feels to program with Unison. Since I started using Unison, I have created several libraries, but I never deployed and used a Unison Cloud service that wasn't just an experiment. Not anymore! Scratching...00
ETEric Torreborreinetorreborre.blog·Nov 4, 2025 · 6 min readDon't look down! Look at the data instead!Story time When I was working at Macquarie Bank in Sydney, I would implement new features for the bonds trading back-office. Then, I would sit down with a business analyst, Greg (if I remember correctly) and he would test various cases with me. One t...00
ETEric Torreborreinetorreborre.blog·Jan 28, 2025 · 6 min readWe can do much betterI was really taken aback the other day by this piece of Terraform file: variable "db_username" { description = "Postgres username" type = string } The Terraform motto is “infrastructure as code”, but what I see above is a configuration file mas...00L
ETEric Torreborreinetorreborre.blog·Dec 31, 2024 · 14 min read2024 in reviewThis year I decided to do a quick professional retrospective. It’s easier to plan the road ahead when you also have an eye on the rear-view mirror! I can group most of my highlights of 2024 in 3 categories: Becoming a technologist Unison The small...00