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

Block or report guigarciaa

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

Hi devs πŸ‘‹

Tech lover, muscle builder, knowledge seeker! Ready for exciting challenges! πŸ’ͺπŸ“šπŸ’»

Linkedin: guigarciaa Website Gmail

More for me πŸ‘¨πŸ»β€πŸ’»

using System;

namespace SoftwareEngineer
{

 class Me
 {
    public readonly string name = "Guilherme";
    public readonly string role = "Software Engineer";
    public readonly string[] language_spoken = new string[]{ "pt_BR", "en_US" }

    public void SayHi()
    {
        Console.WriteLine("Thanks for dropping by, hope you find some of my work interesting.");
    }
 }
}

visitors

Pinned Loading

  1. sample-crud-aspnet sample-crud-aspnet Public

    This repository represent a simple CRUD implementation using ASP.NET core, running in a distributed infrastructure, with: two instances of application, one DB more load balancer in 1.5 CPU and 3GB RAM

    C# 3

  2. number-to-full-text-converter-lib number-to-full-text-converter-lib Public

    The NumberToTextConverter library provides a simple and convenient way to convert numeric values into their corresponding full text representation.

    C#