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

Block or report rdgomt

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

Hi 👋

I'm a software engineer from Brazil working mostly with mobile and web applications.

  • I’m currently working on Oncoclínicas por Você app.
  • Other projects that I worked on include: Situs Arqueologia, Puravida, SIGBio-RS.
  • My main skills are frontend oriented, but I have experience with the entire app development and publishing flow.
  • I’m currently studying Software Design, Clean Architecture, Domain Driven Design.
  • Fun facts: I graduated in environmental engineering in college and I love working with maps and geospatial data.

My stars are some of the packages I've used at some time.

Main stack:

TypeScript React React Native NodeJS NestJS Postgres Realm AWS Figma

Socials:

LinkedIn Instagram

Pinned

  1. ddd-study ddd-study Public

    A forum app made for practicing Domain-driven Design (DDD) and Clean Architecture concepts.

    TypeScript

  2. blockchain-poc blockchain-poc Public

    ⛓️ This project was made to study blockchain basics.

    TypeScript

  3. eslint-config eslint-config Public

    ⚙️ My personal ESLint settings for Node or React/React Native apps.

    JavaScript

  4. nest-study nest-study Public

    Basic REST API structure based in NestJS. For study purposes.

    TypeScript

  5. vscode snippets vscode snippets
    1
    /* prettier-ignore */
    2
    
                  
    3
    // Place your global snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and
    4
    // description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope
    5
    // is left empty or omitted, the snippet gets applied to all languages. The prefix is what is
  6. vscode settings vscode settings
    1
    {
    2
      "[prisma]": {
    3
        "editor.defaultFormatter": "Prisma.prisma"
    4
      },
    5
      "cSpell.language": "en,pt-BR",