Project 1: Developing a custom WordPress plugin

Challenge: The default WordPress system for managing user emails was limited and required custom logic for routing and managing emails.

Tools: PHP, WordPress Hooks/API, MySQL.

Solution: Developed a custom plugin from the ground up (without using pre-made plugins). Backend code was written to create custom hooks to categorize and send emails based on user behavior.

Result: Created an automated and integrated email management system that eliminated the dependency on expensive third-party services.

Project 2: NVR Server Infrastructure with AI

Challenge: Need for a secure, fully local (no cloud uploads) video surveillance system with intelligent subject detection without heavy system resource drain.

Tools: Docker, Linux, Nginx (Reverse Proxy), Frigate, Intel i7 processor.

Solution: Deploy Frigate service in a Docker container. To avoid excessive CPU usage, image processing (Hardware Acceleration) was configured on the i7 integrated graphics. Nginx was also implemented for secure access and port management.

Result: A 24/7 surveillance system with real-time detection of devices and people, with minimal system resource consumption (Overhead).

Project 3: Lightweight database architecture for a financial fund

Challenge: Need a fast, zero-cost, and manageable backend for tracking fund transactions.

Tools: Google Sheets API, Front-end (HTML/JS or PHP).

Solution: Instead of dealing with SQL servers and hosting costs, Google Sheets was implemented as a database and Headless CMS via API. The front-end of the site connected to this API to read and display live data.

Result: Rapid launch of a financial platform with zero maintenance costs and the ability to update data in a familiar environment like Excel.