Skip to content
View hugoalmeidahh's full-sized avatar
👨‍💻
Coding!!!
👨‍💻
Coding!!!
Block or Report

Block or report hugoalmeidahh

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

Hi there 👋

Pinned

  1. nofy-fuse nofy-fuse Public

    App Template

    TypeScript 8 1

  2. base-node-api base-node-api Public template

    The Core base of projects with Node, Express and more libs

    TypeScript 3

  3. ivue-base ivue-base Public

    Forked from vuejs-templates/webpack

    A full-featured Ionic4 + VueJs + Webpack + vue-loader setup with hot reload, linting, testing & css extraction.

    JavaScript 6

  4. crud-go crud-go Public

    studing golang with postgres

    Go 2

  5. docker-compose.yml docker-compose.yml
    1
    version: '3'
    2
    services:
    3
      postgres:
    4
        image: postgres
    5
      environment:
  6. exemplo básico de como configurar au... exemplo básico de como configurar automatização de PR no workflow do GitHub Actions:
    1
    name: Automatizar PR da Develop para Main
    2
    
                  
    3
    on:
    4
      push:
    5
        branches: