Miguel Palhas

Miguel Palhas @naps62

About: Professional over-engineer @subvisual. Building ethui

Location:
Portugal
Joined:
Jul 19, 2018

Miguel Palhas
articles - 11 total

Alchemy Conf 2025

Alchemy Conf 2025 is happening in Braga, Portugal, from March 30th to April 2nd, 2025!

Learn More 0 0Feb 6

Building State Machines in Elixir with Ecto

Among the many useful patterns in computer science, there is the concept of a Finite-state machine (F...

Learn More 19 0Jul 30 '20

Best Practices for Background Jobs in Elixir

Erlang & Elixir are ready for asynchronous work right off the bat. Generally speaking, background...

Learn More 17 0Jul 16 '20

Migrating Production Data in Elixir

When requirements change for your product, there arises a need to change not only the codebase but al...

Learn More 11 0Mar 4 '20

Typespecs and Behaviours in Elixir

In this post we talk about behaviours. Not ours. But Elixir's

Learn More 20 2Oct 18 '19

Metaprogramming: From C Preprocessing to Elixir Macros

Metaprogramming has come a long way since its early days. In this edition of Elixir Alcamy, we'll see how it evolved.

Learn More 67 0Jul 16 '19

Routing in Phoenix Umbrella Apps

Today, we’re diving into Phoenix umbrella applications to build a router that can route requests from multiple subdomains to different apps in our umbrella.

Learn More 11 3Apr 16 '19

Pouring Protocols in Elixir

An introduction to writing expressive and intuitive Elixir code with Protocols.

Learn More 10 0Feb 19 '19

Understanding Elixir’s GenStages: Querying the Blockchain

A dive into Elixir's GenStage module and backpressure using an example querying the blockchain

Learn More 16 1Nov 13 '18

Lists vs Tuples in Elixir

In this episode of Elixir Alchemy, we’ll explore the use of Lists and Tuples in Elixir. We’ll take a look at how each of these data structures is used and see when it’s appropriate to use either one over the other.

Learn More 49 0Aug 21 '18

Parsing Numbers in Elixir

In this episode of Elixir Alchemy, we'll see how parsing integers and floats from strings work in Elixir and other programming languages.

Learn More 12 0Jul 24 '18