Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
@ricardosuman
ricardosuman
Follow

Ricardo Suman ricardosuman

🐺

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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()
Mask group

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

AltStyle によって変換されたページ (->オリジナル) /