Loading…
DeveloperWeek 2025 has ended
Company: Open Source Strategy clear filter
Tuesday, February 11
 

1:00pm PST

OAI Workshop: Linting API Descriptions: Consistency is King for Developer Experience!
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

2:00pm PST

PRO WORKSHOP: GitHub Actions: Make Them Work for You! LIMITED
Tuesday February 11, 2025 2:00pm - 2:50pm PST
Eleftherios Chrysochoidis, Chubb, Lead API Software Engineer

GitHub Actions offer robust and free CI/CD capabilities to streamline your development process. In this presentation, we'll dive into the core components of GitHub Actions and explore how they can be set to work for you by demonstrating various simple and advanced use cases!

GitHub Actions is an ideal tool for any project hosted on GitHub. It provides CI/CD features out of the box and is accessible to everyone without the need for extra infrastructure or setup. The declarative way of creating Actions makes their usage really easy, and its remarkable free layer provides sufficient limits even for big projects.

Especially for Open Source projects, where usually there is more than a single contributor, the need for CI/CD is huge. What will happen if you own an open source project and someone creates a Pull Request with really nice features but adds Security risks in the project (e.g. due to deprecated dependencies) or if they break some of the existing functionality? Would you be able to check all of them on your own? Maybe yes, but it would take much more time compared to having them all checked automatically by utilizing GitHub Actions.

Join me to explore how to make GitHub Actions run faster by utilizing caching mechanisms, build Reports for Testing, Coverage and Security issues and integrate them with any open Pull Request in the community, to have an automated evaluation of the suggested PR and get notifications for them.
Speakers
avatar for Eleftherios Chrysochoidis

Eleftherios Chrysochoidis

Lead API Software Engineer, Chubb
Experienced Lead Software Engineer with Passion for Community EngagementWith over six years of experience in software engineering, building and maintaining robust applications, Eleftherios (or simply Lefteris) gained a deep expertise in Java and Spring Boot technologies.His passion... Read More →
Tuesday February 11, 2025 2:00pm - 2:50pm PST
DevExec World Stage
  OpsWorld
 
Wednesday, February 12
 

10:30am PST

KEYNOTE: Red Hat -- Developer Experience, Platform Engineering and AI Powered Apps LIMITED
Wednesday February 12, 2025 10:30am - 10:55am PST
Ignacio Riesgo, Red Hat, Senior Director, Developer Marketing & Strategy
Cedric Clyburn, Red Hat, Developer Advocate


An open source environment enables microservices, containers, Kubernetes and AI to be deployed to optimize agility and speed at scale. The challenge can be staying ahead of the technology curve and positioning your enterprise for continued success. At Red Hat, hybrid cloud is the foundation of everything we do, leveraging open source in a multi-cloud environment to kickstart innovation. The advent of Generative AI has acted as an accelerant to business transformation increasing efficiency and productivity. Join the Developer Advocates team who will share a series of live demo innovations available today with OpenShift AI, OpenShift and Developer Hub that will accelerate development cycles and optimize your releasing performance. 
Speakers
avatar for Ignacio Riesgo

Ignacio Riesgo

Senior Director, Developer Marketing & Strategy, Red Hat
Ignacio Riesgo is Senior Director, Developer Marketing & Strategy, Global, for Red Hat. In his role, he leads all Developer Outreach Programs, Content and Advocacy initiatives.
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 →
Wednesday February 12, 2025 10:30am - 10:55am PST
DeveloperWeek MAIN STAGE

1:00pm PST

OPEN Session: Building AI Applications from Your Desktop with Podman AI Lab
Wednesday February 12, 2025 1:00pm - 1:25pm PST
Cedric Clyburn, Red Hat, Developer Advocate

Generative AI is revolutionizing how we build modern applications, but for developers, it can be daunting, particularly with evaluating models, building with Gen AI, and the path to production. But, it doesn’t have to be worrisome! Join us in this session to be ahead of the curve when it comes to AI-enabled cloud-native application development.

