Loading…
Company: APIs & Microservices clear filter
Tuesday, February 11
 

12:00pm PST

OAI Workshop: Intro to Contract Testing: Evolving APIs Safely
Tuesday February 11, 2025 12:00pm - 12:50pm PST
Frank Kilcommins, SmartBear, Principal API Technical Evangelist

Microservices and modular API architectures have transformed the technical landscape, enabling rapid innovation, faster releases, and decentralized evolvability. However, scaling these architectures introduces significant challenges. Managing dependencies between providers, consumers, and environments often leads to API sprawl, increasing complexity and diminishing returns. Traditional reliance on integration and end-to-end testing struggles to keep pace, resulting in high costs, lengthy feedback loops, and the rise of “zombie APIs.”

Contract testing offers a scalable and efficient alternative to address these challenges, rebalancing the testing pyramid by focusing on the interactions between API providers and consumers. With bi-directional contract testing, teams can leverage existing OpenAPI artifacts and design-first workflows to validate changes without needing expensive, brittle end-to-end setups. Providers gain insight into the impact of API changes, while consumers understand the surface area of APIs they rely on.

We will cover:

- The limitations of end-to-end testing in modern API architectures.
- How contract testing reduces complexity and promotes collaboration.
- The fundamentals of provider and consumer workflows for bi-directional contract testing.
- How to leverage tools like Pact to maximize OpenAPI investments and enable faster scaling.
- Demonstrations showcasing contract testing in action.

Whether you're navigating a microservices ecosystem or building a modular API platform, this workshop will empower you to evolve APIs safely, deliver value faster, and streamline your testing strategy. Join us to bring clarity and confidence to your API architecture.
Speakers
avatar for Frank Kilcommins

Frank Kilcommins

Principal API Technical Evangelist, SmartBear
Frank has over 15 years’ experience in the technology industry, with his roles spanning from software engineering to enterprise architecture. His mission is to inspire, engage with and support the API community and SmartBear customers across the end-to-end API Development Lifecycle... Read More →
Tuesday February 11, 2025 12:00pm - 12:50pm PST
DeveloperWeek PRO Stage

1:00pm PST

OAI Workshop: Linting API Descriptions: Consistency is King for Developer Experience! LIMITED
Tuesday February 11, 2025 1:00pm - 1:50pm PST
Erik Wilde, INNOQ, Principal Consultant

API descriptions are describing the surface of an API so that it is clear how an API works. It can be a good idea to check these descriptions against general good practices or against specific internal good practices for API designs. Linting is the process that allows those checks to be performed, by taking the description, letting a linter inspect it, and then get warnings or errors regarding the API design.

In this workshop, we look at the various motivations to use API linting. We then specifically look at HTTP-based APIs, OpenAPI as their description language, and Spectral as a popular open source linting tool. Spectral performs opinionated linting out of the box by having a set of build-in rules. Spectral allows users to add their own rules or completely replace the built-in rules. Spectral also supports modularization so that for example in larger organizations, different APIs can use different combinations of rules for various APIs. In this workshop we cannot give a complete tutorial of Spectral, but you will walk away with a good understanding of when to use it, how to apply it to your use cases, and what its general capabilities look like.
Speakers
avatar for Erik Wilde

Erik Wilde

Ambassador, OpenAPI
Erik Wilde is an experienced and internationally known professional in the space of digital transformation and API strategy and management. Erik has degrees in computer science from TU Berlin and ETH Zurich. He is the author of many articles and papers, various books, multiple standards... Read More →
Tuesday February 11, 2025 1:00pm - 1:50pm PST
DeveloperWeek PRO Stage
 
Wednesday, February 12
 

9:30am PST

OpenAPI Summit: The Third-Wave of API Management LIMITED
Wednesday February 12, 2025 9:30am - 9:55am PST
Adrian Machado, Zuplo, Staff Engineer

The third-wave of API management is here. There are several trends that engineers and technical leaders need to know so they can choose the right tools and platforms for building their APIs. Trends include
1. Modernization around API gateways - The move towards GitOps over server configuration, and Edge over regional deployments
2. Centralization around OpenAPI and new tooling that's emerged
3. A strong focus on API DevX - what API-as-a-product really looks like in practice and the companies pushing the envelope. SDK generation, docs platforms, and more take center stage.

The talk will cover technology and tools engineering leaders should look to adopt and the benefits/drawbacks
Speakers
avatar for Adrian Machado

Adrian Machado

Staff Engineer, Zuplo
I am a Staff Software engineer working at Zuplo. I specialize in our open source technology and adopting emerging technologies (ex. AI) at the company. This includes our work on RateMyOpenAPI, Zudoku, Mockbin, and various other tools. I've written several blogs for Zuplo, and spoken... Read More →
Wednesday February 12, 2025 9:30am - 9:55am PST
DevExec World Stage
  Dev Exec World

10:00am PST

OPEN Session: How Not to Become a Database Expert
Wednesday February 12, 2025 10:00am - 10:25am PST
Dmytro Hnatiuk, Wise, Principal Software Engineer

Tackling database scalability can seem daunting without a clear path forward. In "How Not to Become a Database Expert," we'll navigate the journey of database scalability together, emphasizing the strategic timing of each step. This talk isn't about the weeds of query optimization techniques; it’s about understanding when and why to apply certain types of optimizations to get the most out of your efforts. We’ll explore a tiered pyramid approach that guides software engineers through essential phases of scalability—from basic setups to more sophisticated strategies. By focusing on the right optimizations at the right time, you’ll learn how to efficiently improve your systems without overwhelming detail. Perfect for software engineers at any level, presentation will help you with the knowledge to make impactful decisions when your project needs it most. Join me to simplify your scalability strategy and focus on what truly matters in your database environment. 
Speakers
avatar for Dmytro Hnatiuk

Dmytro Hnatiuk

Principal Software Engineer, Wise
Dmytro Hnatiuk is a Principal Software Engineer at Wise, where he has been turning complex challenges into scalable solutions for eight years. With over a decade in the tech industry and a focused expertise in the Finance & Treasury domain for the last six years, he has successfully... Read More →
Wednesday February 12, 2025 10:00am - 10:25am PST
CloudNative World Stage

10:00am PST

OpenAPI Summit: OpenAPI Summit Introduction: Why and How to Use OpenAPI
Wednesday February 12, 2025 10:00am - 10:25am PST
Erik Wilde, OpenAPI, Ambassador
Speakers
avatar for Erik Wilde

Erik Wilde

Ambassador, OpenAPI
Erik Wilde is an experienced and internationally known professional in the space of digital transformation and API strategy and management. Erik has degrees in computer science from TU Berlin and ETH Zurich. He is the author of many articles and papers, various books, multiple standards... Read More →
Wednesday February 12, 2025 10:00am - 10:25am PST
DevExec World Stage
  Dev Exec World

10:30am PST

OpenAPI Summit: Describing API Workflows with Arazzo
Wednesday February 12, 2025 10:30am - 10:55am PST
Frank Kilcommins, SmartBear, Principal API Technical Evangelist

