class Eric:
def __init__(self):
self.username = 'Eric54920'
self.name = 'Eric'
self.profession = 'Full Stack Developer'
self.position = 'Hangzhou, China'
self.email = 'realmaguodong@outlook.com'
self.blog = 'https://theguodong.com'
self.hobby = ['Photograph', 'Travel']
self.code = {
'backend': ['Python', 'Flask', 'Django', 'FastAPI', 'Go', 'Gin'],
'database': ['PostgreSQL', 'MySQL', 'SQLite3', 'Mongo DB', 'Redis'],
'devops': ['Docker', 'Linux'],
'frontend': ['HTML', 'CSS', 'JavaScript', 'Vuejs', 'Bootstrap', 'Tailwind'],
'tools': ['Git', 'GitHub', 'Nginx']
}
self.social = {
'github': 'https://github.com/Eric54920',
'instagram': 'https://www.instagram.com/_ericphotograph',
'x': 'https://x.com/realmaguodong'
}
def __str__(self):
return f'{self.name} | {self.position}'
if __name__ == '__main__':
me = Eric()
print(me)
🏠
Working from home
Highlights
Pinned Loading
-
Recruitment
Recruitment Public这是一个使用Vue 2.x和Django 2.x开发的在线招聘平台,是本人的毕业设计作品,项目没什么很牛的技术,就是一个新手的水平,仅供新手学习,请勿抄袭。
Python
-
-
gin-vue-admin
gin-vue-admin PublicForked from flipped-aurora/gin-vue-admin
🚀Vite+Vue3+Gin的开发基础平台,支持TS和JS混用。它集成了JWT鉴权、权限管理、动态路由、显隐可控组件、分页封装、多点登录拦截、资源权限、上传下载、代码生成器【可AI辅助】、表单生成器和可配置的导入导出等开发必备功能。
Go
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.