My Projects

Below are some projects or toys that I have created during my learning and working journey.


VChat

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.

sp_vcard

2023

A library will help you create vCards. It's implemented in Rust.

Password Manager

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.

V Odoo

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.

Steganography

2022

Steganography is a simple CLI tool for embedding and extracting messages from digital images with data encrypted and decrypted with the password.
y2mp3

2022

y2mp3 is a utilities tool created solely to convert videos into MP3 audio format. It is primarily written in Python and relies on ffmpeg for conversion.
E-Learning Platform

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.