class WeiXiabing:
def __init__(self):
self.username = 'weixiabing'
self.name = 'Xiabing Wei'
self.email= 'weixiabing@hotmail.com'
self.code = {
'backend': ['Java', 'Spring Boot', 'Spring Framework', 'Microservices'],
'3D_reconstruction': ['3DGS', 'Panoramic View Synthesis'],
}
self.database = ['MySQL']
self.devops = ['Docker', 'GitHub Actions']
self.tools = ['GIT', 'GitHub', 'PyCharm', 'IntelliJ IDEA', 'Postman', 'Swagger']
self.architecture = ['Microservices', 'MVC', 'Event-Driven Architecture', 'Serverless']
def __str__(self):
return self.name
if __name__ == '__main__':
me = WeiXiabing()
print(me)
👌
Focusing
Highlights
Popular repositories Loading
-
-
-
-
docusaurus
docusaurus PublicForked from facebook/docusaurus
Easy to maintain open source documentation websites.
TypeScript
-
-
nezha-dash
nezha-dash PublicForked from hamster1963/nezha-dash
A simple dashboard for nezha.
TypeScript
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.












