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

Highlights

  • Pro

Organizations

@ThalosES
Block or Report

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

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

    A complete Vinted API-Wrapper in Rust

    Rust 5 1

  2. JustDeliveroo JustDeliveroo Public

    Food delivering app built using Firebase and RoomDB following a MVVM arch

    Java

  3. Betunfair Betunfair Public

    Betfair clone in Elixir

    Elixir 1