
Apr 19, 2025
How to Create a Blog Page with Syntax Highlighting
Learn how to set up a blog page with syntax highlighting in Next.js using gray-matter, next-mdx-remote, rehype-prism-plus, and a custom Prism.js CSS theme.
~/blog
Thoughts on web development, system design, and the tools I use to ship software.

May 05, 2025
Step-by-step guide to deploying your Next.js app to Cloudflare Workers using the OpenNext adapter and Wrangler CLI.

Apr 19, 2025
Learn how to set up a blog page with syntax highlighting in Next.js using gray-matter, next-mdx-remote, rehype-prism-plus, and a custom Prism.js CSS theme.

Apr 15, 2025
Learn how to use guard-env, a Node.js module for type-checking and guarding environment variables based on specified configurations.

Mar 08, 2025
Learn expert strategies to structure React.js projects effectively for better maintainability and scalability. Get tips tailored to project sizes with code examples.

Feb 10, 2025
Learn how to build a Facebook Messenger chatbot using Chat Bridge and Node.js. Simplify the process with easy steps and start chatting!