#!/usr/bin/python
# -*- coding: utf-8 -*-
class FullstackAIDeveloper:
def __init__(self):
self.name = "Eduardo Henrique"
self.role = "Fullstack Developer & AI Researcher"
self.language_spoken = ["pt_BR", "en_US", "es_ES"]
self.main_technologies = [
"Python", "Java", "Golang", "Typescript"
]
self.frameworks = {
"Python": ["Django", "FastAPI", "TensorFlow"],
"Golang": ["Echo", "Gin"],
"Java": ["Spring Boot"],
"Typescript": ["VueJS", "React", "Angular", "NuxtJS", "Quasar", "Express", "Nest"]
}
def say_hi(self):
print("Thanks for visiting my profile! Feel free to explore my work.")
me = FullstackAIDeveloper()
me.say_hi()
Brazilian, 21
Information Systems💻
Student at IFES 🏫
- Serra, ES
- @duvrdx
- in/eduardo-prospero
Highlights
- Pro
Pinned Loading
-
ic_classificacao_rochas
ic_classificacao_rochas PublicRock Classification with Convolutional Neural Networks
Jupyter Notebook 4
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.