Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View Kenny-204's full-sized avatar

Block or report Kenny-204

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
Kenny-204/README.md

Hi there, I'm Kenny! ๐Ÿ‘‹

Full Stack Developer | Software Engineer | CS Student at UNILAG | Speedcuber


๐Ÿš€ My Tech Stack

Frontend & Design

Frontend

Backend & Database

Backend


๐Ÿš€ Featured Projects

๐Ÿ” Search Engine

A full-text document search engine built from scratch with Java and Spring Boot.

  • Stack: Java, Spring Boot, Redis, Cloudinary
  • Highlights:
    • Built a Google-style search experience with ranked results and matched-term snippets
    • Supports document upload and indexing for PDF, DOCX, XLSX, PPTX, and plaintext files
    • Implemented a text processing pipeline featuring tokenization, stopword removal, stemming, and TF-IDF scoring
    • Designed an inverted index stored entirely in Redis for fast document retrieval
    • Built a Trie-based autocomplete engine for real-time search suggestions
    • Integrated Cloudinary for scalable document storage and delivery
  • Repo: https://github.com/Kenny-204/Search-Engine

๐ŸŽฎ Ludoly

An online multiplayer Ludo game built to explore real-time systems and state synchronization.

  • Stack: React, TypeScript, Node.js, Express, Socket.io, Redis, MongoDB
  • Highlights:
    • Real-time multiplayer using WebSockets
    • Room-based game system with shared state in Redis
    • Reused reducer logic across client and server (single source of truth)
    • Reconnect persistence with localStorage
  • Repo: https://github.com/Kenny-204/ludoly

๐ŸŽฌ StreamPot

A high-performance movie streaming platform.


๐ŸŽ‰ Fun Facts

  • ๐Ÿงฉ Speedcuber: Personal Best solve of 17.89 seconds
  • โ™Ÿ๏ธ Chess: Love a good match
  • ๐ŸŽฌ Anime: Huge fan of Bungou Stray Dogs

๐Ÿ“ซ Connect with Me


๐Ÿ† GitHub Stats

Pinned Loading

  1. Search-Engine Search-Engine Public

    A search engine written in java

    TypeScript

  2. ludoly ludoly Public

    An online multiplayer ludo game cause chess has too many rules to manage

    TypeScript

  3. Streampot-frontend Streampot-frontend Public

    The frontend for streampot; A movie streaming application

    TypeScript

  4. streampot-backend-mongo streampot-backend-mongo Public

    An implementation of my streampot app backend using mongodb database

    JavaScript

  5. Banking-App Banking-App Public

    A simple terminal Bank App written in C sharp with XML documentation and tests

    C#

  6. neetcode neetcode Public

    A repo of all my solutions in neetcode cause my dsa logs repo got all messy

    Python