Skip to content
View ThiagoAndradeF's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report ThiagoAndradeF

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

About Me

using System;
using System.Collections.Generic;

namespace ThiagoAndradeF
{
    public class ThiagoAttributes
    {
        public static (Contact, Life, Coding) GetAttributes()
        {
            var contact = new Contact
            {
                Email = "[email protected]",
                Discord = "thiagoclencysson"
            };

            var life = new Life
            {
                Name = "thiago",
                Alias = "thi",
                Langs = new List<string> { "english", "portuguese" },
                Country = "br",
                Age = 22
            };

            var coding = new Coding
            {
                Langs = new Dictionary<string, List<string>>
                {
                    { "expert", new List<string> { "typescript/angular", "c#/.net", "javascript" } },
                    { "intermediate", new List<string> { "c++", "python" } },
                    { "hasExperience", new List<string> { "c#", "c++", "angular", "javascript" } }
                },
                Databases = new List<string> { "sql server", "mysql", "sqlite" },
                Specialities = new List<string> { "fullstack", "software engineering", "apis", "web/app" },
                Ide = new List<string> { "vscode", "visual studio" }
            };

            return (contact, life, coding);
        }
    }
}

Skills

Pinned Loading

  1. document-information-searcher document-information-searcher Public

    A document information searcher , using AI, initially integrated with openai

    C# 2

  2. CasrtsyCompleteProject CasrtsyCompleteProject Public

    This is a basic ERP system designed to meet the needs of small businesses, made in Angular and .NET

    CSS

  3. College College Public

    Made to store my college algorithm and data structures repositories

    C++

  4. artificial-intelligence-study artificial-intelligence-study Public

    C#