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

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.

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
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 = "thiagoandradeferreira16@gmail.com",
                Discord = "thiagoclencysson"
            };

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

            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", "mongo","redis","pgsql",},
                Specialities = new List<string> { "fullstack", "software engineering", "apis", "web/app", "ai architecture"},
            };

            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# 3

  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#