Learning from Frank Gehry’s Sketches
Learn about the history of sketches being used for APIs.
We'll cover the following...
API sketches
Now, it’s time to turn the artifacts into a working API by converting our design into implementation. Along the way, we’ll learn how to create quick API sketches, how to make a prototype of our API, and how to convert our sketches and prototypes into running Node.js code. At each step of the journey, we’ll refine our implementation plans through our sketches and prototypes.
Sketching and prototyping is a way to test ideas. We can create low-fidelity samples that we can show others and make adjustments and improvements all without having to ...