Take a hands-on approach to mastering Arazzo, the API workflow specification from the OpenAPI Initiative, designed to streamline how to describe, validate, and share multi-step API interactions. This session cuts through the noise, giving you the tools and techniques needed to create high-quality workflow documents for real-world applications. We start with a breakdown of the Arazzo Specification structure and how it simplifies API workflows into reusable, programmatically readable formats. See Arazzo Specification GPT in action, accelerating the creation of Arazzo Documents and workflows with AI-driven precision. Dive into VSCode for hands-on editing, and how to validate and lint Arazzo Documents using Spectral. Learn how to create custom Spectral rules to enforce your team’s style guide, ensuring your documents are consistent and maintainable. You get tools, tips, and confidence to start your Arazzo journey, enabling you to weave together the use cases that enhance both human understanding and machine usability of your APIs.
Speakers
avatar for Frank Kilcommins

Frank Kilcommins

Principal API Technical Evangelist, SmartBear
Frank has over 15 years’ experience in the technology industry, with his roles spanning from software engineering to enterprise architecture. His mission is to inspire, engage with and support the API community and SmartBear customers across the end-to-end API Development Lifecycle... Read More →
Wednesday February 12, 2025 10:30am - 10:55am PST
DevExec World Stage
  Dev Exec World

11:00am PST

OpenAPI Summit: The Future of OpenAPI: OpenAPI Version 3.2 and the Road to Moonwalk
Wednesday February 12, 2025 11:00am - 11:25am PST
Henry Andrews, OpenAPI, OpenAPI Standards & Software Contractor

This talk starts from the current version of OpenAPI, OpenAPI 3.1, provides a brief history of how we got here, and then dives into discussing the future of OpenAPI. We'll preview OpenAPI 3.2 and explain how it is the first of several incremental steps towards the next major version of OpenAPI, code-named "Moonwalk." 
Speakers
avatar for Henry Andrews

Henry Andrews

OpenAPI Standards & Software Contractor, OpenAPI
Henry Andrews is a San Francisco-based consultant specializing in OpenAPI and JSON Schema, with nearly three decades of experience.  He has contributed significantly to several versions of both specifications, and is currently working with the OpenAPI Technical Steering Committee... Read More →
Wednesday February 12, 2025 11:00am - 11:25am PST
DevExec World Stage
  Dev Exec World

11:00am PST

OPEN Session: Stop the Silos: From Files to Apps, Integrate Your Dev Approach
Wednesday February 12, 2025 11:00am - 11:25am PST
John Wilson, IBM, Senior Product Manager

From standards to security, there’s no shortage of considerations when developing for the transmission of complex data through myriad systems, apps, partners, and geographies. Even if you can quickly transfer files of any size in a secure, governed and encrypted manner, there’s always another hop to get to value. But files, apps, APIs—these don’t live in a silo, and neither can your approach to integration.

In this session we’ll start with an MFT use case and showcase how IBM’s hybrid iPaaS (integration platform as a service) unifies disparate integration approaches to make collaboration easier. Check out a new way to solve common everyday enterprise file handling requirements directly from a cloud or hybrid solution.
Speakers
avatar for John Wilson

John Wilson

Senior Product Manager, IBM
John Wilson is a senior product manager in application integration and middleware. He has decades of experience as a practitioner in the integration space, having worked in-house for large enterprise corporations such as Colgate-Palmolive and Coca-Cola. He then moved into the technology... Read More →
Wednesday February 12, 2025 11:00am - 11:25am PST
Dev Innovation World Stage

11:30am PST

OpenAPI Summit: OpenAPI Overlays: Strategies for API Description Management
Wednesday February 12, 2025 11:30am - 11:55am PST
Kevin Swiber, Layered System, API Strategy

Are you puzzled by the number of ways OpenAPI descriptions might be used? How do you handle differences in visibility, custom extensions, or even multilingual documentation? OpenAPI Overlays offer a nuanced approach to modifying an API description without altering the original. This session will explore how you can use Overlays to address common challenges with OpenAPI Specification.
We'll cover:
- Core concepts of the OpenAPI Overlay Specification
- Practical use cases that require transforming API descriptions
- Techniques for managing API metadata and visibility
By understanding Overlays, you'll gain a flexible tool for adapting API specifications to different environments and requirements.
Speakers
avatar for Kevin Swiber

Kevin Swiber

API Strategy, Layered System
Kevin Swiber is a senior API strategy lead and technical evangelist with over 10 years of experience in API technology startups. They have a history of working in software engineering, infrastructure operations, and enterprise architecture. In addition to their work at API companies... Read More →
Wednesday February 12, 2025 11:30am - 11:55am PST
DevExec World Stage
  Dev Exec World

1:00pm PST

OPEN Session: How GenAI Helps Solve Data Consistency Problems with Cloud-Native Apps
Wednesday February 12, 2025 1:00pm - 1:25pm PST
Brijesh Deo, Oracle, Director, Software Development

Data consistency has been a longstanding challenge, dating back to the mainframe era, and transactions have traditionally been used to address these issues. However, with the rise of modern applications built on microservices architectures, ensuring data consistency has become even more complex. While AI adds further complexity to app development, it also offers significant potential to ease these challenges. New transaction patterns have emerged to tackle these modern issues. In this session, you will learn about these new patterns and the solutions available today to integrate these patterns into your applications. We will also explore in detail how some of these solutions are leveraging genAI to help developers avoid writing transaction management code or worry about associated infrastructure, making it extremely easy to adopt such transaction patterns. 
Speakers
avatar for Brijesh Deo

Brijesh Deo

Director, Software Development, Oracle
Brijesh Deo is the Director of MicroTx product development in the database organization at Oracle. He is passionate about distributed systems and cloud technologies and specializes in Kubernetes, Microservices, AI, and Java. Brijesh has a rich industry experience of more than two... Read More →
Wednesday February 12, 2025 1:00pm - 1:25pm PST
CloudNative World Stage

1:00pm PST

OpenAPI Summit: Your Cheat Code for API Authorization
Wednesday February 12, 2025 1:00pm - 1:25pm PST
Omri Gazitt, Aserto, Co-founder & CEO

Congrats, your org is all-in on microservices! But now you have hundreds (or thousands!) of APIs. Some power your customer-facing apps. Others are platform services that your front-end services consume. Still others are back-end services used by internal tools.

And ALL of them need to be authorized.

Not to mention, you need to be able to answer questions like “which users are authorized to invoke this endpoint?” and “which endpoints can this user invoke?”

Having each API “do its own thing” makes it all but impossible to wrangle this complexity. You need a cross-cutting solution to apply authorization rules consistently - either in the API code or at the API Gateway.

Enter Aserto: an open source cloud-native authorization service that does this, and more.

This talk provides hands-on learning for how to go from an OpenAPI spec to a fine-grained authorization model, ready to authorize your users, in just a few minutes.
Speakers
avatar for Omri Gazitt

Omri Gazitt

Co-founder & CEO, Aserto.com
Omri is the co-founder/CEO of Aserto.com, an authorization startup, and his 3rd entrepreneurial venture. He spent the majority of his 30-year career working on developer & infrastructure tech, most recently as the CPO of Puppet. Previously he was the VP & GM of HP's Cloud Native Platform... Read More →
Wednesday February 12, 2025 1:00pm - 1:25pm PST
DevExec World Stage

1:30pm PST

OpenAPI Summit: No AI without APIs
Wednesday February 12, 2025 1:30pm - 1:55pm PST
Jeremy Snyder, Firetail, CEO

