Resources
Practical guides from real project work.
Clear, no-fluff tutorials on the things that come up in real projects — APIs, integrations, FileMaker, and JavaScript — so other developers and teams can skip the trial and error. More on the way.
APIs
API keys vs OAuth2
The two ways you'll authenticate to an API, when to use each, and how to handle them without leaving a hole.
Read the guide → APIsConsuming an API end to end
The five steps past your first 200: auth, pagination, retries, and turning their JSON into your own types.
Read the guide → APIsThe OAuth2 redirect dance
Why the authorization-code flow makes you register an app, set a redirect URI, and trade a code for tokens — and how to build it.
Read the guide → FileMakerUsing JavaScript in the FileMaker Web Viewer
A step-by-step guide to running JavaScript in a Web Viewer and talking back to your FileMaker solution.
Read the guide → FileMakerIntegrating JSONata into FileMaker
Bring JSONata into FileMaker for clean, powerful JSON querying and transformation.
Read the guide →