Skip to content

eddydecena/eddydecena

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 

Repository files navigation

๐Ÿ‘‹ Hi there! I'm Eddy

Twitter Badge Linkedin Badge Medium Badge

#!/usr/bin/python
# -*- coding: utf-8 -*-


class SoftwareEngineer:

    def __init__(self):
        self.name = "Eddy Decena"
        self.spoken_languages = ["es_ES", "en_US"]
        self.roles = ["Machine Learning Engineer", "DevOps Engineer", "Cloud Engineer"]
        self.main_skills = ["Machine Learning", "Cloud Architecture", "DevOps", "Automaization"]
        self.architectures = ["Serverless", "Microservices"]

    @classmethod
    def say_hi(cls):
        print("Hello World! I'm a software engineer passionate about share knowledge and open-source.")


me = SoftwareEngineer()
me.say_hi()

  • ๐Ÿ”ญ Iโ€™m currently doing some machine learning at @opticrd
  • ๐ŸŒฑ Iโ€™m currently learning Golang
  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on HuggingFace
  • ๐Ÿ’ฌ Ask me about Machine Learning in the cloud
  • โšก Fun fact:
    • Anime and video game fan
    • Fast learner

About

Talking about me...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors