Trust Jamin

Trust Jamin

Trust Jamin Okpukoro is a developer advocate and senior technical writer with a strong background in software engineering, community building, video creation, and public speaking. Over the past few years, he has consistently enhanced developer experiences across various developer products by creating impactful technical content and leading strategic initiatives. His work has helped increase product awareness, drive user engagement, boost sales, and position companies as thought leaders within their industries.
Replacing Form Libraries With Native Web APIs
React Summit 2026React Summit 2026
Upcoming
Replacing Form Libraries With Native Web APIs
In 2026, shipping a heavy library like Formik or React Hook Form is often an unnecessary performance tax. This "delete code" session showcases how to use the Constraint Validation API, the Popover API, and native HTML Form Validation to build complex, accessible, and high-performance forms with zero external dependencies. We will compare the bundle size and TBT (Total Blocking Time) of a "library-less" form versus a traditional one, proving that "doing less" is the ultimate developer experience.
Bridging the Gap: Documenting APIs for Humans and LLM Agents
AI Coding SummitAI Coding Summit
22 min
Bridging the Gap: Documenting APIs for Humans and LLM Agents
Over the past few years, there has been a notable shift in how developers interact with documentation.Before now, developers often turned to Docs and Stack Overflow for answers about tools, but that is no longer the case.Today, API Docs, tutorials, and specifications are not just for humans—they are also utilized to train LLM agents to answer questions about your tools. This talk will explore how to document API and tutorials in a way that serves both developers and LLMs, making your documentation more accessible, actionable, and future-proof.Through case studies and practical insights, we'll cover how companies are adjusting to this new dynamic shift and the rise of GEO (Generative Engine Optimization).