Advanced Drag and Drop This application showcases a sophisticated drag-and-drop list interface, meticulously crafted using only React, without reliance on external libraries. It exemplifies React's capabilities in creating dynamic user experiences with efficient, native functionality. Nov. 2023
This Website This project showcases an elegant and interactive UI, meticulously built with HTML, CSS, and JavaScript. It highlights the capability to create dynamic and responsive experiences using these core technologies alone, emphasizing the strength and flexibility of vanilla web development to achieve complex functionality without external libraries. July 2023
Astro Blog This blog site marries Astro's efficient static site generation with React's dynamic UI capabilities, showcasing a seamless, interactive experience. It delivers responsive content and complex functionalities elegantly without heavy external libraries. This project demonstrates the power and flexibility of integrating Astro and React, highlighting a modern approach to web development that is both performant and SEO-friendly. June 2023
Watchdog Process Project This project introduces a watchdog system that oversees child processes, ensuring their uninterrupted operation. It gracefully handles failures and self-termination, maintaining process continuity. The system comprises three C++ components executor, watchdog, and process that communicate via a FIFO, facilitating process management and signal handling. Nov. 2021