Loading…
or to bookmark your favorites and sync them to your phone or calendar.
strong>API Program Management (API World) [clear filter]
arrow_back View All Dates
Wednesday, November 13
 

11:00am PST

[Virtual] PRO SESSION (API): cURL to SDKs: Navigating the API Adoption Chasm
Wednesday November 13, 2024 11:00am - 11:25am PST
Sid Maestre, APIMatic, VP Developer Relations

As API adoption becomes increasingly pivotal for companies, understanding the evolution from cURL commands to robust Software Development Kits (SDKs) is paramount. Your initial developer experience may focus on API reference docs with cURL commands, but as you scale, you'll need to help developers beyond “Hello World.” Discover the pivotal role SDKs play in propelling developers towards production-ready solutions.

However, building and maintaining an effective SDK program can be resource-intensive. This talk will address this challenge by demonstrating the key – SDK generation. Learn how your OpenAPI definition can serve as a source of truth, enabling the automated generation of SDK libraries in multiple languages, comprehensive documentation, and illustrative code samples. Join us as we explore the transformative potential of SDK generation as the linchpin in crossing the API Adoption Chasm.
Speakers
avatar for Sid Maestre

Sid Maestre

VP Developer Relations, APIMatic
As the VP of Developer Relation at APIMatic, Sid Maestre works with companies to automate how they build developer experiences and drive adoption of their APIs through SDKs, interactive documentation, guides and code samples. Sid is building a community of practice for SDKs builders... Read More →
Wednesday November 13, 2024 11:00am - 11:25am PST
VIRTUAL API World -- Workshop Stage B

11:00am PST

[Virtual] PRO SESSION (API): Embedded API Governance in Action
Wednesday November 13, 2024 11:00am - 11:25am PST
Swapnil Sapar, Microsoft, Principal Software Engineer

API governance is crucial for enterprise success. By integrating policy guidance as developer signals within their Software Development Life Cycle (SDLC) tools and processes, enterprises achieve higher policy compliance at substantially lower recovery costs. This approach enhances the developer experience and offers management a transparent overview of their API portfolios, facilitating ongoing improvements in API production. The API Health Dashboard, an exemplary governance application for internal portals, provides upper management with a clear perspective on the performance of their APIs. 
Speakers
avatar for Swapnil Sapar

Swapnil Sapar

Principal Software Engineer, Microsoft
https://www.linkedin.com/in/swapnilsapar/Implemented API Programs at Enterprise ScaleMember of OpenAPI SIG, Linux Foundation.
Wednesday November 13, 2024 11:00am - 11:25am PST
VIRTUAL API World -- Workshop Stage A

11:00am PST

[Virtual] OPEN SESSION (API): Conquer the API Rainbow Road Level with These Dev “Cheat Codes”
Wednesday November 13, 2024 11:00am - 11:25am PST
Matt Voget, Ambassador, Director of Technology

In the game of API development, the world is getting more and more complex. How do you power up your dev team to complete each level faster and better? In this session, we’ll share the top five “cheat codes” that will put you in the winner’s circle. From design through testing, we’ll share how to give developers ultimate control over the development process, automate spec gen, and remove unnecessary infrastructure obstacles from impeding the advancement of your API strategy.
Speakers
avatar for Matt Voget

Matt Voget

Director of Technology, Ambassador
I bring 10+ years experience working as a multi-disciplinary engineer on software projects ranging from enterprise SaaS web-apps to embedded software on satellite payloads. I leverage my experience as a Manager, Software Engineer, Systems Engineer, and QA Engineer within large and... Read More →
Wednesday November 13, 2024 11:00am - 11:25am PST
VIRTUAL API World -- Main Stage

2:00pm PST

[Virtual Exclusive] PRO SESSION (API): Evolution of SRE Program Management with AI
Wednesday November 13, 2024 2:00pm - 2:25pm PST
Karanveer Anand, Google, Technical Program Management

Last year, we solicited talks on the then new trend of
cost and resource pressure: doing more with less in the
face of uncertain future growth and revenue for the
technology industry while also generative AI has improved the workflows of business.
Speakers
avatar for Karanveer Anand

Karanveer Anand

Technical Program Management, Google
Karanveer Anand is a technical program management leader at Google's SRE organization. Before joining Google, he managed program management in the SRE organization at Nutanix. He is a prominent voice in the industry, advocating for new program structures and standards.
Wednesday November 13, 2024 2:00pm - 2:25pm PST
VIRTUAL API World -- Workshop Stage A

