Skip to content
View cezardev07's full-sized avatar
Block or Report

Block or report cezardev07

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

Olá, eu sou o Cezar, estudante apaixonado por programação e tecnologia!

seja bem vindo(a) a o meu perfil do github!

Graduação:

  • Análise é desenvolvimento de sistemas

Hard Skills:

(function FizzBuzz(){
  for(let i = 1; i <= 100; i++){
    console.log(
      i % 3 === 0 && i % 5 === 0 ? "Fizz Buzz" : 
      i % 3 === 0 ? "Fizz" :
      i % 5 === 0 ? "Buzz" :
      i   
    )
  }
})()

Pinned

  1. github-api github-api Public

    ui clone do github consumindo a api-github

    TypeScript 1

  2. youtube-ui youtube-ui Public

    ui clone do youtube

    TypeScript 1

  3. intranet-model intranet-model Public

    modelo basico de uma API intranet desenvolvida para fornecer informações sobre endereços MAC e seus respectivos endereços IP dentro de uma rede local

    TypeScript 1

  4. api-random api-random Public

    api de mensagens aleatórias, projetada para fornecer mensagens aleatórias toda vez que o endpoint é chamado.

    TypeScript 1

  5. mercado-livre-api-react mercado-livre-api-react Public

    Busca e Gerenciamento de Produtos com React, Styled Components, Context API e Hooks (useState, useEffect) utilizando a API do Mercado Livre

    JavaScript 1

  6. to-do-list-java to-do-list-java Public

    application Java with Spring Boot.

    Java 2