Stokade Website
A website for managing stock in a coffee shop. I’m using C#, ASP.NET, and a local SQL database.
So far, I’ve implemented a login page and three pages for different types of stock. The goal
is to continue developing this into a full business solution to simplify stock management.
SHA256 Algorithm
SHA-256 (Secure Hash Algorithm 256-bit) is a cryptographic hash function that takes any input data
and transforms it into a unique, fixed-size 256-bit (32-byte) hash value, typically represented
as a 64-character hexadecimal string. Implemented using C#.
RC5 Encryption
RC5 is a fast, symmetric, and flexible block cipher developed by Ron Rivest in 1994,
characterized by its variable block size (32/64/128 bits), key size (0–2040 bits),
and number of rounds (0–255). Implemented using C#.
Script for Business Campaign
Script developed to automate managing team via WhatsApp with regular updates about sold positions.
Was used as a real business tool. Developed using Python, Selenium, Pandas.