I am Yuce.
Software Developer, Lawyer, Recreational Thinker. Simply striving to understand the world. Merely a curious man.
Projects
papegaai
Papegaai is a lightweight JavaScript/TypeScript utility for creating and managing DOM elements with a clean and expressive syntax. Inspired by JSX and functional programming paradigms, Papegaai simplifies DOM manipulation by allowing you to construct elements, set attributes, handle events, and compose components with ease.
kraai
Kraai is a flexible and efficient state management system for handling different types of states: regular, computed, and hybrid states. It is designed for simplicity, performance, and extensibility, making it suitable for various applications where state handling and dependency management are crucial.
goconverter
This Go application is a simple file conversion service that runs a web server to accept zip files containing documents. Users can upload zip files through an HTTP POST request to a specified endpoint. The application will then process each document within the zip file, converting it from one format to another using an external tool (pandoc). This service is particularly useful for batch processing of document format conversions.