Videos

Videos for Cloud Computing Software Development

Cloud Native Data Pipelines

Big Data companies (e.g. LinkedIn, Facebook, Google, and Twitter) have historically built custom data pipelines over bare metal in custom-designed data centers. In order to meet strict requirements on data security, fault-tolerance, cost control, job scalability, network topology, and compute and storage placement, they need to closely manage their core technology. In recent years, many …

Cloud Native Data Pipelines Read More »

Kubernetes automated blue-green deployments

Kubernetes is a great tool to run (Docker) containers in a clustered production environment. There are also a few things that Kubernetes doesn’t solve though. When deploying often to a production environment we need fully automated blue-green deployments, which makes it possible to deploy without any downtime. We also need to handle external HTTP requests …

Kubernetes automated blue-green deployments Read More »

Advanced Spring Cloud

In this talk Joris will introduce the Spring Cloud project by showing how it provides common abstractions for centralized configuration, service discovery, synchronous and asynchronous service invocations, and other topics that become relevant when building distributed applications. Spring Cloud’s Config Server and its Netflix OSS integration (Hystrix, Ribbon, Zuul) will be demonstrated as supported implementations …

Advanced Spring Cloud Read More »

Getting Started with Spring Cloud

Spring Cloud is here! It offers a powerful way to create and consume microservices. As you introduce new services, you introduce integration problems: services can be shaky, they can disappear and – as they’re often exposed over HTTP – they require a bit more footwork than in-process method invocations.

Netflix Spring Cloud

Spring Cloud Netflix allows you to quickly take your existing Spring Boot application and transform it into a fully cloud-ready service (even if you are operating out of a private data center).