Skip to content
View vazConnected's full-sized avatar
🌐
Connected
🌐
Connected
  • Brazil
  • 22:40 (UTC -03:00)
Block or Report

Block or report vazConnected

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

Hi! I'm Pedro Vaz 👋

> Wanna know more about me? Here. Take this object:

let pedroVaz = {
   "nickname": "Vaz",
   "nationality": "Brazilian",
   "languages": [
      { "language": "Portuguese", "proficiency": "Native" },
      { "language": "English", "proficiency": "Advanced" },
      { "language": "Spanish", "proficiency": "Beginner" }
   ],
   "academicHistory":[
      { "course": "Computer Engineering", "degree": "Bachelor", "institution": "Cefet-MG", "status": "in progress" },
      { "course": "Computer Networks", "degree": "Technician", "institution": "Cefet-MG", "status": "completed" }
   ],
   "email": "vaz.connected@gmail.com",
   "linkedIn": "https://www.linkedin.com/in/vazConnected/",
   "youTube": "https://www.youtube.com/@vazConnected"
};

Feel free to contact me via e-mail or LinkedIn! TTYL! 😄

Pinned

  1. cefet-cg-guerraNasNuvens cefet-cg-guerraNasNuvens Public

    Projeto inspirado no jogo Galaxian, desenvolvido em C e OpenGL com a biblioteca FreeGLUT.

    C 1

  2. cefet-si-markovChain cefet-si-markovChain Public

    Estimação de Cadeias de Markov com Alcance Variável e suas aplicações

    C