Skip to content
View felipetofoli's full-sized avatar

Block or report felipetofoli

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

Hey! Nice to see you!

My name is Felipe Tofoli and I'm a software engineer. I'm from Brazil, and currently working on international projects.

You can find me on: Linkedin Badge Github Badge

🔧 Technologies & Tools

.Net C# Python Go JavaScript

MicrosoftSQLServer MySQL Postgres Redis AmazonDynamoDB

AWS Azure Docker Git

✍ Blog & Writing

You can find some blog posts at my DEV.to account.

Pinned Loading

  1. dotnet-full-framework-ci-sandbox dotnet-full-framework-ci-sandbox Public

    This repository aims to show how to create GitHub Actions to: Build and Test a .Net Full Framework Web API project; Check the code formatting (.NET / C#); Run SonarQube code static analysis.

    C# 12 8

  2. ToDo.MinimalApi ToDo.MinimalApi Public

    C# 1

  3. GitHub Actions for .Net Full Framewo... GitHub Actions for .Net Full Framework: Build & Test
    1
    name: Build and Tests
    2
    
                  
    3
    on:  
    4
      push:
    5
        branches: [ main ]
  4. GitHub Action for checking the code ... GitHub Action for checking the code formatting of dotnet projects
    1
    name: dotnet format
    2
    
                  
    3
    on:
    4
      push:
    5
        paths: