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

No packages published