GitIntel★Aug 2026 - PresentCreatorGit repository intelligence CLI for uncovering contributor ownership, maintenance hotspots, and codebase risk.
AyisolJan 2026 - PresentCo-founderBuilding modern software solutions with a focus on web & mobile development, automation, and scalable systems.
ai-twitter-bot★Dec 2025 - PresentCreatorAn automated Twitter (X) bot that fetches niche news articles, distills each one into a tweet sized summary and posts the tweets with the best score on your behalf. You can check my X account @seabasszealot, being ran by it.
documai★May 2026CreatorWeb-based AI agent that automatically generates full markdown documentation README files for any GitHub repository using local AI models.
1337-RAGApr 2026 - May 2026CreatorA personal RAG system to answer questions about `1337` school, developed with Python and Pinecone, powered by a local LLM (Mistral), and featuring an interactive CLI as well as a TUI for simplified use.
transcendenceDec 2025 - Jan 2026Co-CreatorA full-stack platform where authenticated users play competitive browser games, chat in real time, and track achievements.
docker-production-wp-suiteAug 2025 - Oct 2025CreatorAutomated Docker setup with robust health-checks and permission fixes. Applying DevOps practices and containerized local development. The setup contains 8 different containers(Nginx, Worpress, Redis, MariaDB, Adminer, Portainer, FTP, static website).
IRC server - (RFC 2812)★Aug 2025CreatorAn Internet Relay Chat server implementation in C++98, following RFC 2812, supporting multiple clients, private messaging, channels, operator privileges, and various IRC commands.
cat-cnn★May 2025 - Sep 2025CreatorConvolutional Neural Network(CNN) made from scratch to identify images of cats. Written in Python and uses NumPy for all numerical operations, providing a totally from scratch look at how a CNN works without relying on any deep learning framework.
Workplace Safety AIFeb 2025 - Aug 2025FounderAn exploratory AI project focused on applying computer vision and deep learning to workplace safety through Personal Protective Equipment (PPE) detection.
DOOMDec 2024 - Feb 2025Co-CreatorA retro first person shooter 3D game, featuring player controls, gun animations, and a real time minimap with classic DOOM aesthetics in a lightweight raycasting custom engine.
bashy★Sep 2024 - Oct 2024CreatorCustom C-based POSIX-compliant shell, modelled after GNU Bash. Implementing a complete pipeline from interactive input reading through lexing, parsing, variable expansion, I/O redirection and process execution, including builtin suite of commands and signal handling.
fractolAug 2024CreatorA fractal simulator allowing to explore various fractal sets by generating corresponding images of the following classic fractal [Mandelbrot /Julia /Burning Ship] sets.
Android_Virtual_AssistantJun 2023CreatorVirtual personal AI assistant mobile app using Java, OpenAI API, OkHttp and XML.
LeetCode★2023 - PresentCreatorThis repository contains my solutions to various LeetCode problems. Each problem is organized into its own directory, where the majority of solutions is implemented in C++, while you can also find some Java & Python approaches.