StoneRivereLearning – DevOps Fundamentals Gain Solid Understanding

StoneRivereLearning – DevOps Fundamentals Gain Solid Understanding-CONSORTiUM
English | Size: 361.82 MB
Category: Tutorial


DevOps is the union of people, process, and products to enable the continuous delivery of value to end users. It aims to create a culture and environment where building, testing, and releasing software can happen rapidly, frequently, and more reliably, so you can innovate like a startup and scale for the enterprise. By taking this introductory DevOps course, you’ll be able to define DevOps, understand why you need DevOps, and learn how you can get started with DevOps. You’ll learn the key ideas and techniques to bring development and operations together to produce higher-quality software and deliver it more quickly.

WintellectNOW – Introduction to Azure Infrastructure-CONSORTiUM

WintellectNOW – Introduction to Azure Infrastructure-CONSORTiUM
English | Size: 83.41 MB
Category: Tutorial


Want to become an Azure infrastructure guru? That’s the aim of this new series from Azure expert Dave Franklyn. Learn what the series will cover in this introductory video and get a fast start on virtual machines, virtual networks, Azure security, and more.

WintellectNOW – Object Oriented Programming in Scala-CONSORTiUM

WintellectNOW – Object Oriented Programming in Scala-CONSORTiUM
English | Size: 224.25 MB
Category: Programming


Scala supports object-oriented programming by allowing you to define classes that contain both data and methods as members. But due to Scala’s compact syntax, defining classes in Scala is typically more terse than in almost any other language. The syntax also tends to blur the distinction between data and methods, allowing greater abstraction and flexibility. Learn how to write object-oriented code the Scala way.

WintellectNOW – Using Inheritance in Scala

WintellectNOW – Using Inheritance in Scala-CONSORTiUM
English | Size: 175.45 MB
Category: Tutorial


Scala follows Java’s single-base-class model of inheritance. Whereas Java has interfaces to allow inheritance of more than one set of methods, Scala has traits. These do the same job but are much more powerful. Learn about traits and inheritance in Scala and you are well on your way to becoming a master of the language.

WintellectNOW – Redux with React

WintellectNOW – Redux with React-CONSORTiUM
English | Size: 331.13 MB
Category: React


React and Redux are being combined in ever-growing numbers of JavaScript apps. Put the two together and the sum of the parts is greater than the whole. In this session, Eric demonstrates how to combine these two popular libraries using the React-Redux library