Make it work, make it right, make it fast " β Kent Beck
The Coding Bootcamp is a Learning Platform built for my students who I tutor. The platform provides the student with the ability to message and book sessions with the tutor whilst being set quizzes, tasks, mini challenges, explanations, and videos derived through concepts and challenges tagged by a language and type.
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