Application Programming Interfaces (APIs) and Artificial Intelligence (AI) are two of the most important developments in tech of the last 10 years. While AI has grabbed the majority of headlines lately, APIs are the unsung heroes, the “connective tissue” that ensures seamless integration across our digital lives. But how will the more recent emergence of AI affect API security, and how do APIs affect the security of AI? 
In this talk, we’ll explore these two hot topics that make our online worlds work. AI can be helpful to API security by allowing security teams to automate certain processes or make testing more efficient, but it can also be used to help malicious actors automate their attacks.
 
Speakers
avatar for Jeremy Snyder

Jeremy Snyder

CEO, FireTail
Jeremy is the founder and CEO of FireTail.io, an end-to-end API security startup. Prior to FireTail, Jeremy worked in M&A at Rapid7, a global cyber leader, where he worked on the acquisitions of 3 companies during the pandemic. Jeremy previously led sales at DivvyCloud, one of the... Read More →
Wednesday February 12, 2025 1:30pm - 1:55pm PST
DevExec World Stage

1:30pm PST

OPEN Session: Mastering the API Lifecycle: From Design to Real-Time Events
Wednesday February 12, 2025 1:30pm - 2:20pm PST
Firas Abou-Shamlah, Gravitee.io, Solutions Engineer

Join Firas Abou-Shamalah, Solution's Engineer at Gravitee.io, for a deep dive into mastering the entire lifecycle of APIs. In this 50-minute session, Firas will guide you through every stage—from designing secure and scalable APIs to deploying, managing, and monitoring them in real-time. You’ll learn how to optimize your API strategy, streamline event-driven architectures, and ensure peak performance at scale. Whether you’re a developer, architect, or tech leader, this talk offers actionable strategies to elevate your API management game, all within a unified platform that simplifies the complexities of modern digital ecosystems. 
Speakers
avatar for Firas Abou-Shamalah

Firas Abou-Shamalah

Solutions Engineer, Gravitee.Io
A seasoned Solution's Engineer in the startup industry for many years, Firas is a veteran consultant, engineer, developer, salesman and entrepreneur. With over 5 years of experience in consulting with enterprise and Fortune 500 customers, he has seen the architectures and workings... Read More →
Wednesday February 12, 2025 1:30pm - 2:20pm PST
DeveloperWeek MAIN STAGE
  Cloud Native World

2:00pm PST

OpenAPI Summit: APIOps: Interface Development at Scale
Wednesday February 12, 2025 2:00pm - 2:25pm PST
Erik Hansen, Dell Technologies, API Architect, Developer Platform Services

Sure, your product may deliver a REST API to customers, but what about all those interfaces that exist within your company - between microservices, for internal tooling, and from imported packages? API Operations (APIOps) enables a consistent process, for developing and sharing any type of software interface, within your company and for your customers – whether you have 2 or 200 teams.
In this talk, learn how Dell is implementing APIOps to:
- Increase development velocity - for the team producing a shared interface, and their consumers.
- Reduce complexity - through common developer tooling and processes.
- Promote Consistency - by automating validation and governance.
- Expand Visibility - across all types of interfaces: REST, gRPC, event-based, and others.
Speakers
avatar for Erik Hansen

Erik Hansen

API Architect, Developer Platform Services, Dell Technologies
Erik is a Distinguished Member Technical Staff and API Architect at Dell Technologies. He is an advocate for User Centered Design and Developer Experience, helping Dell modernize its software development processes and engagement with external developers.
Wednesday February 12, 2025 2:00pm - 2:25pm PST
DevExec World Stage
  Dev Exec World

2:30pm PST

OpenAPI Summit: API Governance in the age of AI
Wednesday February 12, 2025 2:30pm - 2:55pm PST
Olga Podolyako, Microsoft, Principal API Architect

API governance faces a big challenge today to balance the need for speed and innovation in API products with the assurance of their quality and security. Recently we learned that AI technologies such as AI agents can increase the productivity of knowledge workers, which include software engineers and architects, by up to 29% in industries that use them such as health care, law and finance. The purpose of today’s talk is to explore how AI technology can help with API governance. 
Speakers
avatar for Olga Podolyako

Olga Podolyako

Principal API Architect, Microsoft
Olga is a Principal API Architect at Microsoft. After a long career in development Olga found her passion in the architecture professions working in roles such as business, integration, and enterprise architect. Currently Olga focuses on the API architecture and governance for Microsoft... Read More →
Wednesday February 12, 2025 2:30pm - 2:55pm PST
DevExec World Stage

3:00pm PST

KEYNOTE: IBM -- The Sneaky Secrets of Integration in a World of AI
Wednesday February 12, 2025 3:00pm - 3:25pm PST
Brenton House, IBM, Principal Cybersecurity and AI Advisor for IBM webMethods

AI has disrupted the world of development and data, creating a chaotic landscape where APIs, integrations, and security are all under siege. Every day, headlines reveal new breaches and vulnerabilities, exposing the growing risks we all face. But when you start to connect the dots, a fascinating picture emerges — one where AI and integration play a central role in both the problems and the solutions.

Join AI and cybersecurity strategist Brenton House as he uncovers the sneaky secrets of integration that EVERY developer needs to know. From shocking API vulnerabilities to AI’s hidden hand in modern breaches, you’ll gain the insights and strategies you need to navigate today’s high-stakes environment. Learn how a hybrid integration solution just might be your secret weapon to thrive in this chaotic and interconnected world.
Speakers
avatar for Brenton House

Brenton House

Principal Cybersecurity and AI Advisor for IBM webMethods, IBM
Brenton House is an ex-hacker, developer, strategist, and now Principal Cybersecurity and AI Advisor for IBM webMethods. Known for his unique creative work and YouTube channel, Brenton has produced several hit series including The Redacted Hacker, AI: Man vs. Machine, and API Cybersecurity... Read More →
Wednesday February 12, 2025 3:00pm - 3:25pm PST
DeveloperWeek MAIN STAGE
  5. KEYNOTES & FEATURED

3:00pm PST

OpenAPI Summit: API Resiliency Testing
Wednesday February 12, 2025 3:00pm - 3:25pm PST
Hari Krishnan, Specmatic, Co-founder, CTO

Are your APIs leaving you worried about data loss, data corruption, security vulnerabilities, or poor user experiences? If so, this talk is exactly what you need to address these issues. Discover how you can leverage your API specifications—like OpenAPI, AsyncAPI, and GraphQL SDLs—to test and enhance the resiliency of your APIs with a completely #NOCODE approach.

In this talk, you’ll gain insights into the importance of API resilience and how to build APIs that can gracefully handle flaky dependencies in real-world scenarios. We’ll explore the role of contract testing in ensuring resilience and demonstrate how to transform API specifications into executable contracts that can be continuously validated. You’ll see how to set up resilience tests, including those for latency, errors, and unexpected disconnections. The session features live demos on configuring tools to simulate these conditions, interpret the results, and iteratively enhance your API designs.
Speakers
avatar for Hari Krishnan

Hari Krishnan

Co-founder, CTO, Specmatic
Co-creator of Specmatic and Perfiz. I also advise organisations both large and small on their transformation journey. Apart from bringing ideas to life as working software products, I coach developers, project managers, product owners and engineering leaders.
Wednesday February 12, 2025 3:00pm - 3:25pm PST
DevExec World Stage
 
Thursday, February 13
 

9:30am PST

OPEN Session: Cisco ThousandEyes’ Year-Long Endeavor to Dismantle a Critical, Decade-Old MSQL Monolith.
Thursday February 13, 2025 9:30am - 9:55am PST
Shashank Sahni, Cisco, Software Engineering Technical Leader

