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

Skip to content

YangYuS8/YangYuS8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

👋 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", "Kubernetes", "Observability", "System Design"},
    }
}
  • 🔭 Currently building full-stack applications with modern frameworks
  • 🌱 Recently learning Kubernetes, observability, Linux/Git workflows, and system design
  • 💻 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
  - Grafana, Loki, Alloy

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

📝 Latest Blog Posts

➡️ More posts at: https://blog.yangyus8.top

📚 Recently Learning

Based on my recent blog posts, I'm currently focused on:

  • ☸️ Kubernetes / k3s hands-on practice
  • 📜 Observability & logging pipelines with Loki, Grafana, and Grafana Alloy
  • 🔍 Understanding the differences between ELK / EFK / Loki for log system selection
  • 🔐 Better GitHub SSH workflows for more stable Git usage across devices and servers

🐧 Linux Philosophy

"I use Arch btw" 😎

📊 GitHub Stats

GitHub Profile Summary

🎯 Current Focus

  • 🦀 Deep diving into Rust for systems programming
  • ☸️ Building stronger intuition for Kubernetes and cloud-native tooling
  • 📈 Exploring logging / observability stacks like Loki + Grafana + Alloy
  • 🏗️ Learning more practical system design patterns

📫 Connect With Me


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

About

My personal repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors