Skip to content
View ricardosuman's full-sized avatar
๐Ÿบ
๐Ÿบ

Highlights

  • Pro

Block or report ricardosuman

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
ricardosuman/README.md
# about_me.exs

defmodule Engineer do
  defstruct name: "", age: 0, role: "", nationality: "", languages_spoken: [], expertise: [], tools: [], favorite_languages: []
end

defmodule Main do
  def run do
    user = %Engineer{
      name: "Ricardo Suman",
      age: 29,
      role: "Software Engineer",
      nationality: "๐Ÿ‡ง๐Ÿ‡ท ๐Ÿ‡ฎ๐Ÿ‡น",
      languages_spoken: [
        {"Portuguese", "๐Ÿ‡ง๐Ÿ‡ท"},
        {"English", "๐Ÿ‡บ๐Ÿ‡ธ"}
      ],
      expertise: ["Fullstack", "AI", "Game Dev"],
      tools: [
        {"Fullstack", ["Next.js", "Remix", "NestJS", "Express.js"]},
        {"AI", ["TensorFlow", "LangChain", "CrewAI"]},
        {"Game Dev", ["Unreal Engine 5", "Bevy"]},
      ],
      favorite_languages: ["Rust ๐Ÿฆ€", "Elixir โš—๏ธ", "Swift ๐Ÿ", "C++ ๐Ÿ’พ"]
    }

    IO.inspect(user, pretty: true)
  end
end

Main.run()

Popular repositories Loading

  1. ecs ecs Public

    Forked from yosriady/ecs

    ๐Ÿฐ Entity Component System

    Elixir 1

  2. aseprite aseprite Public

    Forked from aseprite/aseprite

    Animated sprite editor & pixel art tool (Windows, macOS, Linux)

    C++ 1

  3. ecstatic ecstatic Public

    Forked from ecstatic-framework/ecstatic

    An ECS (Entity-Component-System) framework in Elixir

    Elixir 1

  4. chatbot-python-sample chatbot-python-sample Public

    Forked from twitchdev/chatbot-python-sample

    Python 1

  5. elixir-udp-server elixir-udp-server Public

    Elixir 1

  6. elixir-tcp-server elixir-tcp-server Public

    1