Notes
Three Python Keywords: async, await, yield
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.
2025-08-31
Selenium‘s PO Pattern
This article records my understanding of the Page Object (PO) pattern in Selenium, including what the PO pattern is and corresponding examples.
2025-07-31
Create a Website With Hugo
This article will introduce how to create a static website using Hugo and configure the PaperMod theme.
2025-06-22