Farzad Yousefzadeh
@farzad_yz
WebGL
ThreeJS
FFMPEG
Mobile
CLI
Cross browser
Cross framework
Accessibility
Availability
Focus management
type State = {
isLoading: boolean;
accounts: Account[];
error?: string;
};
type State=
| "Idle"
| "Loading"
| "Success"
| "Error";
👉🏻 Boundaries
👉🏻 Edge cases
👉🏻 Zooming
👉🏻 Plan and estimate
👉🏻 Integrations
👉🏻 See layers
If diagrams are so good, why not just diagram the software instead of programming it?
Stately.ai
👉🏻 Diagrams are the source of truth
👉🏻 Diagram ➡ model ➡ execute
👉🏻 Export to more than just code
👉🏻 Import from more than just code
👉🏻 Multi-purpose
👉🏻 Across the stack
👉🏻 Generate event sequences
👉🏻 Collaborative
👉🏻 Adaptive