Skip to content
View dyhalmeida's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report dyhalmeida

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
dyhalmeida/README.md

Diego Almeida 👨‍💻

Linkedin Badge DEV Badge Whatsapp Badge Gmail Badge

A little more about me

function makeDeveloper(): Developer {
  const diego: Developer = {
    name: "Diego Almeida",
    nationality: "Brazilian",
    languages: [
      "Portuguese",
      "Technical English",
    ],
    technologies: {
      javascript: ["React", "Angular", "Node"],
      golang: ["GinGonic"],
      database: ["MySQL", "PostgreSQL", "SQLite", "MongoDB"],
      apis: ["REST", "GraphQL"],
      ui: ["Chakra UI", "Material-UI", "Tailwind", "Styled Components", "Stitches"],
      infra: ["Docker"],
    },
  }
  return diego
}

Pinned Loading

  1. golang-opportunities golang-opportunities Public

    A job opportunities API built using Golang. The API uses Go-Gin as a router, SQLite as a database, and GoORM for database communication. It also includes Swagger for documentation and testing, and …

    Go

  2. ignite-redux ignite-redux Public

    @redux: Review of redux + saga concepts with React

    TypeScript

  3. ts-bun-poo ts-bun-poo Public

    @bun: Review of OOP concepts

    TypeScript

  4. ead-domain-modeling ead-domain-modeling Public

    Repositories for learning purposes about DDD and TDD

    TypeScript

  5. go-study go-study Public

    Golang studies repository

  6. dogs-next-app dogs-next-app Public

    next14 studies repository by origamid

    TypeScript 1