Below are some projects or toys that I have created during my learning and working journey.
2023
This is a real-time chat platform based on Server Sent Events (SSE). The frontend is built using Next.js(React.js Framework), while the backend is developed with Rocket.rs, a web framework written in Rust.
2023
A password management tool with these features offers secure storage and organization of passwords. It encrypts all data using SQLCipher, ensuring that passwords are protected with strong encryption. This tool allows users to manage their passwords efficiently, providing a central repository that safeguards sensitive information from unauthorized access.
2023
This module allows you to to turn Odoo into an OAuth2 provider. Although it's not yet complete, it seems to be functioning fairly well.
2022
2022
2022
This project is about an online programming learning platform, inspired by w3school and educative.io. It was a collaboration between two individuals, myself and a friend (with a primary focus on the client-side). The technologies used were Django and Next.js. The main features revolved around creating and managing courses and enabling direct code execution.