felipetofoli - Overview (original) (raw)

Skip to content

Sign in

Appearance settings

View all features

View all solutions

View all resources

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Sign in

Sign up

Appearance settings

@felipetofoli felipetofoli Follow

Overview Repositories20 Projects Packages Stars43

More

@felipetofoli

felipetofoli

Follow

View felipetofoli's full-sized avatar

Felipe Tófoli felipetofoli

Follow

Software Engineer

3 followers

· 8 following

Achievements

Achievement: QuickdrawAchievement: Pull Sharkx3Achievement: Pair ExtraordinaireAchievement: YOLOAchievement: Arctic Code Vault Contributor

Achievements

Achievement: QuickdrawAchievement: Pull Sharkx3Achievement: Pair ExtraordinaireAchievement: YOLOAchievement: Arctic Code Vault Contributor

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.

Add an optional note

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Overview Repositories20 Projects Packages Stars43

More

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# 13 6
  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: