# 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()
Ricardo Suman ricardosuman
🐺
- Brazil
-
00:58
(UTC -03:00) - https://www.ricardosuman.com
Popular repositories Loading
-
-
aseprite
aseprite PublicForked from aseprite/aseprite
Animated sprite editor & pixel art tool (Windows, macOS, Linux)
C++ 1
-
ecstatic
ecstatic PublicForked from ecstatic-framework/ecstatic
An ECS (Entity-Component-System) framework in Elixir
Elixir 1
-
chatbot-python-sample
chatbot-python-sample PublicForked from twitchdev/chatbot-python-sample
Python 1
-
elixir-udp-server
elixir-udp-server PublicElixir 1
-
elixir-tcp-server
elixir-tcp-server Public
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.