Skip to content
View vagnerac's full-sized avatar

Block or report vagnerac

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

Hi there! I am Vagner Coelho, a Backend Developer.

const vagner = {
    pronouns: "he" | "him",
    aboutMe: ["family", "development", "crypto", "technology", "coffee"],
    coding: [Javascript, HTML, CSS, Crypto, Blockchain, Web3, ERP],
    technologies: {
        frontEnd: {
            css: ["Bootstrap"]
        },
        backEnd: {
            js: ["Node.JS", "Typescript", "MySQL"]
        }
    }
};

Popular repositories Loading

  1. crypto-transactions-app crypto-transactions-app Public

    Simple crypto transactions app to transfer token between wallets using ethers.js

    JavaScript 1 1

  2. finance-manager finance-manager Public

    This is a learning purpose project using Node.JS to apply learned concepts and resources. This project is a personal financial management system.

    JavaScript

  3. consume-finance-api consume-finance-api Public

    This is a learning purpose project to apply learned functionalities and tools in REACT consuming my personal finance project api

    JavaScript

  4. vagnerac vagnerac Public

  5. form-validator form-validator Public

    Simple form validator with Typescript

    TypeScript

  6. calculator calculator Public

    Web calculator with basic math operations implemented with JavaScript and Typescript.

    TypeScript