3:00pm PST

[Virtual] OPEN SESSION (API): Unlocking the Power of Intelligent Data APIs
Wednesday November 13, 2024 3:00pm - 3:25pm PST
Akhilesh Agarwal, apexanalytix, COO & EVP, Global Procure to Pay Solutions & Applied Technology

Dive into the world of Intelligent Data APIs and explore how they can transform your data management processes. Learn how these powerful tools reference over 1,000 data sources to ensure the accuracy of vendor addresses, tax information, bank details, and more. 
Speakers
avatar for Akhilesh Agarwal

Akhilesh Agarwal

COO & EVP, Global Procure to Pay Solutions & Applied Technology, apexanalytix
Akhilesh Agarwal leads the apexanalytix solutions practice responsible for apexportal, the industry’s only 100 percent touchless solution for global supplier information management and working capital optimization. He leads the development of new client-focused software innovations... Read More →
Wednesday November 13, 2024 3:00pm - 3:25pm PST
VIRTUAL API World -- Expo Discovery Stage

3:30pm PST

[Virtual] PRO SESSION (API): AI for API Privacy Testing
Wednesday November 13, 2024 3:30pm - 3:55pm PST
Intesar Shannan Mohammed, PerfAI, Founder

Did you know that data privacy is a compliance requirement mandated by almost every country? It differs from data security, with a greater focus on protecting personal information. API privacy plays a crucial role in this, as it extends beyond securing databases and cloud data. In this session, I’ll introduce the API Privacy Top-10 List and demonstrate how AI can automate API privacy testing, freeing developers from tedious tasks while ensuring your applications and APIs remain compliant with privacy regulations.
Speakers
avatar for Intesar Shannan Mohammed

Intesar Shannan Mohammed

Founder, PerfAI.ai
Intesar Shannan Mohammed is a seasoned serial entrepreneur and speaker with profound expertise in APIs, governance, privacy, performance, and security. With a remarkable track record of founding three successful startups in the API space, Intesar's entrepreneurial journey has been... Read More →
Wednesday November 13, 2024 3:30pm - 3:55pm PST
VIRTUAL API World -- Workshop Stage A

3:30pm PST

[Virtual] PRO SESSION (API): Empowering Concurrent Development of Distributed Systems with GenAI-Assisted API Spec Management
Wednesday November 13, 2024 3:30pm - 3:55pm PST
Matthew Bae, Deloitte, Specialist Lead in API & Integration Offering

Modern integration techniques, typically implemented through APIs and Microservices, play a pivotal role in propelling digital transformation initiatives. These deployments often occur in highly distributed environments, where a large number of small APIs and Microservices are simultaneously developed by different teams.

This simultaneous development can present challenges such as coordination among teams and delays due to waiting for other teams' completion. Overcoming these challenges requires distributed development techniques like design-first approaches and test-driven methodologies. In these methods, interface specifications written in a common structured language serve as the "contract" to manage interface agreements between applications. These interface contracts, which are machine-readable, and version controlled, facilitate trust among teams and allow parallel development and testing of applications in an early stage of the application development lifecycle. The contracts also aid in dependency management, planning for integrated testing, and releases of all related APIs and Microservices.

This session discusses a GenAI-assisted solution to standardize the development of API specifications, and automate the publishing of versioned, traceable API documentation in an API catalog portal. This pro
Speakers
avatar for Matthew Bae

Matthew Bae

Specialist Lead in API & Integration Offering, Deloitte
Matthew Bae is a systems integration leader and collaborative problem solver who uses his over 20 years of banking and telco industry knowledge, IT management consulting experiences, and digital transformation and integration architecture expertise (MuleSoft) to help enterprises reduce... Read More →
Wednesday November 13, 2024 3:30pm - 3:55pm PST
VIRTUAL API World -- Workshop Stage B

4:00pm PST

[Virtual] PRO SESSION (API): Architecting a Developer-Friendly API Platform
Wednesday November 13, 2024 4:00pm - 4:25pm PST
Augusto Goncalves, Autodesk, Developer Advocate Manager

