This website is displayed with Wser, a custom, lightweight web server written from scratch in C. Built using POSIX networking sockets, it serves as a live demonstration of software architecture, memory management, and runtime stability. You can inspect the source architecture in the GitHub repository.
To ensure secure communication, the server integrates the OpenSSL API for robust HTTPS traffic handling. The environment continuously monitors and defends itself against, automated exploit patterns, which can be viewed in the real-time traffic logs
Since 2024, my primary engineering focus has been the development of a proprietary embedded database engine. This system is designed from the ground up to solve structural inefficiencies in enterprise operations such as restaurant management and manufacturing logistics, where fragmented, bloated software ecosystems frequently disrupt workflows.
The vision for this unified architecture is demonstrated at softexample.com. By coupling the C database backend directly with an embedded Lua C API interpreter, the platform provides rapid scriptability and custom business logic without compromising performance. The front-end interface remains entirely decoupled, utilizing clean, framework-free semantic HTML, CSS, and vanilla JavaScript for a zero-bloat footprint.