Blog

2 min read

Building a Squid Game Navigation Website: Sharing K-Drama Insights

Introducing my newly developed website squidgame.info, providing comprehensive navigation and information about the hit series Squid Game

2 min read

Quickly Get Started with Debugging the Next.js Source Code

Set up a debugging environment for the Next.js source code through a few simple steps, helping developers better understand and debug Next.js’s internal implementation.

5 min read

From First Principles to the Essence of Entrepreneurship: Why Founder Belief Is the Key to Success

This article uses first-principles thinking to explore the fundamental driver of startup success—the founder’s unwavering belief and willingness to risk it all. By contrasting successful entrepreneurs with the failures of “arranged” ventures, it emphasizes that genuine game-changing power stems from internal conviction, not just the superficial stacking of external resources.

4 min read

A Comprehensive Guide to "as...as" Structure in English

A systematic guide to the "as...as" structure in English, covering basic usage, sentence positions, modification scope, and special use cases.

5 min read

A* Search Algorithm: Interactive Path Planning Tutorial

Learn A* search algorithm through an interactive maze game. Visualize how A* finds optimal paths in real-time. Perfect for developers learning pathfinding algorithms.

3 min read

A* Pathfinding Algorithm 2D Map Visualization Tool

A React component for visualizing A* pathfinding algorithm, supporting custom maps, multiple path display, and animation effects

4 min read

Finding Certainty in Uncertainty: Insights from Databricks Co-founder Reynold Xin

This article explores Databricks co-founder Reynold Xin's insights on finding certainty in uncertainty, sharing strategies on principled thinking, company culture, and AI innovation in the modern tech landscape.

2 min read

Building a macOS Safari-Style Window Component with React and SVG

Create a Safari browser window React component using SVG for showcasing website screenshots in blog posts and product displays. This React component mimics the native Safari browser interface.

5 min read

Building a Multilingual Blog with Next.js and Contentlayer

A detailed guide on how I built my multilingual blog using Next.js, Contentlayer, and MDX, featuring automatic date management and dynamic sitemap generation.

4 min read

How to Enable Stage Manager on iPad Mini 7: Complete Guide

A comprehensive guide on enabling and using Stage Manager on iPad Mini 7. Learn how to unlock Stage Manager functionality on your iPad Mini through our step-by-step instructions.

12 min read

How many hooks are in React 19?

Discover all 19 hooks in React 19, including use, useActionState, useFormStatus, and useOptimistic, with examples for managing state, performance, and more.