Portfolio

For my resume, you may refer to my LinkedIn profile.

Payments Agreement Site

I recently participated in blockchain.hack(). I won the main prize for the problem statement: "How can blockchain help B2B transactions for banking?"

My project deals with the usage of Merkle proofs to initially obscure payment details, yet enforce payment outcomes with transparent and immutable rules. Factory-clone contracts also cut down the cost of deploying each payment agreement by ~70%.

- Factory Contract for cloning agreements
- Initializer contract with agreement logic
- Minimal proxy contract (clone) which uses logic from the Initializer contract

ThunderDome Chart

Current side project is ThunderDome (as of Oct 2022).

I am currently learning Solidity, so I thought it would be a fun project to run on the Ethereum Goerli testnet. Users will be able to buy NFTs offered. Eventually, they should be able to sell bought NFTs on the local marketplace, deposit NFTs for loyalty points, and even a lucky draw.

- Frontend Repo
- Backend Link
- Backend Repo
- Smart Contracts Repo
- Token Sale Contract
- NFT Contract

Budget Planner Chart

One of my major side-projects is the Budget Planner (March 2019).

This was my Capstone Project during my participation in General Assembly's Web Development Immersive, now known as the Software Engineering Immersive. (Frontend Repo and Backend Repo)

Fireman Game Image

Created a game (The Fireman)

This was made with vanilla HTML, JavaScript, and CSS (GitHub Repo).