Archives
All the articles I've archived.
-
The way shared memory between Go routines with examples
A practical guide to safely sharing memory between Go goroutines using sync primitives, channels, and patterns.
-
在 Go 中以共享記憶體溝通的方式與範例
介紹在 Go 中多個 goroutine 之間安全共享記憶體的方法,包含鎖、原子操作與以 channel 轉移所有權的模式。
-
AstroPaper 5.0
AstroPaper v5: keep the clean look, updates under the hood.
-
How to add LaTeX Equations in Astro blog posts
Updated:Learn how to add LaTeX equations in Astro blog posts using Markdown, KaTeX, and remark/rehype plugins.
-
How to integrate Giscus comments into AstroPaper
Updated:Comment function on a static blog hosted on GitHub Pages with Giscus.
-
AstroPaper 4.0
AstroPaper v4: ensuring a smoother and more feature-rich blogging experience.
-
How to use Git Hooks to set Created and Modified Dates
Updated:How to use Git Hooks to set your Created and Modified Dates on AstroPaper
-
AstroPaper 3.0
AstroPaper Version 3: Elevating Your Web Experience with Astro v3 and Seamless View Transitions
-
How to update dependencies of AstroPaper
How to update project dependencies and AstroPaper template.
-
AstroPaper 2.0
AstroPaper with the enhancements of Astro v2. Type-safe markdown contents, bug fixes and better dev experience etc.
-
Dynamic OG image generation in AstroPaper blog posts
Updated:New feature in AstroPaper v1.4.0, introducing dynamic OG image generation for blog posts.
-
Predefined color schemes
Updated:Some of the well-crafted, predefined color schemes for AstroPaper blog theme.
-
Customizing AstroPaper theme color schemes
Updated:How you can enable/disable light & dark mode; and customize color schemes of AstroPaper theme.
-
Adding new posts in AstroPaper theme
Updated:Some rules & recommendations for creating or adding new posts using AstroPaper theme.
-
How to configure AstroPaper theme
Updated:How you can make AstroPaper theme absolutely yours.
-
Tailwind Typography Plugin
EXAMPLE POST: About Tailwind Typography Plugin and how you can use it effectively.
-
How Do I Develop My Terminal Portfolio Website with React
EXAMPLE POST: Developing a terminal-like website using ReactJS, TypeScript and Styled-Components. Includes features like autocomplete, multiple themes, command hints etc.
-
使用 Tailwind Typography 美化你的部落格文章
範例文章:展示如何使用 Tailwind Typography 插件來美化部落格文章的排版和樣式。
-
如何使用 React 開發我的終端機作品集網站
範例文章:使用 ReactJS、TypeScript 和 Styled-Components 開發終端機風格的網站。 包含自動完成、多主題、命令提示等功能。
-
How Do I Develop My Portfolio Website & Blog
EXAMPLE POST: My experience about developing my first portfolio website and a blog using NextJS and a headless CMS.