Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kelvinnovais/kelvinnovais
My profile README
https://github.com/kelvinnovais/kelvinnovais
Last synced: 22 days ago
JSON representation
My profile README
- Host: GitHub
- URL: https://github.com/kelvinnovais/kelvinnovais
- Owner: KelvinNovais
- Created: 2022-08-05T21:13:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-06T01:09:19.000Z (over 2 years ago)
- Last Synced: 2024-11-01T04:13:10.092Z (2 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
---
---
```sh
# Be root you too
sudo su
```