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);
}
}
}
π―
Focusing
β’ Developer and Software Enginer π©βπ»π©βπ»
β’ Computer Science (UNIVALI)
-
Deepstack
- Itapema ,Santa Catarina
- in/thiago-andrade-484242221
Highlights
- Pro
Pinned Loading
-
document-information-searcher
document-information-searcher PublicA document information searcher , using AI, initially integrated with openai
C# 2
-
CasrtsyCompleteProject
CasrtsyCompleteProject PublicThis is a basic ERP system designed to meet the needs of small businesses, made in Angular and .NET
CSS
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.