Make it work, make it right, make it fast " β Kent Beck
Making paysliips in word and converting to PDF to pay my employee was a hassle because i was manually having to mentally add and check that the weekly hours were correct + the total per month.. Now, with the system I quicky made, it's an easier way for me to generate monthly Payslips with the needed option of generating a PDF.
A sandboxed API system for grading JavaScript functions and React components. Used for grading coding challenges within the Coding bootcamp platform.
This project provides an interactive and animated code learning experience using React. It presents coding challenges in a typewriter-like animation, allowing users to learn and practice coding concepts step by step. The challenges are enhanced with options for interactive questions, live coding reflections, and the ability to retry challenges.

Streamlines the creation of new reusable components and blocks for the development of the learning platform. This CLI tool eliminates the need for manual file creation, minimizes errors, and maintains consistency across your project. Perfect for speeding up development and keeping the codebase clean.

A tiny npm package that makes it easy to implement JWT or PassportJs within any NodeJS project. As of now, you can only use MongoDB. Was interesting to build but came across Database issues that made me abandon the project.
- Users collection and DB queries prebuilt + test routes
- ability to choose JWT or passport as the authentication strategy + test routes for strategy functions and logic
- prebuilt methods and logic accessible for all authentication strategies.
- access to adding more properties to the Users collection model.
A map showcasing food orders displayed in bubble and single points using ES6 OOP principles with Webpack and Babel