Using container technology and open source models from Hugging Face, we’ll show how to practically integrate Gen AI in an existing application from your local development environment and ultimately deploy it onto Kubernetes. Why work with local and open-source models? From reducing cloud computing costs, keeping control of your sensitive data, and alleviating vendor-locking, it’s an increasingly popular way for developers to prototype AI applications quickly. We’ll demonstrate a sample of the whole AI journey, starting from assessing models, building applications with LLMs, and deploying/serving AI applications.
Speakers
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 →
Wednesday February 12, 2025 1:00pm - 1:25pm PST
Frontend World Stage
  AI DevWorld

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

OPEN Session: Stateful Workloads Made Easy: A Practical Demo of Live Migration
Wednesday February 12, 2025 1:30pm - 1:55pm PST
Steven Fraser, CAST AI, Senior Solution Architect

Kubernetes works great for stateless applications, but stateful workloads like databases or long-running jobs pose a challenge. These applications rely on persistent data and can’t afford interruptions, making Kubernetes’ “ephemeral” approach risky. Downtime can lead to data loss, inconsistencies, and system failures.

That’s where live migration comes in, allowing stateful workloads to move between nodes without disruption. At Cast AI, we’ve developed Container Live Migration to automatically consolidate these workloads, ensuring continuous uptime, reducing resource fragmentation, and cutting costs. Join us to see how we’re making Kubernetes work for stateful applications in a practical demo.
Speakers
avatar for Steven Fraser

Steven Fraser

Senior Solution Architect, CAST AI
Senior Solution Architect
Wednesday February 12, 2025 1:30pm - 1:55pm PST
CloudNative World Stage
  Cloud Native World
 
Thursday, February 13
 

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: 14 Years of Database Evolution in 25 Minutes
Thursday February 13, 2025 10:30am - 10:55am PST
Elliot Scribner, Couchbase, Software Engineer

Couchbase started its life as a merge of two open source projects: CouchDB and Membase. This gave us a distributed key/value store with support for map/reduce querying if the value was a JSON document. As many open source projects it has evolved quite a bit in 14 years. We have added support for new data models, new query capabilities or ways of replicating data from cloud to cloud or to the edge. In this 25 minutes we will chronologically go through some of its features, see how sometimes they replaced old ones, or how they enabled new use cases. 
Speakers
avatar for Elliot Scribner

Elliot Scribner

Software Engineer, Couchbase
Elliot Scribner is a Software Engineer on the Developer Experience and Ecosystem team at Couchbase. With substantial experience across several languages and technologies, including Full Stack Node.js (TypeScript) and Python, Elliot has led the development of multiple integration projects... Read More →
Thursday February 13, 2025 10:30am - 10:55am PST
CloudNative World Stage

11:30am PST

KEYNOTE (AI DevWorld): Block -- Goose: The AI-Driven Open Source Developer Agent
Thursday February 13, 2025 11:30am - 11:55am PST
Jackie Brosamer, Block, Head of AI, Data & Analytics Platform
Brad Axen, Block, Tech Lead, AI & Data Platform 

Meet Goose, your new AI-driven open source sidekick for developers that doesn’t just chat—it takes action. Goose is an interactive agent that writes code, runs commands, and fixes bugs, making it more than just a code completion tool. Goose delivers huge value in real-world developer use cases, but we’re even more excited about its future as a general purpose agent that can dynamically operate new systems. In this session, we will share results from our internal alpha with the thousands of engineers at Block and plans for continued evolution. 
Speakers
avatar for Brad Axen

Brad Axen

Tech Lead, AI & Data Platform, Block
Brad is Tech Lead for Data and Machine Learning at Block. He built and maintains Block’s open source AI agent framework that automates repetitive tasks for more than 1,000 engineers in the company. He also leads company-wide initiatives to optimize data and ML workflows and evolve... Read More →
avatar for Jackie Brosamer

Jackie Brosamer

Head of AI, Data & Analytics Platform, Block
Jackie is leads Engineering for AI, Data & Analytics at Block, where she previously worked Machine Learning for banking products. Her data platform team provides infrastructure that powers streaming data and ML product experiences for diverse business use cases across Square, Cash... Read More →
Thursday February 13, 2025 11:30am - 11:55am PST
AI DevWorld MAIN STAGE

