February 2025
Creating an ESP powered room weather monitor
Building a wireless weather monitoring system using ESP32, DHT22 sensor, and a web dashboard. Real-time temperature and humidity tracking with data visualization.
Read article
Thoughts on software, hardware, and everything in between.
Building a wireless weather monitoring system using ESP32, DHT22 sensor, and a web dashboard. Real-time temperature and humidity tracking with data visualization.
Documenting how to create a performant Chess Engine from scratch with only the Standard Template Library in C++. Learn about move generation, evaluation functions, and search algorithms.