Notes

Three Python Keywords: async, await, yield

#Python

This article introduces three important Python keywords: async, await, and yield, explaining their meanings, functions, and applications in asynchronous programming and generators. It also demonstrates through practical examples how to use these keywords to improve program performance.

Read more →

2025-08-31

Selenium‘s PO Pattern

#Testing-Tools

This article records my understanding of the Page Object (PO) pattern in Selenium, including what the PO pattern is and corresponding examples.

Read more →

2025-07-31

Create a Website With Hugo

#Hugo

This article will introduce how to create a static website using Hugo and configure the PaperMod theme.

Read more →

2025-06-22