February 2025
Creating an ESP powered room weather monitorBuilding a wireless weather monitoring system using ESP32, DHT22 sensor, and a web dashboard. Real-time temperature and humidity tracking with data visualization.
Read BlogDecember 2024
Building a Chess Engine from scratchDocumenting 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
Read Blog