< lei_blog />

const introduction = {

role: "developer",

passion: "building things",

coffee: true,

};

Welcome to my corner of the internet. I write about code, systems, and the craft of software engineering.

// latest_posts

基于K8S的GPU虚拟化实践

本文介绍基于 Kubernetes 的 GPU 虚拟化实践方案,通过 KubeSphere 和 NVIDIA GPU Operator 实现 GPU 资源的高效利用。

2026-02-145 min read
#kubernetes#gpu+2
01

Why I Love TypeScript

TypeScript has fundamentally changed how I write JavaScript. Let me explain why it's become an essential part of my development workflow.

2025-02-135 min read
#typescript#javascript
02

The Beauty of Static Sites

Static sites are fast, secure, and simple. In this post, I explore why they might be the perfect choice for your next project.

2025-02-104 min read
#web#performance
03