Code

Seeing is believeing. Here are some of coding projects visualized.

  • my custom trello board

    Interactive task board I built — draggable CRM cards, swimlanes, and configurable metadata pills.

    react task card demo

  • binary-search

    Binary search is one of the fastest ways to locate a target by repeatedly cutting the search space in half.

    binary search tank demo

  • multi-level feedback queue

    MLFQ is a CPU scheduler that runs high-priority tasks first and lowers priority for CPU-heavy ones over time.

    multi-level feedback queue

  • solar system

    Fun practice to explore the p5js library and the book, nature of code.

    sol

  • hello world

    Say hello to the world. This is a simple example of a p5js sketch.

    hello