At Cisco ThousandEyes, we gained valuable insights by breaking down a critical, decade-old MySQL monolith from our early startup days. After attending this session, we hope attendees will leave with the following key takeaways:
- Practical tactics for decomposing a critical MySQL monolith into domain-specific clusters using automation and ensuring minimal downtime.
- Mental models and lessons for project-managing large-scale, cross-team projects with complex interdependencies and a dynamic landscape.
- Strategies for safely splitting cross-domain SQL transactions in yet another critical monolith webapp and implementing platform improvements to identify hidden issues.
- An understanding of and ability to adopt a scalable MySQL schema management strategy.
Speakers
avatar for Shashank Sahni

Shashank Sahni

Software Engineering Technical Leader, Cisco ThousandEyes
Shashank Sahni is a Senior Technical Leader at Cisco ThousandEyes, where he excels in both developing innovative products to address network visibility issues and tackling complex technical challenges across the engineering spectrum. His recent contributions include decomposing a... Read More →
Thursday February 13, 2025 9:30am - 9:55am PST
Dev Innovation World Stage
  Dev Innovation World

9:30am PST

NEW Product Showcase
Thursday February 13, 2025 9:30am - 10:20am PST
Firefly
Firefly
Firefly’s Cloud Infrastructure Automation Platform helps companies automate, manage, and govern the cloud with IaC. Platform teams use Firefly for AI-assisted remediation, IaC orchestration, and unified system of record for Cloud Asset Management.

Red Hat
Red Hat Developer Hub
Red Hat Developer Hub helps you get applications into production faster and more securely, without sacrificing code quality, by providing pre-architected approaches and centralizing vital technology.

Kapstan
ACE
An application centric experience for developers to deploy and scale microservices, databases, GPUs, spot instances, and jobs in their own cloud native accounts on k8s, without the usual infrastructure complexity. Just draw on a canvas..and watch.

FusionAuth
Passkey addition to FusionAuth Community Version
The third quarter of 2024 saw passkeys enter our Community plan, in August. Anyone using FusionAuth can enable passkeys for their all users, for free.

GitHub
GitHub Copilot Free
GitHub Copilot, your AI pair programmer, is now available for all users for free! Ask questions, edit multiple files, and get code suggestions inside both Visual Studio and Visual Studio Code.

Aviator Technologies
Aviator Agents
Aviator Agents is a framework to use AI Agents for performing small and large scale migrations. We will cover how the Aviator system tracks tech debt based on teams ownership and automatically generates code changes using user prompts.

Storyblok 
Storyblok
Developers love Storyblok CMS because it’s API-first, component-based and future-proof.
Our latest feature, AI Translations, lets you translate new pages with a click to keep your website fresh and accessible across all markets.


Gravitee.io 
Kafka Gateway
The Gravitee Kafka Gateway exposes Kafka to consumers with API management features like governance, security, and access control, supporting virtual topics, transformations, and analytics for efficient, end-to-end Kafka environment management.

Cast AI
Container Live Migration
Container Live Migration allows stateful workloads running sensitive jobs in Kubernetes to be automatically bin-packed into fewer optimal nodes, eliminating resource fragmentation, and driving additional cost savings while ensuring zero downtime.

IBM
IBM Granite
IBM Granite provides open, performant, and trusted AI models to accelerate enterprise AI adoption. Open-sourced under Apache 2.0, these fit-for-purpose models offer industry-leading accuracy that meets diverse developer and business needs.

Atono
Atono
Atono is an all-in-one platform to plan, build, run, and improve software. Experience a clean, lean, and unstressed tool built for cross-functional development teams.  
Speakers
avatar for Jon Peck

Jon Peck

Software Developer, GitHub
An Enterprise Advocate (and occasional manager) at GitHub, Jon Peck meets daily with maintainers, startups, and F500 executives to familiarize them with industry best practices, policy suggestions, and product capabilities across DevOps and AI. With 25+ years of experience as a fullstack... Read More →
avatar for Cedric Clyburn

Cedric Clyburn

Developer Advocate, Red Hat
Cedric Clyburn (@cedricclyburn), Developer Advocate at Red Hat, is an enthusiastic software technologist with a background in Kubernetes, DevOps, and container tools. He has experience speaking at conferences and events including DevNexus, WeAreDevelopers, DevConf, and more. Cedric... Read More →
avatar for Firas Abou-Shamalah

Firas Abou-Shamalah

Solutions Engineer, Gravitee.Io
A seasoned Solution's Engineer in the startup industry for many years, Firas is a veteran consultant, engineer, developer, salesman and entrepreneur. With over 5 years of experience in consulting with enterprise and Fortune 500 customers, he has seen the architectures and workings... Read More →
avatar for Kim Salmon

Kim Salmon

VP of Marketing, Firefly
avatar for Shyam Kumar

Shyam Kumar

Co-Founder, Product, Kapstan
avatar for Adriana Gallivan

Adriana Gallivan

Head of Events, FusionAuth
avatar for Ankit Jain

Ankit Jain

CEO, Aviator Technologies
avatar for Marco Antonio De Campos Ortiz

Marco Antonio De Campos Ortiz

Solutions Engineer, Storyblok
avatar for Matt Hughson

Matt Hughson

Solutions Engineer, Storyblok
avatar for Brianna Vasquez

Brianna Vasquez

Enterprise Marketing Leader, Cast AI
avatar for Rakesh Jain

Rakesh Jain

Senior Technical Staff Member & Researcher, IBM
: Rakesh Jain is Chief Architect and Researcher with IBM Research in San Jose CA. He is an expert in building large scale distributed platforms, data analytics, cloud automation, storage management and high availability. He is also involved in the development of IBM Granite models... Read More →
avatar for Troy McAlpin

Troy McAlpin

CEO/Founder, Atono
Sponsors
avatar for Atono

Atono

Atono is an all-in-one platform to plan, build, run, and improve software. Experience a clean, lean, and unstressed tool built for cross-functional development teams.
avatar for Aviator

Aviator

Aviator is a developer productivity suite of tools for teams of 50 plus engineers. We help engineering teams automate their code workflows to reduce dependencies and reduce the production cycle by offering a customizable merge queue.Aviator was founded by Ankit Jain in 2021. Aviator... Read More →
avatar for CAST AI

CAST AI

CAST AI is the leading Kubernetes cost optimization platform. The company’s platform goes beyond monitoring clusters and making recommendations; it utilizes advanced machine learning algorithms to analyze and automatically optimize clusters, saving customers 50% or more on their... Read More →
avatar for Firefly

Firefly

Firefly is the Cloud Infrastructure Automation Platform that transforms how organizations automate, manage, and govern their entire cloud footprint while championing IaC. Firefly is the secret weapon of the most agile and efficient cloud practitioners, providing AI-assisted remediations... Read More →
avatar for FusionAuth

FusionAuth

FusionAuth is a developer-first, customizable Customer Identity and Access Management (CIAM) platform that makes outsourcing authentication feel like a first-class experience. Trusted by over 450 global organizations, FusionAuth provides customers of any size with a single-tenant... Read More →
avatar for GitHub

GitHub

As the global home for all developers, GitHub is the world’s leading AI-powered developer platform to build, scale, and deliver secure software. Over 100 million people, including developers from 90 of the Fortune 100 companies, use GitHub to build amazing things together across... Read More →
avatar for Gravitee

Gravitee

