Coders Packet

Packets submitted by Alwis Guru K V

Rate Limiter using Java, Spring and Redis

A Rate limiting Web app to limit the number of client requests allowed to be sent over a specified period.

URL Shortener using Java, Spring, and Redis

An URL shortening Service developed with Java with spring framework and Redis. The packet takes an URL as input and generates a base62 short URL. It also redirects to the original URL.

Command Line based Calculator for Infix Arithmetic Expression using Java

The calculator uses Java to evaluate the infix expression supporting binary operations add, sub, Multiply, division, and modulo entered by the user and report errors in the expression if any.