I'm a software developer and infrastructure engineer, I like my philosophy UNIX Emacs Emacs (with EVIL) and my programming Functional.
-type language() ::
elixir | erlang | fsharp | gleam | haskell | nix | python | rust | shell | sql.
-type infra() :: docker | git | kubernetes | make | pulumi | terraform | vault.
-type database() :: postgresql | sqlite | sqlserver.
-type system() :: nixos.
-type interests() ::
algebra |
distributed_systems |
emacs |
functional_programming |
logic |
relational_databases |
linux.
-type role() :: backend | devops | infra.
-record(description,
{name = "Marcos Benevides" :: string(),
title :: [role(), ...],
city = "São Luís/MA" :: string(),
country = "🇧🇷",
interests :: [interests(), ...],
tools :: [database() | language() | infra(), ...],
system :: [system(), ...]}).