Skip to content
View 0xCAB0's full-sized avatar
๐Ÿƒ
๐Ÿƒ
  • NTTData & @ThalosES
  • Madrid - Spain
  • 18:55 (UTC +01:00)

Highlights

  • Pro

Organizations

@ThalosBots

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. ThalosBots/vinted-rs ThalosBots/vinted-rs Public

    A complete Vinted API-Wrapper in Rust

    Rust 6

  2. tucochedana_bot tucochedana_bot Public

    Telegram bot that integrates with https://tucochedana.es allows users to receive alert on lost vehicles during the 2024 floods in Spain.

    Rust

  3. shor_algorithm shor_algorithm Public

    Shor's algorithm implementation in Qiskit

    Jupyter Notebook 1