- 🪐 My name is Raul and I'm a 21-year-old Brazilian developer.
- 💡 I studied 5 semesters of Computer Science, but I chose to switch courses.
- 🎓 I'm currently studying Systems Analysis and Development at UTFPR (Universidade Tecnológica Federal do Paraná).
- 💻️ Here you will find college works, challenges from the web and maybe crazy stuff from my head.
- 🖌️ Photoshop and stuff like that are my hobbies.
- 🤝 Feel free to contact me anytime!
from lilrau.dev.raul import myHeart ❤︎
class Raul:
def __init__(self):
self.name = "Raul Souza"
self.age = 21
self.country = "Brazil"
self.languages = ["Portuguese", "English"]
self.code = {
"frontend": ["HTML", "CSS", "JavaScript"],
"backend": ["Java", "Python"],
}
self.tools = ["VSCode", "Office", "Git", "GitHub",
"Linux", "MySQL"]
self.hobbies = ["Photoshop", "Music"]