I like to automate processes, 🏗️ pipelines, ☁️ Cloud computing, 🚀 DevOps, 🆕 Innovation and Automation 🤖
- 🔭 Languages : Python and Go
- 💬 Hobbies: cycling and walking
class DiegoBulhoes:
def __init__(self):
self.username = 'DiegoBulhoes'
self.technology = {
'backend': ['Python', 'NodeJS'],
'devops': ['Docker', 'Terraform', 'Kubernetes', 'Ansible','Google Cloud', 'GitHub Actions'],
'frontend': ['VueJS', 'JavaScript', 'Vuetify'],
'database': ['PostgreSQL', 'SQLite3', 'MongoDB'],
'tools': ['Pandas', 'Jupyter notebook','Docker-compose'],
'linux_distributions': ['Ubuntu', 'Debian','Fedora'],
}
self.interests = ["Golang", "DevOps", "Cloud", "High-performance computing", "Microservices"]
def __str__(self):
return self.name
if __name__ == '__main__':
me = DiegoBulhoes()