Skip to content
View DaviGn's full-sized avatar
😛
Coding...
😛
Coding...

Organizations

@appWallit @ibacbac @educacionalAda
Block or Report

Block or report DaviGn

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

Hi there 👋, I'm Davi

  • 💻 I’m Software Engineer Specialist and Solutions Architect;
  • 👨‍🏫 I teach classes at Ada;
  • 🌱 Passionate for software engineering. I love to work with .NET, NodeJs, AWS, Azure, React JS, React Native etc;
  • ⚡ Fun fact: I have a some of hobbies (Guitar, Gaming, Chess...)

Check out my tech stack down below =)

mongodb mongodb nodejs azure AWS typescript Java Kotlin linux kubernetes React NextJs Nestjs mongodb mongodb mongodb

dp900 az900 az204 az104 dp203 dp300 az400 az305

dp900

alissonsleal

Pinned

  1. VSCode settings VSCode settings
    1
    {
    2
      "workbench.iconTheme": "material-icon-theme",
    3
      "workbench.sideBar.location": "left",
    4
      "workbench.editor.labelFormat": "short",
    5
      "workbench.startupEditor": "newUntitledFile",
  2. ESLint Node settings ESLint Node settings
    1
    {
    2
        "env": {
    3
            "browser": true,
    4
            "es6": true,
    5
            "node": true,
  3. DockerCompose DockerCompose Public

    A Docker compose repo for common services

    2

  4. ExpressApiExample ExpressApiExample Public

    An example API using Express with Typescript. This project also contains deployment settings to AWS environment.

    TypeScript 3 2

  5. PagedList PagedList Public

    Library for easily paging through any IQueryable in ASP.NET/ASP.NET Core

    C# 2

  6. SagaMassTransit SagaMassTransit Public

    An example of Saga with State Machine using MassTransit

    C# 1