Skip to content
View guilhermejcgois's full-sized avatar
✍️
Writing amazing solutions
✍️
Writing amazing solutions
Block or Report

Block or report guilhermejcgois

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

Typing SVG

I'm a fullstack developer skilled on front end development, passionate about designing and developing amazing products that deliver real value for real people. "Man should not live by code alone", agile and lean process enthusiast and continually improving leadership skills.

Linkedin Badge Gmail Badge


----
Who: Guilherme Gois
Pronoums: "He" | "Him"
From: São Paulo, Brazil
----
Actually:
  - What: Studying
    Subjects: [
      "Flutter/Dart"
    ]
  - What: Reading
    Books: []
  - What: Working
    Company: Monte Bravo Investimentos
    As: Tech Leader

🛠️ Tech skills 🛠️

HTML5 CSS3 Sass Bootstrap JavaScript Angular React Nextjs TypeScript Nodejs Nestjs GraphQL Apollo GraphQL MongoDB PostgreSQL MySQL Heroku Docker Amazon AWS Git GitHub BitBucket


⚡ Stats ⚡

Anurag's GitHub stats


What help/inspired me building this:

Pinned

  1. ux-leris/e-MuseumLPS ux-leris/e-MuseumLPS Public

    Java 1 2

  2. rust-guessing-game rust-guessing-game Public

    Rust

  3. Get computed styles (in typescript) Get computed styles (in typescript)
    1
    // Gist adapted from: https://gist.github.com/cms/369133
    2
    export getStyle(el: Element, styleProp: string): string {
    3
        let value;
    4
        const defaultView = el.ownerDocument.defaultView;
    5
        // W3C standard way:
  4. Getting all scopes from commits summ... Getting all scopes from commits summary in a repo for commitizen friendly repos
    1
    git log --pretty="%s" | grep -o -P '(?<=\().*(?=\))' | grep -v -F 'pull request' | uniq
  5. Fibonacci-Clock Fibonacci-Clock Public

    I made this inspired by http://gizmodo.uol.com.br/relogio-de-fibonacci/

    JavaScript