Skip to content
View lvdousha26's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report lvdousha26

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
lvdousha26/README.md

Typing SVG

About Me

#!/usr/bin/python
# -*- coding: utf-8 -*-

class Developer:
    def __init__(self):
        self.name = "lvdousha26"
        self.role = "Full Stack Developer"
        self.location = "China"
        self.code = {
            "frontend": ["HTML", "CSS", "JavaScript", "TypeScript", "React", "Vue"],
            "backend": ["Python", "Java", "Node.js", "Go"],
            "database": ["MySQL", "PostgreSQL", "MongoDB", "Redis"],
            "devops": ["Docker", "Kubernetes", "CI/CD", "Linux"],
            "tools": ["Git", "VS Code", "Figma", "Postman"]
        }
        self.current_focus = "Building awesome things with code"
        self.motto = "Talk is cheap. Show me the code."

    def say_hi(self):
        print("Thanks for dropping by! Let's connect and build something amazing!")

me = Developer()
me.say_hi()

Tech Stack






GitHub Analytics


Contribution Graph


Watch My Contributions

github contribution grid snake animation

Recent Activity

  1. 🎉 Merged PR #1 in lvdousha26/EduStar


visitors

Popular repositories Loading

  1. lvdousha26.github.io lvdousha26.github.io Public

    HTML 1

  2. lvdousha-skills lvdousha-skills Public

    Claude Code skill 集合——lvdousha 的实用技能库

    Python 1

  3. EduStar EduStar Public

    小学期实训智慧教育 Web 平台,基于 Vue + Spring Boot 开发的全栈教育管理系统。

    Java 1

  4. shareOI shareOI Public

    Forked from hzwer/shareOI

    算法竞赛课件分享

  5. internship-mission-work internship-mission-work Public

    Forked from sdutacm-lcl-internship/internship-mission-work

    JavaScript

  6. CLIP2Video CLIP2Video Public

    Forked from CryhanFang/CLIP2Video

    Python