Skip to content
View duvrdx's full-sized avatar

Highlights

  • Pro

Block or report duvrdx

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
duvrdx/README.md
#!/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()

Pinned Loading

  1. ic_classificacao_rochas ic_classificacao_rochas Public

    Rock Classification with Convolutional Neural Networks

    Jupyter Notebook 4

  2. ic_transcricao_musical ic_transcricao_musical Public

    Jupyter Notebook 2

  3. mvmfaria/binary-tree mvmfaria/binary-tree Public

    Java 3

  4. sPOOtify sPOOtify Public

    Learning and improving skills in Object Oriented Programming, with concepts from the Spotify App

    Java 10 2