Portfolio

Portfolio

Outperformer OS [Work in Progress]

Website: https://outperformeros.com

A web application to help you rewire your mind for success, transforming you into the kind of person who has the focus and self-mastery to achieve any goal you set.

MetronomeOnline.app

Website: https://metronomeonline.app

I built An accurate web & Chrome extension metronome you can use to practice with Youtube videos. With more than 2K users and growing 3% Montly since it’s realease it’s becoming one of the preferred free metronomes on the internet due to it’s intuitive UI.

I developed this browser-based metronome application to solve a personal problem: the lack of a precise and feature-rich timing tool for practicing along with online videos and music on Youtube.

The primary technical challenge was implementing a highly accurate and stable time-keeping mechanism within a browser environment. To overcome the inherent limitations and potential for drift with traditional JavaScript timers (setInterval or setTimeout), I leveraged the Web Audio API for precise audio scheduling. This ensures that the metronome’s timing is consistent and reliable, which is critical for its purpose.

The application goes beyond a simple click track and includes advanced features such as:

  • Custom time signatures and note values.
  • Beat subdivisions and adjustable accents for practicing complex rhythms.
  • Tap tempo functionality for quickly syncing with external audio.
Metronome Online

Mobile version will be provided once it hits 10K/mo users.

Leet Code Visual

Website: https://leetcodevisual.com

I built https://leetcodevisual.com to help make abstract data structures and algorithms tangible. The tool offers step-by-step animations of LeetCode solutions, clarifying how data is manipulated at each stage of an algorithm’s execution. It’s a practical tool for anyone looking to deepen their understanding of core computer science concepts.

LeetCode Visual Screenshot

PercentageCalculatorOnline.co

Web: https://percentagecalculatoronline.co

A simple mobile-first set of calculators used by more than 100K users/month due to it’s simplicty

Percentage Calculator Screenshot