Build an AI-Powered Exam Marking Tool

The project outlines the creation of an AI-based examiner tool that automates the marking of handwritten GCSE exams. Teachers can upload scanned PDFs, and in 20-30 seconds, receive detailed feedback reports formatted as .docx files. Built using Python, Flask, and Gemini AI, it offers an efficient marking solution while ensuring data privacy.

Building a Multithreaded Web Server in C++ with Docker

The post discusses building a multithreaded HTTP web server in C++ using a thread pool to handle concurrent connections, Nginx as a reverse proxy, and Docker for containerization. The server manages shared state with mutexes and condition variables, ensuring thread safety. Key features include live management, health checks, and rate limiting.