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 = '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)

Pinned Loading

  1. Blog Blog Public

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

    Python 15 3

  2. gin-vue-admin gin-vue-admin Public

    Forked from flipped-aurora/gin-vue-admin

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

    Go

  3. go-player-demo go-player-demo Public

    Go

  4. Beatify Beatify Public

    Beatify is a powerful and feature-rich streaming media player designed to deliver a seamless and convenient music experience, allowing users to easily stream high-quality music from remote servers.…

    Vue 2