Skip to content
View Eric54920's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report Eric54920

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Eric54920/README.md

Hi there, I'm Eric 👋

class Eric:

    def __init__(self):
        self.username = 'Eric54920'
        self.name = 'Eric'
        self.profession = 'Full Stack Developer'
        self.position = 'Hangzhou, China'
        self.email = '[email protected]'
        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)

Pinned Loading

  1. Blog Blog Public

    这是一个基于Django开发的博客系统,包含前端和后台管理系统,前端使用了Bootstrap 4,样式简洁,风格类似GitHub。

    Python 13 2

  2. Recruitment Recruitment Public

    这是一个使用Vue 2.x和Django 2.x开发的在线招聘平台,是本人的毕业设计作品,项目没什么很牛的技术,就是一个新手的水平,仅供新手学习,请勿抄袭。

    Python

  3. wow_blog wow_blog Public

    一个用gin框架写的图片博客后台,功能简单。

    Go

  4. gin-vue-admin gin-vue-admin Public

    Forked from flipped-aurora/gin-vue-admin

    🚀Vite+Vue3+Gin的开发基础平台,支持TS和JS混用。它集成了JWT鉴权、权限管理、动态路由、显隐可控组件、分页封装、多点登录拦截、资源权限、上传下载、代码生成器【可AI辅助】、表单生成器和可配置的导入导出等开发必备功能。

    Go