Skip to content
View jonaspereirar's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report jonaspereirar

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

Pinned

  1. semantic-commit-messages.md semantic-commit-messages.md
    1
    # Semantic Commit Messages
    2
    
                  
    3
    See how a minor change to your commit message style can make you a better programmer.
    4
    
                  
    5
    Format: `<type>(<scope>): <subject>`
  2. template-NodeJS-typescript template-NodeJS-typescript Public template

    Template para iniciar com NodeJS e Typescript

    TypeScript 2

  3. Meta tags do curso de Next.js Meta tags do curso de Next.js
    1
    <meta httpEquiv="x-ua-compatible" content="IE=edge,chrome=1" />
    2
    <meta name="MobileOptimized" content="320" />
    3
    <meta name="HandheldFriendly" content="True" />
    4
    <meta name="theme-color" content="#121214" />
    5
    <meta name="msapplication-TileColor" content="#121214" />
  4. VSCode Settings (Updated) VSCode Settings (Updated)
    1
    {
    2
        "terminal.integrated.fontSize": 14,
    3
      
    4
        "workbench.iconTheme": "material-icon-theme",
    5
        "workbench.startupEditor": "newUntitledFile",