Skip to content
View williamff11's full-sized avatar
Block or Report

Block or report williamff11

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
williamff11/README.md
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: "williamff11@gmail.com",
    linkedin: "www.linkedin.com/in/william-freire-121781143",
    twitter: "twitter.com/WilliamFreire6"
  }
end

Pinned

  1. k8s-with-minikube k8s-with-minikube Public

    Working with Kubernetes with Minikube

    PHP

  2. micro-videos micro-videos Public

    PHP

  3. my_expenses my_expenses Public

    Elixir