package main
type Developer struct {
Name string
Focus []string
Building []string
Learning []string
}
func main() {
me := Developer{
Name: "YangYuS8",
Focus: []string{
"Linux desktop workflows",
"DevOps and cloud-native practice",
"open-source tools for real daily problems",
},
Building: []string{
"LWE: Wallpaper Engine content on Linux",
"homelab / Kubernetes experiments",
"small AI-assisted developer tools",
},
Learning: []string{
"Rust", "Go", "Kubernetes", "observability", "system design",
},
}
_ = me
}- 🐧 I use and maintain my daily workstation around Arch / CachyOS, dotfiles, and Linux desktop workflows.
- 🦀 Currently building LWE — a Rust + Tauri 2 + Svelte Linux desktop app for browsing, managing, and applying Wallpaper Engine content.
- ☸️ Practicing Kubernetes, DevOps, CI/CD, and observability through labs, blog posts, and small tools.
- 🧰 Comfortable moving across Rust, Go, TypeScript, Python, PHP, and shell scripts when the problem needs it.
- ✍️ I write notes and tutorials on my blog: https://blog.yangyus8.top
| Project | What it is | Stack / Keywords |
|---|---|---|
| lwe | Linux desktop app for Wallpaper Engine migration workflows, with AUR packages, GitHub Releases, and bilingual docs. | Rust, Tauri 2, Svelte, Wayland, AUR |
| k8s-lab | Local Kubernetes lab notes and deployment experiments. | Kubernetes, Shell, DevOps |
| kube-sentinel | Event-driven Kubernetes self-healing controller experiment. | Go, Kubernetes |
| dotfiles | Personal Linux workstation configuration managed with GNU Stow. | Shell, Linux, Stow |
| blog | My personal technical blog source. | Astro, Markdown |
Languages:
- Rust, Go, TypeScript, Python, PHP, Shell
Frontend & Desktop:
- Svelte, Vue, React, Next.js
- Tauri, Electron
Backend & DevOps:
- Linux, Git, CI/CD
- Docker / Podman, Kubernetes
- Grafana, Loki, Alloy
Systems I care about:
- Arch / CachyOS workstation workflows
- Homelab automation
- Practical open-source maintenance➡️ More posts at: https://blog.yangyus8.top
- 🦀 Improving LWE as a practical Linux desktop app, including packaging, docs, and runtime compatibility.
- ☸️ Building stronger intuition for Kubernetes, controllers, local clusters, and troubleshooting workflows.
- 📈 Learning practical observability with Grafana, Loki, and Alloy.
- 🧪 Turning course projects, labs, and homelab experiments into reusable notes instead of one-off homework.



