by Lin Danny | Aug 12, 2025 | Coding
This time, I want to share one of my favorite Node.js development tips. Once you understand the event loop, you’ll realize how important it is to manage execution efficiency in your code so the event loop can work as expected. I often use setTimeout to achieve a...
by qadmin | Jun 10, 2025 | Coding
Experiences and Precautions of Using #pragma pack(1) in STM32/ESP32 MCU Development Recently, while developing on STM32, I encountered issues with data transfer using struct conversions. After some research, I found that in embedded system development—especially with...