All Posts Page 7

2021

Review

Self-learning Encyclopedia - Reading Reflections

This book feels like it will eventually be translated into Chinese. While there is currently only a Japanese version, I want to share my reading experience with everyone. This book is thick, with over 700 pages, and is even referred to as the "#BluntInstrument" in Japan. It has also made it onto the bestseller list. The content inside is very substantial and is suitable for beginners who want to learn a subject thoroughly but don't know where to start.

Dev Note

Setting up a server in a company is not as easy as I imagined.

In this project development, the planning team had a requirement to dynamically update the data by calling APIs on the previously static Landing Page. Additionally, as the interactivity of the page increased, the original combination of pug+webpack+jQuery for static pages was no longer sufficient. Therefore, we introduced next.js in the development of the new version and embarked on a journey of server setup and troubleshooting.