Skip to content
View ruandeveloper's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro
Block or Report

Block or report ruandeveloper

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

Hello World

Ruan LinkedIN

Atuo como desenvolvedor front-end Angular e tenho mais de 6 anos de experiência na área.

Além do Angular, tenho experiência com CSS e seus pré-processadores (Sass/SCSS), testes unitários utilizando Jest e Spectator, gerenciamento de estado com RxJS, design system e Storybook.

Linguagens e ferramentas:

Pinned

  1. angular-github-search angular-github-search Public

    Aplicação que consome a API do GitHub com Angular e GraphQL

    TypeScript

  2. Rules do ESLint para o Angular Rules do ESLint para o Angular
    1
    {
    2
      "root": true,
    3
      "ignorePatterns": [
    4
        "projects/*/"
    5
      ],
  3. Helper functions para testes no Angular Helper functions para testes no Angular
    1
    import { DebugElement } from '@angular/core';
    2
    import { ComponentFixture } from '@angular/core/testing';
    3
    import { By } from '@angular/platform-browser';
    4
    
                  
    5
    function dataTestSelector(dataTestId: string) {
  4. boletobr boletobr Public

    Forked from TimeShareSolucoes/boletobr

    Geração de Boleto Bancário e Remessa, Leitura de Retorno compatível com .NET versão 4.5 e posteriores.

    C#