Learning from Frank Gehry’s Sketches
Discover how to apply Frank Gehry’s sketching techniques to API design, allowing you to build simple prototypes that test ideas quickly. This lesson helps you learn to iterate and improve API designs before investing time in coding, supporting efficient and effective development.
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 ...