Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
View cezardev07's full-sized avatar

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.

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
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 Loading

  1. api-random api-random Public

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

    TypeScript 4

  2. github-api github-api Public

    ui clone do github consumindo a api-github

    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. youtube-ui youtube-ui Public

    ui clone do youtube

    TypeScript 1

Morty Proxy This is a proxified and sanitized view of the page, visit original site.