Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View YangYuS8's full-sized avatar
🌐
Studying...
🌐
Studying...

Highlights

  • Pro

Block or report YangYuS8

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

👋 Hi, I'm YangYuS8

Typing SVG

💫 About Me

package main

type Developer struct {
    Name      string
    Role      string
    Location  string
    Learning  []string
}

func main() {
    me := Developer{
        Name:     "YangYuS8",
        Role:     "Full Stack Developer",
        Location: "Earth 🌍",
        Learning: []string{"Rust", "K8s", "System Design"},
    }
}
  • 🔭 Currently building full-stack applications with modern frameworks
  • 🌱 Learning Rust, Kubernetes, and System Architecture
  • 💻 Love working with Vue, React, Go, and Python
  • 🐧 Passionate about Linux (ArchLinux, EndeavourOS, CachyOS, Ubuntu)
  • 🚀 Always exploring new technologies and contributing to open source

🛠️ Tech Stack

Frontend:
  - Vue.js, React, Next.js
  - TypeScript, JavaScript, HTML/CSS

Backend:
  - Node.js, Go, Python, Rust

DevOps:
  - Docker, Kubernetes
  - CI/CD, Cloud Services

Operating Systems:
  - ArchLinux, EndeavourOS, CachyOS
  - Ubuntu, Linux in general

🐧 Linux Philosophy

"I use Arch btw" 😎

📊 GitHub Stats

GitHub Profile Summary

🎯 Current Focus

  • 🦀 Deep diving into Rust for systems programming
  • ☸️ Mastering Kubernetes and cloud-native technologies
  • 🏗️ Learning advanced system design patterns
  • 🌟 Contributing to open source projects

📫 Connect With Me


Thanks for visiting! ⭐ Star some repositories if you find them interesting!

Pinned Loading

  1. wayvid wayvid Public

    A dynamic video wallpaper engine for Wayland compositors, with priority support for Hyprland and niri. Compatible with Wallpaper Engine's video wallpaper parameters.

    Rust 72

  2. yolopest yolopest Public

    基于YOLOv12的智能害虫检测系统,集成FastAPI后端和React前端,提供图像和视频中农作物害虫的实时识别、分析与管理功能。

    Python 42 5

  3. yolojunk yolojunk Public

    一个基于 FastAPI + Ultralytics YOLO 的可回收物检测服务,前端使用 Next.js 15(Turbopack)+ Tailwind CSS v4 并以静态方式导出,由后端统一托管。

    Python 1

  4. pnet-tool pnet-tool Public

    PNET Tool 是一个结合 Next.js 15 与 Electron 38 的桌面端应用,用于对接 PNETLab 模拟器的路由设备命令窗口。界面使用 Tailwind CSS 4 与 shadcn/ui 组件体系,默认亮色主题并支持暗色切换。

    TypeScript