-
π Iβm currently working on helping people get to production faster.
-
π± Iβm currently learning Spring/Angular/Electronics (always learning, there are so much depth in there).
-
π― Iβm looking to collaborate on Java/Spring and its adjacent communities (Let's go cloud native!)
-
π€ Iβm looking for help with Kotlin, Xamarin, ReactJS.
-
π¬ Ask me about Tanzu, Cloud Native.
-
π« How to reach me: @unagie on telegram, there's also email. [email protected].
-
π Pronouns: he/him/they
-
β‘ Fun fact: I love travelling the world, observing various cultures and how people live their life. I love fixing electronics (broken or not), and never turned back on my interest. I play the guitar, ride motorcycles, anything moves! Currently building a (dangerous) UV steriliser with UV-C.
class explicitworkload:
def __init__(self):
self.username = 'explicitworkload'
self.name = 'explicitworkload'
self.position = 'VMware Tanzu Solution Architect & Office of CTO Ambassador'
self.web = 'https://kubernetes.day'
self.cv = 'https://kubernetes.day/resume'
self.code = {
'backend': ['PHP', 'Django', 'Java', 'C#'],
'database': ['PostgreSQL', 'MySQL', 'SQLite3', 'Mongo DB', 'Redis'],
'devops': ['Tanzu Kubernetes Grid', 'Tanzu Application Platform', 'vSphere with Tanzu', 'Docker', 'Podman', 'Linux', 'Jenkins', 'GitHub Actions', 'AWS', 'Proxmox'],
'frontend': ['HTML5', 'CSS3', 'JavaScript', 'ReactJS', 'Boostrap'],
'tools': ['GIT', 'GitHub', 'GitLab', 'Nginx'],
'misc': ['TDD', 'ML']
}
self.architecture = ['SPA', 'MVC', 'Serverless', 'microservices']
def __str__(self):
return f'{self.username} | {self.position}'
if __name__ == '__main__':
me = explicitworkload()
print(me)