Software Development for a Cloud Computing: IaaS, PaaS, SaaS, DaaS, AWS, Azure, Cloud Foundry, Heroku
 
Category: <span>Videos</span>

Kontinuous Integration and Delivery in the Cloud Native World

With Kubernetes matured enough to be the favourite application orchestration platform, but it still missed one crucial feature of in-cluster build of the applications. The missing feature made continuous integration and delivery to be less effective. The market had various solutions to solve the problem but 99% of the solutions …

Cloud Run, Serverless Containers in Action

This video presents Cloud Run, a new product from Google Cloud, that allows to run containers in a “serverless fashion”, on a managed infrastructure (no need to provision instances, servers, clusters yourself, security patches applied transparently, etc.), where auto-scaling allows you to scale your microservices down to zero (effectively paying …

Visualizing Cloud Systems

Cloud-native systems increasingly integrate services, or functions. Microservices and serverless patterns produce many small parts. See how effective visualization matters in cloud solution design and implementation. Understand emergent visualization by example.

CI/CD Automation for Oracle Cloud Functions with Visual Builder Studio

Serverless computing is one of the more attractive aspects offered by cloud platforms like Oracle Cloud. It lets you focus on coding functionality and letting the provider take care of providing a dynamically scaling platform to run your code. Oracle is offering the Oracle Cloud Functions Service as a platform …