#!/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