1:00pm PST

OPEN Session: Say Goodbye to Toil: Automating Cluster Upgrades
Thursday February 13, 2025 1:00pm - 1:25pm PST
Ben Ryves, GetYourGuide, Staff Site Reliability Engineer
Maggie Slukova, GetYourGuide, Staff Site Reliability Engineer


How difficult is it to minimize the toil of cluster upgrades while increasing confidence in deploying the changes?

Even when managed, cluster upgrades are an unavoidable part of cluster maintenance, yet they can also be a source of toil, stress and outages; either when upgrading Kubernetes itself or additional cluster components. Manually testing changes in staging clusters, deploying with a high sense of uncertainty - these time consuming tasks can be mitigated with tests. Add nifty automation and cluster management efforts are reduced to a bare minimum.

Is investing in cluster tests and automation worth it? Yes! This talk shows how a team of three engineers keeps multiple clusters continuously up-to-date with minimal time investment, effort and disruptions. By leveraging the e2e-framework and Helm, everything from Istio to cluster autoscaler is tested and seamlessly managed.
Speakers
avatar for Ben Ryves

Ben Ryves

Staff Site Reliability Engineer, GetYourGuide
Ben works as an SRE at GetYourGuide, building automation and testing tooling to provision production Kubernetes clusters. His main focus is networking, security, and resource optimisation.
avatar for Maggie Slukova

Maggie Slukova

Staff Site Reliability Engineer, GetYourGuide
Maggie is a backend engineer turned SRE with a background in Mathematics. Her areas of focus are Kubernetes, Istio, cluster optimisation, autoscaling and automation. She loves building things, be it software, infrastructure, furniture or games.
Thursday February 13, 2025 1:00pm - 1:25pm PST
Frontend World Stage
  OpsWorld

1:30pm PST

OPEN Session: Streaming Data Integration at Scale with IBM StreamSets
Thursday February 13, 2025 1:30pm - 1:55pm PST
Dima Spivak, IBM, Vice President of StreamSets Development & Product Management

Modern enterprises operate in a fast-paced digital landscape where acting on the latest data is essential to staying competitive. IBM StreamSets is a powerful, developer-friendly platform designed to address the challenges of streaming data integration across hybrid and multi-cloud environments. In this session, we’ll explore how StreamSets simplifies the ingestion, transformation, and delivery of structured, unstructured, and semi-structured data using an intuitive no-code/low-code interface.

Discover how adaptive pipelines handle schema drift, optimize data quality, and ensure low-latency data movement for mission-critical workloads. We’ll also showcase the platform’s flexible deployment options and seamless integration with popular technologies like Apache Kafka and Pulsar, enabling developers to rapidly operationalize streaming data pipelines with minimal overhead.
Speakers
avatar for Dima Spivak

Dima Spivak

Vice President of StreamSets Development & Product Management, IBM
Dima Spivak is Vice President of StreamSets Development & Product Management at IBM. Before he joined StreamSets in 2016, he was a Software Engineer at Cloudera.
Thursday February 13, 2025 1:30pm - 1:55pm PST
Frontend World Stage
 
Wednesday, February 19
 

9:30am PST

[Virtual] OPEN Session: GitHub Actions: Make Them Work for You!
Wednesday February 19, 2025 9:30am - 10:20am PST
Eleftherios Chrysochoidis, Chubb, Lead API Software Engineer

GitHub Actions offer robust and free CI/CD capabilities to streamline your development process. In this presentation, we'll dive into the core components of GitHub Actions and explore how they can be set to work for you by demonstrating various simple and advanced use cases!

GitHub Actions is an ideal tool for any project hosted on GitHub. It provides CI/CD features out of the box and is accessible to everyone without the need for extra infrastructure or setup. The declarative way of creating Actions makes their usage really easy, and its remarkable free layer provides sufficient limits even for big projects.

