odkkk

blog

Total 6 articles

Use Astro + Vercel to build a personal modern static blog from scratch
7 minutes
Astro 博客搭建 Node.js

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.

Read →
Vercel’s domestic acceleration notes after deploying Next.js
4 minutes
Vercel Next.js Domestic acceleration

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.

Read →
Multi-layer caching architecture practice in VODK project
5 minutes
cache Architecture Performance optimization

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.

Read →
Build a modern static blog with Astro
1 minutes
Astro static site TypeScript

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.

Read →
A practical guide to asynchronous programming in Python
1 minutes
Python asyncio Asynchronous programming

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.

Read →
1 minutes
CSS Tailwind CSS Front-end development

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.

Read →