Skip to content
View KelvinNovais's full-sized avatar

Block or report KelvinNovais

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

#!/usr/bin/python
# -*- coding: utf-8 -*-

class Present:

    def __init__(self):
        self.name = "Kelvin Novais"
        self.role = "Engineer Student"
        self.language_spoken = ["pt_BR", "en_US"]

    def say_hi(self):
        print("Hello! Feel free to explore my GitHub and contact me!")

me = Present()
me.say_hi()

Academic life

  • [2022 - now] Studing at "Universidade Federal do ABC" (UFABC);
  • [2021 - 2022] "Técnico em Desenvolvimento de Sistemas" by "SENAI Suíço-Brasileira Paulo Ernesto Tolle";
  • [2019 - 2020] "Técnico em Eletromecânica" by "SENAI Ary Torres";

About me

Since I did my first secondary level professional course, automation became the area I intent to follow. Besides coding, I like mechanics, eletric, electronic, pneumatics and hydraulics.


Technologies and Tools


GitHub Stats

# Be root you too
sudo su

Pinned Loading

  1. Gawake Gawake Public

    A Linux software to make your PC wake up on a scheduled time. It makes the rtcwake command easier!

    C 2

  2. Senai-Dev-ops/SDB_DevOps Senai-Dev-ops/SDB_DevOps Public

    "SENAI Dashboard" - DevOps squad. SENAI Swiss-Brazilian "Paulo Ernesto Tolle" final project.

    Shell 1

  3. GeradorSenhas GeradorSenhas Public

    Um gerador de senhas em JS, HTML e CSS.

    CSS 2

  4. JogoMemoria JogoMemoria Public

    Um jogo da memória utilizando o Grid.

    CSS