Skip to content

glossary of key concepts | official prototype docs


Prototype Docs Overview

Hands-On Prototyping

One of the first things I ask for when I join a team?
“Can I get access to the test system?”

I like to dive in early: click around, follow the user journey, spot where things feel clunky, and get a real feel for how the product behaves outside the perfect-world scenario.

That hands-on approach helps me write better docs from day one. It also surfaces usability issues early, which saves time for everyone (especially developers).

Before I get too deep into system architecture or technical diagrams, I like to stay curious and keep exploring. I ask questions, test things out, and follow the product through real user journeys; not just what’s in the specs.

For me, learning is an ongoing part of the documentation process. I’m always picking up new patterns, figuring out how different pieces fit together, and making sure I understand what’s really going on; not just what it says is going on.

That helps me write docs that are grounded in how the product actually works and that make sense to the people using them.

Below mini-prototypes help me learn by doing. And that experience feeds directly into clear, grounded, user-friendly documentation.


Dividend Tracker API

A lightweight REST API that processes dividend payment data and returns monthly totals per year.

Dividend Tracker App

A simple Vue.js app that fetches dividend data for publicly traded stocks using the Financial Modeling Prep API.

  • Purpose: To practice consuming a third-party API, parse the JSON response, and display structured data in the front-end.
  • Skills Explored: API integration, JSON handling, front-end display logic.
  • Docs: ⏳ Coming Soon: In the process of being migrated from GitHub.
GitHub →

XRP Testnet App

A small Vue 3 demo app that connects to the Ripple Testnet to check the balance of a given XRP wallet address.

  • Purpose: To experiment with blockchain-based networks and learn how to interact with testnets safely.
  • Skills Explored: Blockchain basics, Vue 3 setup, working with testnet APIs.
  • Docs: ⏳ Coming Soon: In the process of being migrated from GitHub.
GitHub →

What comes next?