Elo
Elo python package to simulate matches between players, and compare their elo ratings after each match. You can use it to simulate rankings of Chess players. Published to PyPI.
Tech Stack: Python 3, Poetry, GitHub Actions, PyPI
Key Features:
- Create players and simulate matches, while keeping track of their Elo scores.
- Published to PyPI, so you can easily install using `pip install elo-viz`.
Links: GitHub
B2B E-commerce
A basic B2B e-commerce web application focusing on security, real-time updates, and role-based functionality. This is a full-stack application using modern technologies while adhering to best practices.
Tech Stack: React, Flask, SQLite, NextJs, Python 3, HeroUI, Sqlalchemy 2
Key Features:
- Create, View, Edit and Delete Products.
- Signup and Login for Users and Admins.
- Role based access control powered by OAuth2.0.
- Audit logging for Admins.
- Follows MVC design pattern.
Links: GitHub
Algo Runner
A python package with tools to let you try coding problems and check your code against your own test cases.
Tech Stack: Python 3, Poetry, PyPI
Key Features:
- Simplify debugging LeetCode style questions in your IDE of choice.
- Create your own test-cases.
- Beautiful, and simple command line styling for test case results.