Alex's Blog

Sharing code, life, and imaginative thoughts

Building a Minimalist Blog with Pure HTML/CSS

Published on Oct 25, 2023 | Category: Frontend | Author: Alex

In an era dominated by heavy frontend frameworks, sometimes it's refreshing to go back to basics. Writing a webpage with pure HTML and CSS can be quite enjoyable. This article explores how to build a beautiful, responsive personal blog without relying on any external libraries...

Read More »

A Guide to Work-Life Balance for Developers

Published on Oct 18, 2023 | Category: Lifestyle | Author: Alex

As a programmer, facing overtime and debugging pressure is common. How do you step back from a busy work schedule to maintain physical and mental health, while still making time for your hobbies? Here are a few practical tips I'd like to share...

Read More »

An In-Depth Guide to Flexbox Layout

Published on Oct 10, 2023 | Category: Frontend | Author: Alex

Flexbox is one of the most powerful layout tools in modern web design. It allows you to easily align elements and distribute space within a container, even when their sizes are unknown or dynamic. This article will help you thoroughly understand Flex layout...

Read More »