defmodule AboutMe do
@moduledoc """
A little bit about me.
"""
defstruct daily_knowledge: %{
elixir: Elixir.t(),
php: Php.t(),
javascript: Javascript.t(),
java: Java.t(),
ruby: Ruby.t(),
phoenix: Phoenix.t(),
laravel: Laravel.t(),
vuejs: VueJs.t(),
react: React.t(),
angular: Angular.t(),
springboot: Springboot.t(),
aws: Aws.t(),
postgressql: PostgresSql.t(),
mysql: Mysql.t(),
docker: Docker.t(),
kubernetes: Kubernetes.t(),
ruby_on_rails: RubyOnRails.t()
},
current_workplace: %{
company: Iza.t(),
position: BackEndEngineer.t()
},
passions: %{
elixir: Elixir.t(),
aws: Aws.t(),
tdd: Tdd.t(),
scrumn: Scrum.t()
},
contacts: %{
email: "[email protected]",
linkedin: "www.linkedin.com/in/william-freire-121781143",
twitter: "twitter.com/WilliamFreire6"
}
end
Pinned Loading
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.