> Markdown version of [/playlists/serverless](https://www.wearedevelopers.com/playlists/serverless). Every page supports `.md` or `Accept: text/markdown`. Links point to the HTML versions so they work for humans too. Agent guide: [/agents.md](https://www.wearedevelopers.com/agents.md). --- # Playlist: Serverless 18 videos · 28 moments · 76.8 minutes ## Server Side Serverless in Swift - **Defining serverless architectures with Serverless Application Model** (30:41, 5min) — Automating repeatable deployments of connected resources by declaring serverless functions and routing configurations as code templates. - **Understanding the four core principles of serverless computing** (03:02, 2min) — Eliminating infrastructure management while enabling automatic high availability and a pay-per-usage pricing model. - **Recapping serverless architectures and Swift cloud integrations** (45:19, 2min) — Reviewing core platform benefits and the developer toolchains required to correctly implement production serverless workflows. [Learn more](https://www.wearedevelopers.com/videos/133-server-side-serverless-in-swift) ## Serverless landscape beyond functions - **Defining serverless and its evolutionary phases** (00:05, 3min) — An overview of serverless operational models and the historical phases of serverless technology adoption. - **Augmenting serverless workflows with traditional virtual machines** (25:22, 2min) — Expanding workload capabilities by scheduling serverless orchestrators to manage long-running compute tasks on automated virtual instances. - **Integrating containers to solve serverless execution limitations** (09:35, 7min) — Using container-based serverless runtimes to abstract infrastructure requirements while fixing concurrency constraints and performance bottlenecks. [Learn more](https://www.wearedevelopers.com/videos/491-serverless-landscape-beyond-functions) ## .NET Microservices in Azure Container Apps - **Serverless computing definitions and core benefits** (00:34, 1min) — Eliminating infrastructure management allows teams to focus entirely on core business logic while benefiting from automatic workload scaling. [Learn more](https://www.wearedevelopers.com/videos/1226-net-microservices-in-azure-container-apps) ## End the Monolith! Lessons learned adopting Serverless - **Real-world challenges in adopting serverless architectures** (00:00, 3min) — An introduction to overcoming practical hurdles when migrating software teams from monolithic systems to serverless environments. [Learn more](https://www.wearedevelopers.com/videos/56-end-the-monolith-lessons-learned-adopting-serverless) ## Serverless on Cloud - **Evolution of web architectures toward serverless computing workflows** (02:51, 3min) — Traditional monolithic web architectures increasingly transition to decoupled backends and event-driven serverless components for better scalability. - **Financial and operational advantages of serverless computing solutions** (06:19, 3min) — Serverless platforms reduce infrastructure maintenance overhead while optimizing operational costs for fluctuating traffic workloads. [Learn more](https://www.wearedevelopers.com/videos/269-serverless-on-cloud) ## Serverless-Native Java with Quarkus - **Defining serverless computing capabilities and execution environments** (01:35, 2min) — Core principles of serverless architectures including eliminating server management and executing precise workload scaling. - **Comparing microservices and serverless architectural deployment models** (03:57, 2min) — How to choose between long-lived microservices and event-driven, short-lived serverless architectural approaches. - **Deploying serverless workloads on Kubernetes with Knative** (06:44, 3min) — Utilizing container-based Knative capabilities to provision and manage serverless infrastructure directly within Kubernetes. [Learn more](https://www.wearedevelopers.com/videos/243-serverless-native-java-with-quarkus) ## Going serverless using the Spring Framework ecosystem - **Introduction to going serverless with Spring Framework** (00:11, 0min) — Exploring techniques to optimize Spring Boot application execution on serverless platforms. [Learn more](https://www.wearedevelopers.com/videos/443-going-serverless-using-the-spring-framework-ecosystem) ## Serverless deployment of (large) NLP models - **Addressing constraints and limitations of serverless model deployments** (11:45, 2min) — Working within serverless functions requires mitigating cold start delays, operating without hardware acceleration, and adapting to fixed file sizes. - **Evaluating cost effectiveness and summarizing serverless machine learning strategies** (35:16, 3min) — Deploying optimized machine learning models via reactive functions proves highly economical against maintaining hosting environments for sporadic t... - **Moving to serverless deployments for Python machine learning models** (08:53, 2min) — Transitioning to serverless architecture bridges integration gaps between a TypeScript platform environment and a Python machine learning stack. [Learn more](https://www.wearedevelopers.com/videos/158-serverless-deployment-of-large-nlp-models) ## Develop, test and run a communications application in a serverless cloud - **Requirements for an ideal serverless developer experience** (03:55, 1min) — Removing the burden of hosting logistics enables teams to focus on security, scaling, and deployment. [Learn more](https://www.wearedevelopers.com/videos/760-develop-test-and-run-a-communications-application-in-a-serverless-cloud) ## Building your way to a serverless powered IOT Buzzwire game - **Comparing serverless functions against traditional monolithic architectures** (51:27, 2min) — Highlighting the immediate maintenance benefits and streamlined deployments of small scalable components. [Learn more](https://www.wearedevelopers.com/videos/590-building-your-way-to-a-serverless-powered-iot-buzzwire-game) ## Serverless Java in Action: Cloud Agnostic Design Patterns and Tips - **Transitioning from pure code functions to serverless containers** (10:36, 2min) — Moving towards containerized serverless deployments while managing system-level cloud architectural integrations. [Learn more](https://www.wearedevelopers.com/videos/1008-serverless-java-in-action-cloud-agnostic-design-patterns-and-tips) ## Serverless: Past, Present and Future - **Defining the core concept of serverless computing** (02:44, 2min) — Understanding how an execution model manages workloads using fine-granular billing that focuses exclusively on actual usage. [Learn more](https://www.wearedevelopers.com/videos/34-serverless-past-present-and-future) ## Serverless Architectures with Spring Cloud Functions and Knative - **Overview of serverless architectures and function as a service** (00:03, 1min) — An introduction to building scalable enterprise architectures using functional deployment models. [Learn more](https://www.wearedevelopers.com/videos/814-serverless-architectures-with-spring-cloud-functions-and-knative) ## Fun with PaaS – How to use Cloud Foundry and its uniqueness in creative ways - **Defining serverless as a software development paradigm** (02:56, 1min) — Serverless computing shifts development focus to event handlers rather than managing hardware environments. [Learn more](https://www.wearedevelopers.com/videos/673-fun-with-paas-how-to-use-cloud-foundry-and-its-uniqueness-in-creative-ways) ## The Future of Cloud is WebAssembly - **Defining serverless as a software development paradigm** (02:55, 1min) — Serverless functions operate as isolated event handlers without the overhead of demonized server processes. [Learn more](https://www.wearedevelopers.com/videos/687-the-future-of-cloud-is-webassembly) ## 40 Minutes to Build a Serverless COVID-19 REST and GraphQL APIs - **Building serverless REST and GraphQL APIs for COVID-19 data** (00:03, 1min) — Building responsive serverless dashboards requires aggregating raw external metrics into scalable database architectures. - **Environmental benefits and carbon efficiency of serverless cloud platforms** (39:41, 2min) — Operating shared serverless database clusters minimizes system idle time and reduces the overall computing carbon footprint. [Learn more](https://www.wearedevelopers.com/videos/208-40-minutes-to-build-a-serverless-covid-19-rest-and-graphql-apis) ## Building Reliable Serverless Applications with AWS CDK and Testing - **Structuring a comprehensive serverless application testing strategy** (20:33, 2min) — How separating local execution, template checks, and cloud verification unifies the strategy for serverless systems. [Learn more](https://www.wearedevelopers.com/videos/812-building-reliable-serverless-applications-with-aws-cdk-and-testing) ## Leverage Cloud Computing Benefits with Serverless Multi-Cloud ML - **Orchestrating serverless workflows with cloud messaging services** (25:37, 2min) — Cloud messaging queues and serverless functions format data automatically for cross-platform model training. [Learn more](https://www.wearedevelopers.com/videos/78-leverage-cloud-computing-benefits-with-serverless-multi-cloud-ml)