Fabrizio Lazzaretti

Talk: DevOps for AI: More than Just Models – Success through Collaboration and Automation

MLOps and collaboration are crucial for moving AI from proof-of-concept to production. This talk focuses on the process and collaboration aspects of implementing sustainable AI using vendor-neutral tools like Kubeflow.

Talk: Crafting Great APIs with Domain-Driven Design

Learn how to design APIs that developers love using Domain-Driven Design principles. This talk demonstrates how Domain Storytelling, Event Storming, and Context Mapping lead to well-designed APIs that reflect business understanding and are maintainable long-term.

Talk: Streaming & Eventing for Top Management - How to convince decision makers to go on an architectural transformation journey with streaming and Eventing

Learn how to secure C-suite commitment for the eventing and streaming transformation by showing them the benefits. Link streaming to ROI, growth, and resilience to secure lasting sponsorship and turn streaming into the foundation of business transformation.

Honored to Become a CNCF Ambassador

I'm excited to announce that I've been named a CNCF Ambassador! This recognition reflects my ongoing commitment to the cloud-native ecosystem through contributions to open-source projects, speaking at conferences, and promoting cloud-native technologies.

Book: Crafting Great APIs with Domain-Driven Design

A comprehensive guide to crafting asynchronous and synchronous APIs using Domain-Driven Design. Learn collaborative API design between IT and business experts, covering OpenAPI, AsyncAPI, and api design in greenfield as well as modernization strategies for legacy systems.

Simplifying Kubernetes Resource Management with Helm 3

Kubernetes is an excellent tool for container orchestration, but managing configurations and deployments manually can become cumbersome as your environment grows. Helm simplifies this process by introducing the concept of "charts." These charts encapsulate Kubernetes manifests, offering a reusable and templated solution for orchestrating deployments, services, config maps, and other Kubernetes resources. Overall, Helm makes deployments configurable, simpler, repeatable, and manageable.