Commit Blog

A blog generated from git commits

The Classic Burger: An American Icon

Sean Yeh 10/22/2025, 18:28:37 #716f8e7

Few dishes are as universally loved as the classic burger. This quintessential American comfort food has evolved from simple beginnings into countless creative variations, yet the fundamentals remain timeless: a juicy beef patty, melted cheese, crisp lettuce, and fresh tomatoes nestled in a soft bun. Whether enjoyed at a backyard barbecue or a gourmet restaurant, burgers have a special place in our hearts and stomachs. The beauty lies in its versatility—each bite can be customized to personal taste, making it a truly democratic dish that brings people together.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

Exploring the Elegance of Sushi

Sean Yeh 10/22/2025, 18:27:51 #8215d01

Sushi is not just a meal—it's an experience that embodies centuries of Japanese culinary tradition. Each piece is carefully crafted by skilled chefs who have spent years perfecting their technique. From the delicate balance of vinegared rice to the pristine quality of fresh fish, sushi represents the pinnacle of minimalist cuisine. The presentation alone is a work of art, with vibrant colors and precise arrangements that delight the eyes before the first bite. Discover why sushi has become one of the most celebrated cuisines worldwide.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

The Art of Pizza: A Culinary Journey

Sean Yeh 10/22/2025, 18:26:34 #39d68d1

Pizza has captivated food lovers around the world for generations. From its humble origins in Naples to becoming a global phenomenon, this beloved dish represents more than just food—it's a cultural icon. The perfect pizza combines a crispy yet chewy crust, tangy tomato sauce, and melted cheese in harmonious balance. Whether you prefer the simplicity of a classic Margherita or adventurous toppings, pizza continues to bring people together around the dinner table.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

Understanding REST API Design

Sean Yeh 10/22/2025, 17:25:12 #2850b25

RESTful APIs are the backbone of web services. This guide covers the key principles: resource-based URLs, HTTP methods, status codes, and stateless communication.

5 Tips for Writing Clean Code

Sean Yeh 10/22/2025, 17:25:06 #0a19378

Clean code is essential for maintainability. Here are five practical tips: use meaningful names, keep functions small, write tests, avoid duplication, and comment wisely.

Getting Started with Docker Containers

Sean Yeh 10/22/2025, 17:25:03 #e1cd5f0

Docker has revolutionized how we deploy applications. In this post, we explore the basics of containerization and why it matters for modern development workflows.