Projects
BB Forum
BB Forum is a work-in-progress minimalistic bulletin board that allows users to create, share, and discuss topics in a user-friendly environment. The forum emphasizes simplicity and usability, making it easy for users to engage with content.
https://github.com/eugenioenko/bb-forum
Kasper-js
Kasper-js is a work-in-progress JavaScript HTML template parser and renderer designed to help create and learn core mechanics of modern JavaScript frameworks.
https://github.com/eugenioenko/kasper-js
Libra Chess
Libra Chess is a UCI (Universal Chess Interface) compliant chess engine written in Go. The primary goal of Libra is to achieve a balance between high performance, modern software architecture, and clarity of design. This project serves as an exploration of chess engine development leveraging Go’s unique strengths in concurrency, tooling, and efficient compilation.
https://github.com/eugenioenko/libra-chess
Skedoodle
Skedoodle is a real-time, interactive sketching and drawing tool that allows multiple users to connect, view, and edit the same board simultaneously. Designed for teams to brainstorm and visually collaborate. Built with Next.js, WebSocket, and Two.js, the platform delivers fast, responsive, and synchronized interactions across devices.
https://github.com/eugenioenko/skedoodle
Autentico
Auténtico is an OpenID Connect (OIDC) authentication server built with Go, designed for developers seeking a lightweight, secure, and embeddable solution for modern identity management. It leverages SQLite for data persistence, ensuring easy integration and deployment.
https://github.com/eugenioenko/autentico
Fire’n Ice
Fire’n Ice is a work-in-progress remake of the classic NES game, bringing nostalgia to modern browsers while introducing updated features and gameplay mechanics.
https://github.com/eugenioenko/fire-n-ice
@script
@script is an interpreter written in typescript of a scripting language somewhat similar to javascript which borrows some ideas from python