Welcome to 
 

coderland_logo

 

In-depth development tutorials featuring serverless computing, OpenShift, and Red Hat middleware

Make serverless seamless with Knative

Build and deploy a serverless service to Knative

The Knative serverless environment lets you deploy code to Kubernetes, but no resources are consumed unless your code needs to do something. With Knative, you create a service by packaging your code as a Docker image and handing it to the system. Your code only runs when it needs to, with Knative starting and stopping instances automatically.

Want to learn how? This series of articles and videos, the Compile Driver, shows you how to build your own working serverless environment.

Knative and Serverless Service Tutorial

Learn how to create reactive microservices

Use reactive programming to calculate wait times for the Reactica roller coaster

The Reactica roller coaster is a new thrill ride at the Coderland theme park. This futuristic coaster takes guests on a terrifying journey they’ll not soon forget. In this series of tutorials, you’ll create a set of reactive microservices that respond as guests board the ride, as they exit the ride, as the coaster is shut down due to an accident, and as the wreckage is cleared and the coaster is back in operation.

Want to learn how? This series of articles and videos shows you how to build a resulting display that lets every guest in the queue know how much time they have to wait.  

Reactive Programming Tutorial