This presentation will include practical tips for crafting APIs that data scientists and machine learning engineers will love, along with code examples using Python and the FastAPI framework.
Data scientists are not like your average software developer. They want to use your APIs, but they have some unique quirks. To make them happy, you need to understand their needs: - Who are data scientists? - What tasks do they perform with your APIs? - What tools do they use? - What features are important to them?
Ryan is the author of Hands-on APIs for AI and Data Science, coming in May 2025 from O'Reilly Publishing.
Ryan Day is an advanced data scientist in the financial services industry. He is the author of the O’Reilly book Hands-on APIs for AI and Data Science that will be published in April 2025 (https://hands-on-api-book.com/)He is an AWS-certified solutions architect and member of the... Read More →
Join us for a look into the next generation of API Ecosystem design and deployment, led by industry experts John and Leo. In this workshop, you'll learn how a No-Code approach can transform the API lifecycle: enabling rapid development, and fostering greater collaboration among stakeholders.
We'll tackle common challenges head-on, including ensuring consistency across environments (Sandbox, Test & Production) and refining partner, developer and end-user experiences.
John Power has over 40 years experience in software development and has focused on the the design and deployment of APIs / API Ecosystems for the past 20 years.
In this session, we'll dive into the world of secrets and configurations in a multi-cloud environment. Get answers to your questions like: What are secrets, and why are they so important for security? How do we use them effectively in our software environments?
We'll also discuss the critical role of configuration in the installation and integrating an oss tool. You'll also learn best practices for managing secrets and how templates for different configurations can accelerate adoption by streamlining setup.
Brian Vallelunga is the Founder and CEO of Doppler, which is the first secrets management platform for developers. Doppler empowers tens of thousands of engineering and devops teams to seamlessly orchestrate, govern, and manage their secrets across environments at scale. Brian has... Read More →
How could we design an API for querying data across all kinds of sources? How could we describe complex queries that join data across them? This problem is tough enough when all the sources are, say, Postgres, but what about when we need to join data from Postgres to MongoDB? Or an arbitrary CSV file? Or even another API? How do we talk about data access and manipulation in a way that makes sense for all these possible backends?
In this talk, we'll discuss how we've been designing a solution to this problem. We'll talk about some of the challenges in keeping API design consistent across data sources, balancing simplicity and expressivity, and even making all of this performant behind the infinite number shapes that a GraphQL request can take.
Tom lives in Barcelona with his partner and their cat, Beef. At Hasura, he builds compilers from GraphQL to SQL across a variety of different backend data stores. Outside of work, he's a runner, climber, and cyclist.