Skip to content
View 0xCAB0's full-sized avatar
  • NTTData & @ThalosES
  • Madrid - Spain
  • 19:58 (UTC +02:00)

Highlights

  • Pro

Organizations

@ThalosES

Block or report 0xCAB0

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
0xCAB0/README.md

Hello there ๐Ÿ‘‹

Hey! My name is รlvaro, I'm a software engineering at NTT Data.

I'll let my favourite language explain more about myself:

defmodule LoveFuncionalIndeed do
  @type Happy_programmer_id() :: String.t()

  @spec whoami() :: {:ok, Happy_programmer_id()}
  def whoami() do
    human_languages = ["๐Ÿ‡ช๐Ÿ‡ธ", "๐Ÿ‡ฌ๐Ÿ‡ง", "๐Ÿ‡ซ๐Ÿ‡ท"]
    merged_tech_stack = my_tech_stack(["RPA", "WebDev", "AppDev" | _much_more])
    IO.inspect(merged_tech_stack)
    loop()
  end

  defp loop do
    IO.puts("I love functional programming!")
    loop()
  end

  defp my_tech_stack(more_languages) do
    ["Elixir", "Python", "Rust" | more_languages]
  end
end

๐Ÿ–น Certificates

UiPath Blueprism

๐Ÿ“ˆ Stats

Pinned Loading

  1. ThalosES/vinted-rs ThalosES/vinted-rs Public

    A complete Vinted API-Wrapper in Rust

    HTML 5

  2. JustDeliveroo JustDeliveroo Public

    Food delivering app ft Firebase as BAAS/RoomDB following a MVVM arch

    Java

  3. dotenv-nixos dotenv-nixos Public template

    Declarative OSs going brrr

    Nix

  4. plex-with-sauce plex-with-sauce Public

    Forked from pablokbs/plex-rpi

    Fork del script de PeladoNerd gestionando los puertos y otras variables sensibles con archvios .env

    Shell