Since our beginnings in 2015, Gravitee has grown into a global force, recognized as a Leader in the 2024 Gartner Magic Quadrant™ for API Management. What started with four developers challenging the complexities of APIs has evolved into a revolutionary platform powering API and... Read More →
avatar for IBM

IBM

IBM is a leading provider of global hybrid cloud and AI, and consulting expertise. We help clients in more than 175 countries capitalize on insights from their data, streamline business processes, reduce costs and gain the competitive edge in their industries. More than 4,000 government... Read More →
avatar for Kapstan.io

Kapstan.io

Kapstan is an Internal Developer Platform built by Developers for Developers. You can launch your containers across multiple clouds like AWS, GCP & Azure, with a few clicks. Through automation of environment setup, deployments, observability, and other operational tasks, Kapstan’s... Read More →
avatar for Red Hat

Red Hat

The Red Hat Developer program brings developers together to learn from each other and create more extraordinary things, faster. We serve the builders. Those who solve problems and create their careers with code. We chart a course for you, giving your career a path and your work purpose... Read More →
avatar for Storyblok

Storyblok

Shipping content shouldn’t be like pulling teeth.Storyblok is the headless CMS designed to help developers build using the tooling they're most comfortable with, enhancing productivity and speed, eliminating knowledge gaps, and future-proofing stack management.
Thursday February 13, 2025 9:30am - 10:20am PST
CloudNative World Stage

10:30am PST

OPEN Session: JSON and Relational Databases: Friends or foes?
Thursday February 13, 2025 10:30am - 10:55am PST
Beda Hammerschmidt, Oracle, VP, Oracle Database

As organizations increasingly adopt JSON as a preferred data interchange format, the need for seamless integration with databases becomes paramount.JSON Relational Duality Views – offering a novel approach to efficiently store and process JSON data within a relational database environment. This session explores the intricacies of leveraging Relational Duality Views to bridge the gap between relational and JSON data models. Attendees will gain insights into the underlying architecture and learn practical strategies for optimizing JSON storage, retrieval, and processing.
Speakers
avatar for Beda Hammerschmidt

Beda Hammerschmidt

VP, Oracle Database, Oracle
Beda Hammerschmidt is a Vice President of Development at Oracle. He leads an Oracle Database team working on JSON features. He is passionate about developing developer-friendly products and is a co-author of the SQL/JSON standard.
Thursday February 13, 2025 10:30am - 10:55am PST
DeveloperWeek MAIN STAGE

11:00am PST

OPEN Session: Going Beyond API-First to SDK-First
Thursday February 13, 2025 11:00am - 11:25am PST
It’s no coincidence that the most successful API companies all support a wide range of SDKs for their users. SDKs give developers the ability to integrate with APIs in a dev-friendly manner, using their favorite languages and frameworks. That leads to faster integration and wider adoption of the API. It’s a win-win. Join Sagar Batchu, CEO at Speakeasy, to explore how your organization can turbocharge its API adoption and how you can give your APIs the SDK-first treatment with automated GitHub workflows. 
Speakers
avatar for Simon Yu

Simon Yu

Founder/COO, Speakeasy
Thursday February 13, 2025 11:00am - 11:25am PST
Frontend World Stage

1:00pm PST

OPEN Sesssion: Scaling Efficiently to Exabytes: Securing and Accelerating Cloud Storage
Thursday February 13, 2025 1:00pm - 1:25pm PST
Alok Ranjan, Dropbox, Software Engineering Manager

In this talk, I will explore how Dropbox has successfully scaled its storage infrastructure to manage exabytes of data while maintaining high levels of efficiency, security, and speed. We’ll dive into our innovative multi-level encryption approach that safeguards user data and the concept of "stores" that ensures rapid file sharing without compromising system performance. This presentation will provide a unique perspective on Dropbox’s strategies to manage massive data volumes and ensure secure and seamless user experiences. 
Speakers
avatar for Alok Ranjan

Alok Ranjan

Software Engineering Manager, Dropbox
Hello, I’m Alok Ranjan, an Engineering Manager at Dropbox overseeing the Storage Platform team in the infrastructure org. My team focuses on providing interfaces for file and block storage, along with encryption, compression, and verification of user data. With a master’s degree... Read More →
Thursday February 13, 2025 1:00pm - 1:25pm PST
CloudNative World Stage
 
Wednesday, February 19
 

9:30am PST

[Virtual] OpenAPI Summit: The Third-Wave of API Management
Wednesday February 19, 2025 9:30am - 9:55am PST
Adrian Machado, Zuplo, Staff Engineer

The third-wave of API management is here. There are several trends that engineers and technical leaders need to know so they can choose the right tools and platforms for building their APIs. Trends include
1. Modernization around API gateways - The move towards GitOps over server configuration, and Edge over regional deployments
2. Centralization around OpenAPI and new tooling that's emerged
3. A strong focus on API DevX - what API-as-a-product really looks like in practice and the companies pushing the envelope. SDK generation, docs platforms, and more take center stage.

The talk will cover technology and tools engineering leaders should look to adopt and the benefits/drawbacks
Speakers
avatar for Adrian Machado

Adrian Machado

Staff Engineer, Zuplo
I am a Staff Software engineer working at Zuplo. I specialize in our open source technology and adopting emerging technologies (ex. AI) at the company. This includes our work on RateMyOpenAPI, Zudoku, Mockbin, and various other tools. I've written several blogs for Zuplo, and spoken... Read More →
Wednesday February 19, 2025 9:30am - 9:55am PST
VIRTUAL Dev Exec World https://app.events.ringcentral.com/events/developerweek-productworld-ai-devworld-2025/reception
  Dev Exec World

10:00am PST

[Virtual] OpenAPI Summit: OpenAPI Summit Introduction: Why and How to Use OpenAPI
Wednesday February 19, 2025 10:00am - 10:25am PST
Erik Wilde, OpenAPI, Ambassador
Speakers
avatar for Erik Wilde

Erik Wilde

Ambassador, OpenAPI
Erik Wilde is an experienced and internationally known professional in the space of digital transformation and API strategy and management. Erik has degrees in computer science from TU Berlin and ETH Zurich. He is the author of many articles and papers, various books, multiple standards... Read More →
Wednesday February 19, 2025 10:00am - 10:25am PST
VIRTUAL Dev Exec World https://app.events.ringcentral.com/events/developerweek-productworld-ai-devworld-2025/reception
  Dev Exec World

11:00am PST

[Virtual] OpenAPI Summit: The Future of OpenAPI: OpenAPI Version 3.2 and the Road to Moonwalk
Wednesday February 19, 2025 11:00am - 11:25am PST
Henry Andrews, OpenAPI, OpenAPI Standards & Software Contractor

This talk starts from the current version of OpenAPI, OpenAPI 3.1, provides a brief history of how we got here, and then dives into discussing the future of OpenAPI. We'll preview OpenAPI 3.2 and explain how it is the first of several incremental steps towards the next major version of OpenAPI, code-named "Moonwalk." 
Speakers
avatar for Henry Andrews

Henry Andrews

OpenAPI Standards & Software Contractor, OpenAPI
Henry Andrews is a San Francisco-based consultant specializing in OpenAPI and JSON Schema, with nearly three decades of experience.  He has contributed significantly to several versions of both specifications, and is currently working with the OpenAPI Technical Steering Committee... Read More →
Wednesday February 19, 2025 11:00am - 11:25am PST
DevExec World Stage
  Dev Exec World

