Search

Search any article ...

Type:
Tag:
11 results found
Project
completed

Log Monitor: Real-Time Log Monitoring and Broadcasting System

Real-time log monitoring and broadcasting app leveraging asyncio, WebSockets, docker and NGINX for monitoring huge size log files and broadcasting updates to multiple clients in real-time.

+2 more
Project
completed

t3-AI: Reinforcement learning leveraged Tic Tac Toe against an AI game powered by a Q-learning agent

This project is a full-fledged web application built using Python Flask (backend) and a React/Next.js frontend. It allows users to play a game of Tic Tac Toe against an AI powered by a Q-learning agent. The application supports multiple users simultaneously by isolating each game session with unique session IDs and includes rate limiting to prevent abuse. It replays each game and apply bellman equation to readjust weights and improve from its gameplay through reinforcement learning. Q-learning agent: a type of reinforcement learning algorithm where an agent learns to take actions in an environment by maximizing a cumulative reward.

+2 more
Project
completed

hype: A minimalistic video calling web application built WebRTC, STURN and TURN servers.

A minimalistic video calling web application built with WebRTC, STUN, and TURN servers for real-time communication. It enables peer-to-peer video calls directly in the browser without the need for plugins or downloads. The application uses a signaling server to establish connections and manage call sessions, ensuring low latency and high-quality video and audio transmission. Ideal for personal and professional use, hype provides a seamless and secure video calling experience with support for isolated rooms and multiple users.

+2 more
Project
completed

Personal Blog & Portfolio Website

Modern, responsive blog website built with Next.js, TypeScript, and Tailwind CSS. Features MDX content, search functionality, and clean design.

Project
completed

Reddit-Code: A VS Code extension that brings the power of Reddit directly into your IDE.

A VS Code extension that integrates Reddit into the development environment, allowing users to browse and interact with their favorite subreddits without leaving the editor. The extension features a sidebar for subreddit feeds, post previews, and the ability to upvote or downvote posts directly from the IDE.

Project
completed

Sentinel: A Chat Application facilitating messaging between individuals for seamless communication.

A Highly Scalable and Powerful Chat Application that provides a seamless messaging experience between individuals. It is designed to be highly scalable and powerful, capable of handling a large number of users and messages. The application features real-time messaging, user authentication, and a clean user interface.

+6 more
Project
completed

AirGo: Flight Reservation System based on node express & mongoDB

A flight reservation system that allows users to search for flights, book tickets, and manage their reservations. The system is built using Node.js, Express, and MongoDB, providing a robust and scalable backend for handling user requests and data storage. Generates tickets as pdf document

+1 more
Project
planned

Kepler: Ruby on Rails CRUD application to create and share microposts

A simple Ruby on Rails CRUD application that allows users to create, read, update, and delete microposts. Users can share their thoughts and ideas in short posts, similar to Twitter. The application features user authentication, responsive design, and a clean user interface.