Bernardo Righi
Bernardo Righi

Software Developer | AI Systems | Community Builder

Bernardo Righi

Back-end developer working with Python, Java, automation and intelligent systems.

2+years building
10+projects realized
Top 6Brazil dev community
Portuguese Native English Fluent Spanish Intermediate
~/bernardo/developer.py
class Developer:
  def __init__(self):
    self.name  = "Bernardo"
    self.years = 2
    self.stack = [
      "Python",
      "Java",
      "C",
    ]
    self.degree = "C.C."
    self.uni = "Unisinos"

if __name__ == "__main__":
  Developer()
Click a neural cluster or use the top navigation