Well-designed and well-maintained APIs are the foundation of any successful API ecosystem program. In this session, we'll explore best practices for architecting APIs across various formats – REST & GraphQL – to deliver performant and developer-friendly services. Drawing from the experience of building a world-class developer program that supports thousands of active third-party developers, we'll delve into the architectural considerations and strategies for creating a cohesive platform that provides a seamless experience across all APIs. 
Speakers
avatar for Augusto Goncalves

Augusto Goncalves

Developer Advocate Manager, Autodesk
Advocate at Autodesk since 2008, supporting customers and partners using desktop and cloud APIs
Wednesday November 13, 2024 4:00pm - 4:25pm PST
VIRTUAL API World -- Workshop Stage A

4:00pm PST

[Virtual] PRO SESSION (API): Establishing an API-First Culture within Atlassian
Wednesday November 13, 2024 4:00pm - 4:25pm PST
Dugald Morrow, Atlassian, Developer Advocacy and Extensibility Standards

API technologists are becoming increasingly aware of the benefits of an API first approach to software development, but there are many challenges related to the establishment of an API First culture throughout an organisation.

In this session, learn about the tactics used by Atlassian’s Extensibility Standards team to uplevel Atlassian’s API culture. The session covers the challenges faced by Atlassian, how API First overcomes these challenges and how API First fits within Atlassian’s API lifecycle management practices.
Speakers
avatar for Dugald Morrow

Dugald Morrow

Developer Advocacy and Extensibility Standards, Atlassian
Dugald Morrow studied electrical engineering at the University of Sydney. His software career started in the development of mission critical applications including a submarine combat system, air traffic control system and traffic and transport management system. He worked in a number... Read More →
Wednesday November 13, 2024 4:00pm - 4:25pm PST
VIRTUAL API World -- Workshop Stage B
 

Share Modal

Share this link via

Or copy link

Filter sessions
Apply filters to sessions.
Filtered by Date - 
  • Talk Type
  • OPEN Session
  • PRO Session
  • PRO Workshop
  • Track or Conference
  • AI & ML (CloudX)
  • API Case Studies & Success Stories (API World)
  • API Design / Architecture (API World)
  • API Leadership Summit (API World)
  • API Ops & Scalability & Usability (DX) & Testing (API World)
  • API Program Management (API World)
  • API Security / Compliance (API World)
  • API World
  • API World: API Innovation
  • API World: API Lifecycle
  • API World: API Strategy
  • API World: Microservices World
  • API-First Development (API World)
  • APIs (Dev Innovation)
  • Automated Testing & Monitoring & Reporting (CloudX)
  • CI/CD (CloudX)
  • CI/CD / Deployment (API World)
  • Cloud Development Technologies (CloudX)
  • Cloud Development Technologies (Dev Innovation)
  • Cloud Infrastructure (CloudX)
  • Cloud Innovation (AI & Edge & etc) (CloudX)
  • Cloud Security (CloudX)
  • Cloud Talent & Skills (CloudX)
  • CloudX
  • CloudX: Cloud Architecture & Infrastructure
  • CloudX: Cloud Strategy Conference
  • CloudX: Cloud-Native Development
  • CloudX: DevOps Summit
  • Containers & Kubernetes (CloudX)
  • Deployment Strategies (CloudX)
  • Dev Innovation (CloudX)
  • Dev Innovation Summit
  • Developer Tools (Dev Innovation)
  • DevSecOps (CloudX)
  • Digital Acceleration (CloudX)
  • Edge Computing (CloudX)
  • Emerging APIs: AI & IoT & Blockchain & Web3 & XR (API World)
  • Expo Challenge
  • Future of Cloud-Native Computing (CloudX)
  • Hybrid & Multi-Cloud (CloudX)
  • Hybrid APIs & Low Code APIs (API World)
  • Industries: Open Banking & Healthcare & Retail (API World)
  • Infrastructure-as-Code (CloudX)
  • Integration Management (API World)
  • Leadership Lounge
  • Microservices Design & Architecture (API World)
  • Microservices Design (CloudX)
  • Microservices Management (CloudX)
  • Observability (CloudX)
  • OPEN Session
  • Platform Engineering (API World)
  • Programming Languages (Dev Innovation)
  • Roundtables
  • Service Mesh & Containers & Kubernetes (API World)
  • Sponsor Spotlight
  • Virtual
  • In-Person/Virtual
  • In Person
  • Virtual
  • Virtual Exclusive