11:00am PST

[Virtual] OPEN Session: Stop the Silos: From Files to Apps, Integrate Your Dev Approach
Wednesday February 19, 2025 11:00am - 11:25am PST
John Wilson, IBM, Senior Product Manager

From standards to security, there’s no shortage of considerations when developing for the transmission of complex data through myriad systems, apps, partners, and geographies. Even if you can quickly transfer files of any size in a secure, governed and encrypted manner, there’s always another hop to get to value. But files, apps, APIs—these don’t live in a silo, and neither can your approach to integration.

In this session we’ll start with an MFT use case and showcase how IBM’s hybrid iPaaS (integration platform as a service) unifies disparate integration approaches to make collaboration easier. Check out a new way to solve common everyday enterprise file handling requirements directly from a cloud or hybrid solution.
Speakers
avatar for John Wilson

John Wilson

Senior Product Manager, IBM
John Wilson is a senior product manager in application integration and middleware. He has decades of experience as a practitioner in the integration space, having worked in-house for large enterprise corporations such as Colgate-Palmolive and Coca-Cola. He then moved into the technology... Read More →
Wednesday February 19, 2025 11:00am - 11:25am PST
VIRTUAL Dev Innovation World https://app.events.ringcentral.com/events/developerweek-productworld-ai-devworld-2025/reception

11:30am PST

CANCELLED -- [Virtual] OpenAPI Summit: OpenAPI Overlays: Strategies for API Description Management
Wednesday February 19, 2025 11:30am - 11:55am PST
Kevin Swiber, Layered System, API Strategy

Are you puzzled by the number of ways OpenAPI descriptions might be used? How do you handle differences in visibility, custom extensions, or even multilingual documentation? OpenAPI Overlays offer a nuanced approach to modifying an API description without altering the original. This session will explore how you can use Overlays to address common challenges with OpenAPI Specification.
We'll cover:
- Core concepts of the OpenAPI Overlay Specification
- Practical use cases that require transforming API descriptions
- Techniques for managing API metadata and visibility
By understanding Overlays, you'll gain a flexible tool for adapting API specifications to different environments and requirements.
Speakers
avatar for Kevin Swiber

Kevin Swiber

API Strategy, Layered System
Kevin Swiber is a senior API strategy lead and technical evangelist with over 10 years of experience in API technology startups. They have a history of working in software engineering, infrastructure operations, and enterprise architecture. In addition to their work at API companies... Read More →
Wednesday February 19, 2025 11:30am - 11:55am PST
VIRTUAL Dev Exec World https://app.events.ringcentral.com/events/developerweek-productworld-ai-devworld-2025/reception
  Dev Exec World

1:00pm PST

[Virtual] OPEN Session: JSON and Relational Databases: Friends or foes?
Wednesday February 19, 2025 1:00pm - 1:25pm PST
Beda Hammerschmidt, Oracle, VP, Oracle Database

As organizations increasingly adopt JSON as a preferred data interchange format, the need for seamless integration with databases becomes paramount.JSON Relational Duality Views – offering a novel approach to efficiently store and process JSON data within a relational database environment. This session explores the intricacies of leveraging Relational Duality Views to bridge the gap between relational and JSON data models. Attendees will gain insights into the underlying architecture and learn practical strategies for optimizing JSON storage, retrieval, and processing.
Speakers
avatar for Beda Hammerschmidt

Beda Hammerschmidt

VP, Oracle Database, Oracle
Beda Hammerschmidt is a Vice President of Development at Oracle. He leads an Oracle Database team working on JSON features. He is passionate about developing developer-friendly products and is a co-author of the SQL/JSON standard.
Wednesday February 19, 2025 1:00pm - 1:25pm PST
VIRTUAL DeveloperWeek MAIN STAGE https://app.events.ringcentral.com/events/developerweek-productworld-ai-devworld-2025/reception

1:00pm PST

[Virtual] OPEN Session: How GenAI Helps Solve Data Consistency Problems with Cloud-Native Apps
Wednesday February 19, 2025 1:00pm - 1:25pm PST
Deepak Goel, Oracle, Vice President, Software Development
Brijesh Deo, Oracle, Director, Software Development

Data consistency has been a longstanding challenge, dating back to the mainframe era, and transactions have traditionally been used to address these issues. However, with the rise of modern applications built on microservices architectures, ensuring data consistency has become even more complex. While AI adds further complexity to app development, it also offers significant potential to ease these challenges. New transaction patterns have emerged to tackle these modern issues. In this session, you will learn about these new patterns and the solutions available today to integrate these patterns into your applications. We will also explore in detail how some of these solutions are leveraging genAI to help developers avoid writing transaction management code or worry about associated infrastructure, making it extremely easy to adopt such transaction patterns. 
Speakers
avatar for Brijesh Deo

Brijesh Deo

Director, Software Development, Oracle
Brijesh Deo is the Director of MicroTx product development in the database organization at Oracle. He is passionate about distributed systems and cloud technologies and specializes in Kubernetes, Microservices, AI, and Java. Brijesh has a rich industry experience of more than two... Read More →
avatar for Deepak Goel

Deepak Goel

Vice President, Software Development, Oracle
Deepak Goel is a Vice President, Software Development in Oracle's High Availability Cloud Development team. Throughout his career, he has been deeply involved with transaction processing and data integrity technologies and is currently leading the development of multiple products... Read More →
Wednesday February 19, 2025 1:00pm - 1:25pm PST
VIRTUAL Cloud Native World https://app.events.ringcentral.com/events/developerweek-productworld-ai-devworld-2025/reception

1:00pm PST

[Virtual] OpenAPI Summit: Your Cheat Code for API Authorization
Wednesday February 19, 2025 1:00pm - 1:25pm PST
Omri Gazitt, Aserto, Co-founder & CEO

Congrats, your org is all-in on microservices! But now you have hundreds (or thousands!) of APIs. Some power your customer-facing apps. Others are platform services that your front-end services consume. Still others are back-end services used by internal tools.

And ALL of them need to be authorized.

Not to mention, you need to be able to answer questions like “which users are authorized to invoke this endpoint?” and “which endpoints can this user invoke?”

Having each API “do its own thing” makes it all but impossible to wrangle this complexity. You need a cross-cutting solution to apply authorization rules consistently - either in the API code or at the API Gateway.

Enter Aserto: an open source cloud-native authorization service that does this, and more.

This talk provides hands-on learning for how to go from an OpenAPI spec to a fine-grained authorization model, ready to authorize your users, in just a few minutes.
Speakers
avatar for Omri Gazitt

Omri Gazitt

Co-founder & CEO, Aserto.com
Omri is the co-founder/CEO of Aserto.com, an authorization startup, and his 3rd entrepreneurial venture. He spent the majority of his 30-year career working on developer & infrastructure tech, most recently as the CPO of Puppet. Previously he was the VP & GM of HP's Cloud Native Platform... Read More →
Wednesday February 19, 2025 1:00pm - 1:25pm PST
VIRTUAL Dev Exec World https://app.events.ringcentral.com/events/developerweek-productworld-ai-devworld-2025/reception

1:30pm PST

[Virtual] OpenAPI Summit: No AI without APIs
Wednesday February 19, 2025 1:30pm - 1:55pm PST
Jeremy Snyder, Firetail, CEO

