Skip to content
View ltteixeira's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@CodeStockBR

Block or report ltteixeira

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

Hi, Guys!

Some social networks:

Linkedin: luciano-teixeira-dev Discord: Branco#5862 GitHub: ltteixeira

A little bit about me...

Person person = new Person
{
    name = "Luciano Teixeira",
    age = DateTime.Now.Year - 1992,
    idioms = {"Portuguese", "English"},
    undergraduatedcourse = new UnderGraduate { name = "Bachelor of Science in Computer Science", institution = "EEP" },  
    graduatecourse = new Graduate { name = "Database Administration and Engineering", institution = "UNICAMP" },
    work = new List<Company> 
    { 
        new Company { name = "CodeStock", act = "Founder",              applications = new List<Applications>() },
        new Company { name = "Foursys",   act = "Full Stack Developer", applications = new List<Applications>() }
    }
};

var tecnologies = {"C#", "Angular", "React", "Html", "Css", "Javascript"};

var applications = person.Study(tecnologies);

return applications;

Made with ❤ by C. S. © 2021

Popular repositories Loading

  1. DesignPattern DesignPattern Public

    I posted this project to share with people that want to learn a little bit about the Design Patterns course from Mosh Hamedani. Buy this course and improve your career. ;) https://codewithmosh.com

    C# 1 2

  2. ltteixeira ltteixeira Public

    Project description about me

    1

  3. vb6-scroll-plugin vb6-scroll-plugin Public

    Plug-in to use in Vb6 dev

  4. ConvertJsonToClass ConvertJsonToClass Public

    This project has a example of the program that read a Json file and return a List<T>.

    C#