Ross Kukulinski gave a presentation on building a SaaS application with Node.js, Docker, and CoreOS. He discussed how using Docker and CoreOS helped his company achieve goals like running multiple app versions consistently across environments, minimizing devops work. Docker allows building portable apps that run anywhere, while CoreOS is a Linux designed for massive server deployments using automated updates and Docker containers. It provides tools for fault tolerance, scalability and service discovery. Kukulinski then provided tips on Dockerizing Node apps, using Docker Compose, booting CoreOS clusters, monitoring with CoreGI and continuous deployment with Paz.