Skip to content
View thinkricardo's full-sized avatar
🇵🇹
Coding
🇵🇹
Coding
Block or Report

Block or report thinkricardo

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

Hi there 👋

Social

Articles

Pinned

  1. angular-infinite-scroll angular-infinite-scroll Public

    This repository is featured on my article "Angular: Roll into infinite scroll".

    TypeScript

  2. angular-custom-components angular-custom-components Public

    This repository is featured on my article "First-class citizens custom form components in Angular".

    TypeScript

  3. My Visual Studio Code Settings My Visual Studio Code Settings
    1
    {
    2
      "window.commandCenter": true,
    3
      "window.newWindowDimensions": "inherit",
    4
    
                  
    5
      "security.workspace.trust.enabled": false,
  4. Git commands aliases Git commands aliases
    1
    alias ,fetch="git fetch"
    2
    alias ,pull="git pull"
    3
    
                  
    4
    alias ,push="git push"
    5
    alias ,pushu="git push --set-upstream origin HEAD"