Skip to content
View Lillow's full-sized avatar
♾️
Coding
♾️
Coding
Block or Report

Block or report Lillow

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

Language | Idioma

🇧🇷 Portuguese | Português
🇺🇸 English | Inglês

Danillo Silva | Web Developer

var lillo = new Developer
{
    Name = "Danillo Silva",
    Pronouns = "He | His",
    Function = "Full-stack",
    CurrentEducation = "Estácio",
    Hobbies = [ "Learn",
                  "Gym",
                  "Games",
                  "Code",
                  "Series and Anime",
                  "Meet friends",
                ],
    Ambitions = [ "Develop leadership, management and technical skills",
                    "Achieving balance in personal and professional life",
                    "Achieve fluency in English"
                ]
};

var myLife = new Life(lillo);

myLife.Start();
while (!myLife.Successful)
{
    Life.TryAgain(myLife);
    if (!myLife.IsAlive) break;
}

Languages and Tools

Pinned

  1. my-portfolio my-portfolio Public

    💻 Portfólio desenvolvido com o objetivo de mostrar alguns projetos e fazer uma breve apresentação pessoal.

    HTML 4 1

  2. Projeto-Blog-Pessoal-Front Projeto-Blog-Pessoal-Front Public

    Projeto desenvolvido durante o bootcamp da Generation Brasil

    TypeScript 1

  3. aluraportfolio aluraportfolio Public

    Portfólio com as atividades da semana Imersão Dev 3 da Alura.

    HTML 1

  4. dsmovie dsmovie Public

    Projeto desenvolvido durante a Semana Spring React 6 da DevSuperior

    Java 2 1

  5. dsvendas dsvendas Public

    Projeto desenvolvido durante a Semana Spring React 5 da DevSuperior

    Java 1

  6. Projeto-Blog-Pessoal-Back Projeto-Blog-Pessoal-Back Public

    API-REST desenvolvida para o consumo no projeto Blog Pessoal desenvolvido durante o bootcamp da Generation Brasil

    Java 1