Skip to content
View Laurc2004's full-sized avatar
:electron:
Learning
:electron:
Learning

Block or report Laurc2004

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
Laurc2004/README.md

😊👋 Welcome to my coding farm!

class Developer {
  name: string = "Laurc2004";
  interests: string[] = [
    "React Ecosystem", 
    "AI Applications", 
    "Full-Stack Development"
  ];

  getIntro(): string {
    return `${this.name} is a passionate developer who loves to explore the ${this.interests.join(", ")}.`;
  }

  whatAmIWorkingOn(): string {
    return `Currently diving deep into the React ecosystem and AI tools to build smarter apps!`;
  }
}

const me = new Developer();
console.info(me.getIntro());
console.debug(me.whatAmIWorkingOn());

📊 My Tech Journey

Laurc's GitHub stats Top Langs

🛠️ Skills in Progress

💻 Programming

Programming

🎨 Frontend Development

Frontend

🗄️ Backend Development

Backend

📊 Databases & Cloud

Databases & Cloud

⚙️ DevOps & Tools

DevOps & Tools

💌 Let's Connect!

  • Email
  • GitHub
  • Zhihu

Pinned Loading

  1. ocr-ddd ocr-ddd Public

    基于ddd架构的ocr项目

    Java 34 6

  2. vercel/vercel vercel/vercel Public

    Develop. Preview. Ship.

    TypeScript 15.5k 3.6k

  3. Academy-Europe-Lesson-Auto-Complete Academy-Europe-Lesson-Auto-Complete Public

    A Tampermonkey script that automatically completes lessons on Academy Europe MBA course pages.

    JavaScript

  4. Chiikawa-Flex Chiikawa-Flex Public

    A cute and interactive game to learn CSS Flexbox, featuring characters from the popular anime Chiikawa

    Vue

  5. apk1-installer apk1-installer Public

    一键将`.apk.1`和`.apk1`文件转换为`.apk`格式

    Kotlin 2 1

  6. PasteMind PasteMind Public

    PasteMind 是一个本地优先剪贴板管理工具

    Rust 2