View my projects here!

Trace Case

It's a JAVA application built on the Spring Boot framework that lists the total number of cases for the current day, cases reported since the previous day globally.

VIEW SOURCE

Custom Blockchain

Implementation of custom blockchain in JAVA. Each block contains its own digital fingerprint/signature called Hash, the hash of the previous block, a timestamp and the data of the transaction made.

VIEW SOURCE