Application Programming Interfaces (APIs) and Artificial Intelligence (AI) are two of the most important developments in tech of the last 10 years. While AI has grabbed the majority of headlines lately, APIs are the unsung heroes, the “connective tissue” that ensures seamless integration across our digital lives. But how will the more recent emergence of AI affect API security, and how do APIs affect the security of AI? 
In this talk, we’ll explore these two hot topics that make our online worlds work. AI can be helpful to API security by allowing security teams to automate certain processes or make testing more efficient, but it can also be used to help malicious actors automate their attacks.

Speakers
avatar for Jeremy Snyder

Jeremy Snyder

CEO, FireTail
Jeremy is the founder and CEO of FireTail.io, an end-to-end API security startup. Prior to FireTail, Jeremy worked in M&A at Rapid7, a global cyber leader, where he worked on the acquisitions of 3 companies during the pandemic. Jeremy previously led sales at DivvyCloud, one of the... Read More →
Wednesday February 19, 2025 1:30pm - 1:55pm PST
VIRTUAL Dev Exec World https://app.events.ringcentral.com/events/developerweek-productworld-ai-devworld-2025/reception

1:30pm PST

[Virtual] OPEN Session: Mastering the API Lifecycle: From Design to Real-Time Events
Wednesday February 19, 2025 1:30pm - 2:20pm PST
Firas Abou-Shamlah, Gravitee.io, Solutions Engineer

Join Firas Abou-Shamalah, Solution's Engineer at Gravitee.io, for a deep dive into mastering the entire lifecycle of APIs. In this 50-minute session, Firas will guide you through every stage—from designing secure and scalable APIs to deploying, managing, and monitoring them in real-time. You’ll learn how to optimize your API strategy, streamline event-driven architectures, and ensure peak performance at scale. Whether you’re a developer, architect, or tech leader, this talk offers actionable strategies to elevate your API management game, all within a unified platform that simplifies the complexities of modern digital ecosystems. 
Speakers
avatar for Firas Abou-Shamalah

Firas Abou-Shamalah

Solutions Engineer, Gravitee.Io
A seasoned Solution's Engineer in the startup industry for many years, Firas is a veteran consultant, engineer, developer, salesman and entrepreneur. With over 5 years of experience in consulting with enterprise and Fortune 500 customers, he has seen the architectures and workings... Read More →
Wednesday February 19, 2025 1:30pm - 2:20pm PST
VIRTUAL DeveloperWeek MAIN STAGE https://app.events.ringcentral.com/events/developerweek-productworld-ai-devworld-2025/reception
  Cloud Native World

2:00pm PST

[Virtual] OpenAPI Summit: APIOps: Interface Development at Scale
Wednesday February 19, 2025 2:00pm - 2:25pm PST
Erik Hansen, Dell Technologies, API Architect, Developer Platform Services

Sure, your product may deliver a REST API to customers, but what about all those interfaces that exist within your company - between microservices, for internal tooling, and from imported packages? API Operations (APIOps) enables a consistent process, for developing and sharing any type of software interface, within your company and for your customers – whether you have 2 or 200 teams.
In this talk, learn how Dell is implementing APIOps to:
- Increase development velocity - for the team producing a shared interface, and their consumers.
- Reduce complexity - through common developer tooling and processes.
- Promote Consistency - by automating validation and governance.
- Expand Visibility - across all types of interfaces: REST, gRPC, event-based, and others.
Speakers
avatar for Erik Hansen

Erik Hansen

API Architect, Developer Platform Services, Dell Technologies
Erik is a Distinguished Member Technical Staff and API Architect at Dell Technologies. He is an advocate for User Centered Design and Developer Experience, helping Dell modernize its software development processes and engagement with external developers.
Wednesday February 19, 2025 2:00pm - 2:25pm PST
VIRTUAL Dev Exec World https://app.events.ringcentral.com/events/developerweek-productworld-ai-devworld-2025/reception
  Dev Exec World

2:00pm PST

[Virtual Exclusive] OWASP Security Summit: Building a Network Telemetry Platform to minimize Security Threats
Wednesday February 19, 2025 2:00pm - 2:25pm PST
Siri Varma Vegiraju, Microsoft, Senior Software Engineer

Maintaining robust network security in the cloud environment is more crucial than ever. This talk explores the design and implementation of a proactive network telemetry platform that strengthens infrastructure security. The platform collects and analyzes telemetry data from virtual machines to identify and scrutinize traffic patterns deviating from industry-standard baselines. By generating actionable insights and promptly notifying relevant teams of potential issues, it enables swift problem resolution. This proactive approach significantly reduces the attack surface, minimizes exposure to network attacks, and enhances overall cloud security. 
Speakers
avatar for Siri Varma Vegiraju

Siri Varma Vegiraju

Senior Software Engineer, Microsoft
Siri Varma Vegiraju is a seasoned professional in healthcare, cloud computing, and security. Currently, he focuses on securing Azure Cloud workloads, leveraging his extensive experience in distributed systems and real-time streaming solutions. Prior to his current role, Siri contributed... Read More →
Wednesday February 19, 2025 2:00pm - 2:25pm PST
VIRTUAL Dev Security World https://app.events.ringcentral.com/events/developerweek-productworld-ai-devworld-2025/reception

2:30pm PST

[Virtual] OpenAPI Summit: API Governance in the age of AI
Wednesday February 19, 2025 2:30pm - 2:55pm PST
Olga Podolyako, Microsoft, Principal API Architect

API governance faces a big challenge today to balance the need for speed and innovation in API products with the assurance of their quality and security. Recently we learned that AI technologies such as AI agents can increase the productivity of knowledge workers, which include software engineers and architects, by up to 29% in industries that use them such as health care, law and finance. The purpose of today’s talk is to explore how AI technology can help with API governance. 
Speakers
avatar for Olga Podolyako

Olga Podolyako

Principal API Architect, Microsoft
Olga is a Principal API Architect at Microsoft. After a long career in development Olga found her passion in the architecture professions working in roles such as business, integration, and enterprise architect. Currently Olga focuses on the API architecture and governance for Microsoft... Read More →
Wednesday February 19, 2025 2:30pm - 2:55pm PST
VIRTUAL Dev Exec World https://app.events.ringcentral.com/events/developerweek-productworld-ai-devworld-2025/reception

2:30pm PST

[Virtual] OWASP Security Summit: API Security 101: How to Not Be Featured in a Top Ten Breaches List
Wednesday February 19, 2025 2:30pm - 2:55pm PST
Dan Barahona, APISec, Co-Founder

This talk will dive into the fundamentals and best practices for API Security. By understanding the 3 Pillars of API Security, encompassing governance, testing and monitoring, attendees will gain a comprehensive understanding of the essential elements required to safeguard APIs. The session will conclude with practical insights, offering best practices and valuable do's and don'ts for implementing and maintaining secure APIs.

Why are APIs under attack?
-83% of internet traffic are APIs
-APIs are under-secured

How do APIs get attacked?
Attackers look for APIs that are over-permissioned, return to much information, access unauthorized functions, and expose logic flaws. Attackers are able to bypass a web or mobile app and hit the API directly.

OWASP top 10!!
#1-#4 are the biggest issues

More compliance regulations are including testing APIs.
-PCI
-HIPPA
-GDPR
-FedRAMP
Speakers
avatar for Dan Barahona

Dan Barahona