Especially for Open Source projects, where usually there is more than a single contributor, the need for CI/CD is huge. What will happen if you own an open source project and someone creates a Pull Request with really nice features but adds Security risks in the project (e.g. due to deprecated dependencies) or if they break some of the existing functionality? Would you be able to check all of them on your own? Maybe yes, but it would take much more time compared to having them all checked automatically by utilizing GitHub Actions.

Join me to explore how to make GitHub Actions run faster by utilizing caching mechanisms, build Reports for Testing, Coverage and Security issues and integrate them with any open Pull Request in the community, to have an automated evaluation of the suggested PR and get notifications for them.
Speakers
avatar for Eleftherios Chrysochoidis

Eleftherios Chrysochoidis

Lead API Software Engineer, Chubb
Experienced Lead Software Engineer with Passion for Community EngagementWith over six years of experience in software engineering, building and maintaining robust applications, Eleftherios (or simply Lefteris) gained a deep expertise in Java and Spring Boot technologies.His passion... Read More →
Wednesday February 19, 2025 9:30am - 10:20am PST
VIRTUAL Cloud Native World https://app.events.ringcentral.com/events/developerweek-productworld-ai-devworld-2025/reception
  OpsWorld

10:30am PST

[Virtual] KEYNOTE: Red Hat -- Developer Experience, Platform Engineering and AI Powered Apps
Wednesday February 19, 2025 10:30am - 10:55am PST
Ignacio Riesgo, Red Hat, Senior Director, Developer Marketing & Strategy
Cedric Clyburn, Red Hat, Developer Advocate


An open source environment enables microservices, containers, Kubernetes and AI to be deployed to optimize agility and speed at scale. The challenge can be staying ahead of the technology curve and positioning your enterprise for continued success. At Red Hat, hybrid cloud is the foundation of everything we do, leveraging open source in a multi-cloud environment to kickstart innovation. The advent of Generative AI has acted as an accelerant to business transformation increasing efficiency and productivity. Join the Developer Advocates team who will share a series of live demo innovations available today with OpenShift AI, OpenShift and Developer Hub that will accelerate development cycles and optimize your releasing performance. 
Speakers
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 Ignacio Riesgo

Ignacio Riesgo

Senior Director, Developer Marketing & Strategy, Red Hat
Ignacio Riesgo is Senior Director, Developer Marketing & Strategy, Global, for Red Hat. In his role, he leads all Developer Outreach Programs, Content and Advocacy initiatives.
Wednesday February 19, 2025 10:30am - 10:55am PST
VIRTUAL DeveloperWeek MAIN STAGE 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

CANCELLED -- [Virtual] OPEN Session: Stateful Workloads Made Easy: A Practical Demo of Live Migration
Wednesday February 19, 2025 1:30pm - 1:55pm PST
Steven Fraser, CAST AI, Senior Solution Architect

Kubernetes works great for stateless applications, but stateful workloads like databases or long-running jobs pose a challenge. These applications rely on persistent data and can’t afford interruptions, making Kubernetes’ “ephemeral” approach risky. Downtime can lead to data loss, inconsistencies, and system failures.

That’s where live migration comes in, allowing stateful workloads to move between nodes without disruption. At Cast AI, we’ve developed Container Live Migration to automatically consolidate these workloads, ensuring continuous uptime, reducing resource fragmentation, and cutting costs. Join us to see how we’re making Kubernetes work for stateful applications in a practical demo.
Speakers
avatar for Steven Fraser

Steven Fraser

Senior Solution Architect, CAST AI
Senior Solution Architect
Wednesday February 19, 2025 1:30pm - 1:55pm PST
VIRTUAL Cloud Native World https://app.events.ringcentral.com/events/developerweek-productworld-ai-devworld-2025/reception

2:00pm PST

[Virtual] OPEN Session: Building AI Applications from Your Desktop with Podman AI Lab
Wednesday February 19, 2025 2:00pm - 2:25pm PST
Cedric Clyburn, Red Hat, Developer Advocate

Generative AI is revolutionizing how we build modern applications, but for developers, it can be daunting, particularly with evaluating models, building with Gen AI, and the path to production. But, it doesn’t have to be worrisome! Join us in this session to be ahead of the curve when it comes to AI-enabled cloud-native application development.

