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.

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


GitHub Trophies


Watch My Contributions

github contribution grid snake animation

Recent Activity



visitors

Pinned Loading

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

    HTML 1