Skip to content
View diegorondao's full-sized avatar
💻
💻

Block or report diegorondao

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

Typing SVG
Typing SVG

https://www.hackerrank.com/profile/diegorondao86

👨‍💻 Languages

C# .NET Java PHP Python JavaScript TypeScript NodeJS HTML5 CSS3

🧰 DevOps / Tools

Terraform Grafana Figma Azure Devops Docker Kubernetes Helm kafka

🗄️ Providers

Azure AWS

🗄️ Databases and Cloud Hosting

SqlServer MySQL PostgreSQL MongoDB



🔥 Streak Stats

diegorondao's streak

🔥 Get streak stats for your profile at git.io/streak-stats

💻 GitHub Profile Stats

diegorondao's Github Stats diegorondao's Top Languages

Note: Top languages is only a metric of the languages my public code consists of and doesn't reflect experience or skill level.

diegorondao's Activity Graph

🏷️ Holopin Badges

@diegorondao's Holopin board

Pinned Loading

  1. Análise de código com SonarQube + Do... Análise de código com SonarQube + Docker + .NET Core
    1
    version: '3'
    2
    
                  
    3
    services:
    4
      postgresql:
    5
        image: bitnami/postgresql:latest
  2. Visual Studio Code | User | Settings Visual Studio Code | User | Settings
    1
    {
    2
      "breadcrumbs.enabled": false,
    3
      "diffEditor.ignoreTrimWhitespace": false,
    4
    
                  
    5
      "terminal.integrated.fontSize": 14,
  3. Ambiente de desenvolvimento no Linux... Ambiente de desenvolvimento no Linux - Com VS Code, ZSH, Oh-my-zsh, zsh-syntax-highlighting, zsh-autosuggestions e ASDF.
    1
    # !/bin/bash
    2
    
                  
    3
    # Update/Upgrade Packages
    4
    - sudo apt update -y
    5
    - sudo apt upgrade -y
  4. Guia para mensagens de commits Guia para mensagens de commits
    1
    # Guia para mensagens de commits
    2
    
                  
    3
    ## Formato da mensagem
    4
    
                  
    5
    Cada mensagem de commit consiste em um **cabeçalho**, um **corpo** e um **rodapé**.