Using container technology and open source models from Hugging Face, we’ll show how to practically integrate Gen AI in an existing application from your local development environment and ultimately deploy it onto Kubernetes. Why work with local and open-source models? From reducing cloud computing costs, keeping control of your sensitive data, and alleviating vendor-locking, it’s an increasingly popular way for developers to prototype AI applications quickly. We’ll demonstrate a sample of the whole AI journey, starting from assessing models, building applications with LLMs, and deploying/serving AI applications.
Speakers
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 →
Wednesday February 19, 2025 2:00pm - 2:25pm PST
VIRTUAL Dev Innovation World https://app.events.ringcentral.com/events/developerweek-productworld-ai-devworld-2025/reception
  AI DevWorld

2:00pm PST

[Virtual] OPEN Session: Say Goodbye to Toil: Automating Cluster Upgrades
Wednesday February 19, 2025 2:00pm - 2:25pm PST
Ben Ryves, GetYourGuide, Staff Site Reliability Engineer
Maggie Slukova, GetYourGuide, Staff Site Reliability Engineer


How difficult is it to minimize the toil of cluster upgrades while increasing confidence in deploying the changes?

Even when managed, cluster upgrades are an unavoidable part of cluster maintenance, yet they can also be a source of toil, stress and outages; either when upgrading Kubernetes itself or additional cluster components. Manually testing changes in staging clusters, deploying with a high sense of uncertainty - these time consuming tasks can be mitigated with tests. Add nifty automation and cluster management efforts are reduced to a bare minimum.

Is investing in cluster tests and automation worth it? Yes! This talk shows how a team of three engineers keeps multiple clusters continuously up-to-date with minimal time investment, effort and disruptions. By leveraging the e2e-framework and Helm, everything from Istio to cluster autoscaler is tested and seamlessly managed.
Speakers
avatar for Ben Ryves

Ben Ryves

Staff Site Reliability Engineer, GetYourGuide
Ben works as an SRE at GetYourGuide, building automation and testing tooling to provision production Kubernetes clusters. His main focus is networking, security, and resource optimisation.
avatar for Maggie Slukova

Maggie Slukova

Staff Site Reliability Engineer, GetYourGuide
Maggie is a backend engineer turned SRE with a background in Mathematics. Her areas of focus are Kubernetes, Istio, cluster optimisation, autoscaling and automation. She loves building things, be it software, infrastructure, furniture or games.
Wednesday February 19, 2025 2:00pm - 2:25pm PST
OpsWorld Stage
  OpsWorld
 
Thursday, February 20
 

9:30am PST

[Virtual] OPEN Session: CSI Forensics: Unraveling Kubernetes Crime Scenes
Thursday February 20, 2025 9:30am - 9:55am PST
Stefano Chierici, Sysdig, Technical Lead Manager
Alberto Pellitteri, Sysdig, Threat Research Engineer

In a security breach, employing well-defined DFIR techniques becomes imperative to effectively mitigate the incident's impact. However, with the spread of the adoption of containers, the employment of DFIR processes and capabilities is not just complex but is increasingly so. Join us in an insightful session covering cutting-edge DFIR practices on container environments. After a short overview of the essence of DFIR, we'll direct our focus towards various advanced DFIR techniques within a Kubernetes environment, which can prove highly beneficial in the event of a compromise. Starting from how to checkpoint compromised apps and restore them in a sandboxed environment for further analysis, we will move to conducting memory forensics on container evidence using old-style open-source DFIR tools. At the end of the presentation, the audience will be familiar with the advantages and disadvantages of the latest DFIR capabilities and have the basics to understand how to use them. 
Speakers
avatar for Alberto Pellitteri

Alberto Pellitteri

Threat Research Engineer, Sysdig
avatar for Stefano Chierici

Stefano Chierici

