You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A distributed storage system using Python and the socket library, featuring a server and multiple clients. The server coordinates data distribution and retrieval among clients using a token-based algorithm. Clients can store data to and request data from the server, which manages the communication and data aggregation across the system.
A scalable URL shortener built with Flask and MongoDB. Includes click tracking, expiry handling, and a real-time analytics dashboard. Deployed on Render with REST API support.