-
π¨βπ» Iβm currently working on web development technologies like
Spring Boot
,DRF
,React
etc. -
π Iβm currently learning Docker, JUnit and Mockito, exploring Web3 Space π
-
β³ Exploring Google Cloud & Microsoft Azure
-
π Always ready to collaborate for Dev Experiments
-
πͺπΌ Future Goals: Learn more technologies - Never stop creating new ideas.
#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareEngineer:
def __init__(self):
self.name = "Leo Dziki"
self.role = "Software Engineer"
self.tech_stack = ["python", "Java", "C#", "C++", "Rust", "TypeScript", "Go"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = SoftwareEngineer()
me.say_hi()