Technical Lead Manager, Sysdig
Stefano Chierici is a security researcher in Sysdig where his research focuses on defending containerized environments and cloud environments from attacks ranging from web to kernel. Stefano is one of the Falco contributors, an incubation level CNCF project. He studied cyber security... Read More →
Thursday February 20, 2025 9:30am - 9:55am PST
VIRTUAL Cloud Native World https://app.events.ringcentral.com/events/developerweek-productworld-ai-devworld-2025/reception

10:30am PST

[Virtual] OPEN Session: 14 Years of Database Evolution in 25 Minutes
Thursday February 20, 2025 10:30am - 10:55am PST
Elliot Scribner, Couchbase, Software Engineer

Couchbase started its life as a merge of two open source projects: CouchDB and Membase. This gave us a distributed key/value store with support for map/reduce querying if the value was a JSON document. As many open source projects it has evolved quite a bit in 14 years. We have added support for new data models, new query capabilities or ways of replicating data from cloud to cloud or to the edge. In this 25 minutes we will chronologically go through some of its features, see how sometimes they replaced old ones, or how they enabled new use cases. 
Speakers
avatar for Elliot Scribner

Elliot Scribner

Software Engineer, Couchbase
Elliot Scribner is a Software Engineer on the Developer Experience and Ecosystem team at Couchbase. With substantial experience across several languages and technologies, including Full Stack Node.js (TypeScript) and Python, Elliot has led the development of multiple integration projects... Read More →
Thursday February 20, 2025 10:30am - 10:55am PST
VIRTUAL Cloud Native World https://app.events.ringcentral.com/events/developerweek-productworld-ai-devworld-2025/reception

11:30am PST

[Virtual] KEYNOTE (AI DevWorld): Block -- Goose: The AI-Driven Open Source Developer Agent
Thursday February 20, 2025 11:30am - 11:55am PST
Angie Jones, Block, Global Vice President of Developer Relations

Meet Goose, your new AI-driven open source sidekick for developers that doesn’t just chat—it takes action. Goose is an interactive agent that writes code, runs commands, and fixes bugs, making it more than just a code completion tool. Goose delivers huge value in real-world developer use cases, but we’re even more excited about its future as a general purpose agent that can dynamically operate new systems. In this session, we will share results from our internal alpha with the thousands of engineers at Block and plans for continued evolution. 
Speakers
avatar for Angie Jones

Angie Jones

Global Vice President of Developer Relations, Block
Angie Jones is the Global Vice President of Developer Relations at Block, Inc.An award-winning educator and international keynote speaker, Angie shares her extensive knowledge with software companies and conference audiences worldwide.As a Master Inventor, Angie is recognized for... Read More →
Thursday February 20, 2025 11:30am - 11:55am PST
VIRTUAL AI DevWorld Main Stage https://app.events.ringcentral.com/events/developerweek-productworld-ai-devworld-2025/reception

1:30pm PST

[Virtual] OPEN Session: Streaming Data Integration at Scale with IBM StreamSets
Thursday February 20, 2025 1:30pm - 1:55pm PST
Dima Spivak, IBM, Vice President of StreamSets Development & Product Management

Modern enterprises operate in a fast-paced digital landscape where acting on the latest data is essential to staying competitive. IBM StreamSets is a powerful, developer-friendly platform designed to address the challenges of streaming data integration across hybrid and multi-cloud environments. In this session, we’ll explore how StreamSets simplifies the ingestion, transformation, and delivery of structured, unstructured, and semi-structured data using an intuitive no-code/low-code interface.

Discover how adaptive pipelines handle schema drift, optimize data quality, and ensure low-latency data movement for mission-critical workloads. We’ll also showcase the platform’s flexible deployment options and seamless integration with popular technologies like Apache Kafka and Pulsar, enabling developers to rapidly operationalize streaming data pipelines with minimal overhead.
Speakers
avatar for Dima Spivak

Dima Spivak

Vice President of StreamSets Development & Product Management, IBM
Dima Spivak is Vice President of StreamSets Development & Product Management at IBM. Before he joined StreamSets in 2016, he was a Software Engineer at Cloudera.
Thursday February 20, 2025 1:30pm - 1:55pm PST
VIRTUAL Frontend 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