Co-Founder, APIsec University
Dan is a 20+ year cybersecurity veteran, having held exec positions at companies including Qualys, ArcSight, Anomali and APIsec. He founded APIsec University in 2022 to offer free, non-vendor training on API security. The site has grown to over 50,000 students in its first 6 months... Read More →
Wednesday February 19, 2025 2:30pm - 2:55pm PST
VIRTUAL Dev Security World https://app.events.ringcentral.com/events/developerweek-productworld-ai-devworld-2025/reception

3:00pm PST

[Virtual] KEYNOTE: IBM -- The Sneaky Secrets of Integration in a World of AI
Wednesday February 19, 2025 3:00pm - 3:25pm PST
Brenton House, IBM, Principal Cybersecurity and AI Advisor for IBM webMethods

AI has disrupted the world of development and data, creating a chaotic landscape where APIs, integrations, and security are all under siege. Every day, headlines reveal new breaches and vulnerabilities, exposing the growing risks we all face. But when you start to connect the dots, a fascinating picture emerges — one where AI and integration play a central role in both the problems and the solutions.

Join AI and cybersecurity strategist Brenton House as he uncovers the sneaky secrets of integration that EVERY developer needs to know. From shocking API vulnerabilities to AI’s hidden hand in modern breaches, you’ll gain the insights and strategies you need to navigate today’s high-stakes environment. Learn how a hybrid integration solution just might be your secret weapon to thrive in this chaotic and interconnected world.
Speakers
avatar for Brenton House

Brenton House

Principal Cybersecurity and AI Advisor for IBM webMethods, IBM
Brenton House is an ex-hacker, developer, strategist, and now Principal Cybersecurity and AI Advisor for IBM webMethods. Known for his unique creative work and YouTube channel, Brenton has produced several hit series including The Redacted Hacker, AI: Man vs. Machine, and API Cybersecurity... Read More →
Wednesday February 19, 2025 3:00pm - 3:25pm PST
VIRTUAL DeveloperWeek MAIN STAGE https://app.events.ringcentral.com/events/developerweek-productworld-ai-devworld-2025/reception
  5. KEYNOTES & FEATURED

3:00pm PST

[Virtual] OpenAPI Summit: API Resiliency Testing
Wednesday February 19, 2025 3:00pm - 3:25pm PST
Hari Krishnan, Specmatic, Co-founder, CTO

Are your APIs leaving you worried about data loss, data corruption, security vulnerabilities, or poor user experiences? If so, this talk is exactly what you need to address these issues. Discover how you can leverage your API specifications—like OpenAPI, AsyncAPI, and GraphQL SDLs—to test and enhance the resiliency of your APIs with a completely #NOCODE approach.

In this talk, you’ll gain insights into the importance of API resilience and how to build APIs that can gracefully handle flaky dependencies in real-world scenarios. We’ll explore the role of contract testing in ensuring resilience and demonstrate how to transform API specifications into executable contracts that can be continuously validated. You’ll see how to set up resilience tests, including those for latency, errors, and unexpected disconnections. The session features live demos on configuring tools to simulate these conditions, interpret the results, and iteratively enhance your API designs.
Speakers
avatar for Hari Krishnan

Hari Krishnan

Co-founder, CTO, Specmatic
Co-creator of Specmatic and Perfiz. I also advise organisations both large and small on their transformation journey. Apart from bringing ideas to life as working software products, I coach developers, project managers, product owners and engineering leaders.
Wednesday February 19, 2025 3:00pm - 3:25pm PST
VIRTUAL Dev Exec World https://app.events.ringcentral.com/events/developerweek-productworld-ai-devworld-2025/reception
  Dev Exec World
 
Thursday, February 20
 

1:00pm PST

[Virtual] OPEN Sesssion: Scaling Efficiently to Exabytes: Securing and Accelerating Cloud Storage
Thursday February 20, 2025 1:00pm - 1:25pm PST
Alok Ranjan, Dropbox, Software Engineering Manager

In this talk, I will explore how Dropbox has successfully scaled its storage infrastructure to manage exabytes of data while maintaining high levels of efficiency, security, and speed. We’ll dive into our innovative multi-level encryption approach that safeguards user data and the concept of "stores" that ensures rapid file sharing without compromising system performance. This presentation will provide a unique perspective on Dropbox’s strategies to manage massive data volumes and ensure secure and seamless user experiences. 
Speakers
avatar for Alok Ranjan

Alok Ranjan

Software Engineering Manager, Dropbox
Hello, I’m Alok Ranjan, an Engineering Manager at Dropbox overseeing the Storage Platform team in the infrastructure org. My team focuses on providing interfaces for file and block storage, along with encryption, compression, and verification of user data. With a master’s degree... Read More →
Thursday February 20, 2025 1:00pm - 1:25pm PST
VIRTUAL Cloud Native World https://app.events.ringcentral.com/events/developerweek-productworld-ai-devworld-2025/reception
 

Share Modal

Share this link via

Or copy link

Filter sessions
Apply filters to sessions.
  • Tracks & Topics
  • AI & ML Certificate
  • API Certificate
  • APIs & Microservices
  • Blockchain & Web3
  • Cloud Management Certificate
  • Data Engineering
  • Data Management and Engineering Certificate
  • Dev Career
  • Dev Leadership Certificate
  • Developer Experience (DX)
  • Developer Tools
  • DevOps
  • DevOps Certificate
  • Enterprise
  • Frontend Certificate
  • Gen AI / LLMs
  • Open Source Strategy
  • Platform Engineering
  • Product Certificate
  • Security Certificate
  • Technical Leadership & Management
  • Session Type
  • OPEN Session
  • PRO Session
  • PRO Workshop Day (Tues)
  • Conferences
  • AI & Organizational Change Management (AI DevWorld)
  • AI DevWorld
  • AI DevWorld: AI Strategy Conference
  • AI DevWorld: AI/ML Engineering Conference
  • AI DevWorld: Industry AI Conference
  • AI Ethics (AI DevWorld)
  • AI for the Enterprise (AI DevWorld)
  • AI Security & Governance & Compliance (AI DevWorld)
  • Applied AI Innovation (AI DevWorld)
  • Applied Machine Learning (AI DevWorld)
  • Bots & Language Processing (AI DevWorld)
  • Cloud Native World
  • Data Science & Predictive Models (AI DevWorld)
  • Deep AI Learning & Neural Networks (AI DevWorld)
  • Dev Exec World
  • Dev Innovation World
  • Dev Security World
  • Finance/FinTech AI (AI DevWorld)
  • Frontend World
  • Generative AI & LLMs (AI DevWorld)
  • Healthcare & HealthTech AI (AI DevWorld)
  • Marketing & Advertising AI (AI DevWorld)
  • Methodology: Agile and Rapid Prototyping and SCRUM and Beyond (ProductWorld)
  • MLOps & AIOps (AI DevWorld)
  • OPEN Session
  • OpenAPI Summit
  • OpsWorld
  • OWASP Certified
  • Product Lead / Product Manager Roundtables (ProductWorld)
  • Product Lifecycle & Case Studies (ProductWorld)
  • Product Management Tools & Software (ProductWorld)
  • Product Roadmap Strategy & Innovation (ProductWorld)
  • Product Team Management & Structure (ProductWorld)
  • ProductWorld
  • Retail & E-commerce AI (AI DevWorld)
  • Roundtables
  • Sponsor Spotlight
  • Tensorflow & PyTorch & Open Source Frameworks (AI DevWorld)
  • Virtual
  • In-Person/Virtual
  • In Person
  • Virtual
  • Virtual Exclusive