Girorme's blog
  • EN
  • PT
  • Home
  • About

Elixir in Daily Life - Pattern Matching

girorme 8 min read March 15, 2022 1590 words
elixir programming
Pattern matching is a powerful part of Elixir that allows us to search for simple patterns in values, data structures, and even functions.

Elixir and Web Scraping

girorme 8 min read April 3, 2021 1586 words
programming elixir functional programming
For those being introduced to the topic, the concept in broad terms is basically making requests to one or more URLs and working on the result, translating the obtained content into the language’s structures.

Creating Elixir App Binaries Using Bakeware

girorme 3 min read January 25, 2021 439 words
elixir programming bakeware
As the king once said: Just generate a binary and it’ll be great. Just like in other languages like GOlang, with Bakeware we can compile an Elixir app into a single binary.