WintellectNOW – Getting Started with CSS for React Developers

WintellectNOW – Getting Started with CSS for React Developers-CONSORTiUM
English | Size: 428.32 MB
Category: Tutorial


CSS is an important part of any Web UI. In the React world, that means getting a handle on PostCSS. PostCSS preprocesses CSS like Less and Sass, but it solves many of the problems those tools bring to the development process. Learn the basics of creating stylish React apps with CSS and PostCSS in the inaugural video in this series.

WintellectNOW – Identity Enhancements in ASP.NET Core 2.1-CONSORTiUM

WintellectNOW – Identity Enhancements in ASP.NET Core 2.1-CONSORTiUM
English | Size: 218.45 MB
Category: Tutorial


ASP.NET Core 2.1 introduces many new updates for authentication, authorization, and the protection of personal data, including support for two-factor authentication and GDPR. Learn about the latest developments and get a fast start on incorporating them into your code.

WintellectNOW – Live Web Interactions with ASP.NET Core and SignalR

WintellectNOW – Live Web Interactions with ASP NET Core and SignalR-CONSORTiUM
English | Size: 253.87 MB
Category: Tutorial


ASP.NET Core SignalR lets you build interactive ASP.NET Core apps that feature two-way connectivity between browser clients and Web servers. Combine it with the Azure SignalR Service and you can build real-time apps that scale to meet almost any demand. Learn how to use ASP.NET Core SignalR to build stock tickers, live dashboards, chat apps, and more in this hands-on course from Microsoft’s Jeff Fritz.

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.