Serverless computing allows running applications without managing infrastructure. Google Cloud Platform offers serverless options like Cloud Functions, Cloud Run, and App Engine. Common serverless patterns include publish-subscribe using PubSub, triggering functions from events, and data pipelines with Dataflow. Serverless applications are built using containers, functions, and fully managed services to focus on code and reduce operational overhead.