Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kelvinnovais/kelvinnovais

My profile README
https://github.com/kelvinnovais/kelvinnovais

Last synced: 22 days ago
JSON representation

My profile README

Awesome Lists containing this project

README

        

```python
#!/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

---

```sh
# Be root you too
sudo su
```