blog
Total 6 articles
Use Astro + Vercel to build a personal modern static blog from scratch
A full-process tutorial on how to build and deploy Astro static blog for beginners. Includes local environment configuration, Astro scaffolding initialization, Markdown article writing, GitHub code hosting, Vercel automated deployment and custom domain name resolution.
Vercel’s domestic acceleration notes after deploying Next.js
After the Next.js project is deployed to Vercel, domestic access can be accessed, the domain name is bound and the resolution is pointed to cname-china.vercel-dns.com, and the acceleration is achieved in one move. Attached is a comparison before and after.
Multi-layer caching architecture practice in VODK project
How the video aggregation site tv.odkkk.com turned multiple unstable data sources into a smooth site - let’s talk about the multi-layer caching idea behind it.
Build a modern static blog with Astro
Discover how to use the Astro framework to build a high-performance, SEO-friendly static blog system, a complete guide from project initialization to deployment and launch.
A practical guide to asynchronous programming in Python
Deeply understand the core concepts of Python asyncio, master the best practices of asynchronous programming, and improve the performance of crawlers and IO-intensive tasks.
Tailwind CSS practical tips and best practices
Share tips on using Tailwind CSS in real projects, including custom design systems, performance optimization, and solutions to common problems.