Skip to content
View anrras's full-sized avatar

Block or report anrras

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

Hello World!

My name is Andrés Quintero. Colombian.

Skills

HTML5 CSS3 JavaScript Nodejs Angular

Interested in learn a lot of

Vuejs Docker ArchLinux

IDEs/Editors

Neovim Visual Studio Code

Version Control

Git SVN

GitHub Stats 🚀

GitHub stats

Pinned Loading

  1. angular-docker angular-docker Public

    build Angular project using docker image with multi-stage builds

    Dockerfile 1

  2. anrras.github.io anrras.github.io Public

    Página web de pruebas

    HTML

  3. configs configs Public

    config files of my linux setup (Archlinux)

    Vim Script

  4. graphql-angular graphql-angular Public

    Angular project with graphql apollo-client

    TypeScript

  5. Angular custom validations Angular custom validations
    1
    import { AbstractControl, FormGroup, ValidationErrors, ValidatorFn } from '@angular/forms';
    2
    
                  
    3
    export class CustomValidators {
    4
      static age(control: AbstractControl) {
    5
        const value = control.value;
  6. Class for calculate digit verificati... Class for calculate digit verification of the NIT in Colombia in TypeScript
    1
    export class NitValidations {
    2
      static returnVerificationDigit(myNit: string) {
    3
        // Se limpia el Nit
    4
        let validNit = this.cleanNit(myNit);
    5
        // Si el Nit es válido, devuelve el digito