This track explores serverless computing as a paradigm where developers build and run applications without managing underlying infrastructure. It focuses on event-driven architectures and Functions-as-a-Service (FaaS), enabling teams to deploy code in response to triggers such as HTTP requests, database changes, or message queues. Attendees will learn how platforms like Amazon Web Services (AWS Lambda), Microsoft Azure (Azure Functions), and Google Cloud (Cloud Functions) allow rapid development, automatic scaling, and pay-per-use cost models that eliminate idle resource expenses.
The track also covers advanced topics including cold-start optimization, stateless design, API gateway integration, and building microservices with serverless backends. Discussions will address real-world challenges such as debugging distributed functions, managing state, ensuring security, and controlling costs at scale. Through best practices and case studies, participants will gain practical knowledge on designing highly scalable, resilient, and efficient serverless applications that accelerate innovation and reduce operational complexity.