1) Mauricio Salatino and Thomas Vitale gave a presentation on building applications using serverless functions and event-driven architectures with Knative on Kubernetes.
2) They demonstrated developing polyglot functions with Knative that are triggered by events using CloudEvents and can be deployed without Docker or YAML files.
3) The presentation included an example of building a multiplayer quiz game as a set of synchronous and asynchronous Knative functions that communicate through events to track scores and progress.