Egghead.io – Advanced Static Types In Typescript

Egghead.io – Advanced Static Types In Typescript-APoLLo
English | Size: 193.36 MB
Category: Tutorial


This course explores the capabilities of TypeScript’s type system and shows how to use advanced static types in practice. For example, you’ll learn how to write safer code by using non-nullable types and being explicit about null and undefined in the type system.

Egghead.io – Quickly Transform Data With Transducers

Egghead.io – Quickly Transform Data With Transducers-APoLLo
English | Size: 176.95 MB
Category: Tutorial


In this course, we will go through the concept of transducers and build them up from basic principles. We will go over the problems with regular composed transformations, and show how we end up with unnecessary data and intermediate collections. We go on to learn how we can use transducers for performance gains when operating on large data sets, as well as how they’re an excellent fit for processing other iterable data, like generators. Not just arrays.

Egghead.io – Build A React App With Redux

Egghead.io – Build A React App With Redux-APoLLo
English | Size: 534.77 MB
Category: Tutorial


Managing state in modern web applications is hard. As applications grows in complexity, keeping track of state changes and mapping those changes back to your UI becomes increasingly difficult.

Lynda – Wireshark Network Troubleshooting

Lynda – Wireshark Network Troubleshooting-APoLLo
English | Size: 267.57 MB
Category: Tutorial


Learn how to analyze network problems with Wireshark, a free, open-source packet analysis tool used by network administrators around the world. In this course, Lisa Bock demonstrates how to get the most out of Wireshark, so that you can better evaluate your network and keep traffic moving. You can discover how to use time as a metric for visualizing delays. In addition, you can get an introduction to some of the most helpful tools within Wireshark, such as TCP, I/O, and flow graphs. Finally, learn how to visualize transmission errors and recognize common attack signatures.

Egghead.io – Create Dynamic Components In Angular-APoLLo

Egghead.io – Create Dynamic Components In Angular-APoLLo
English | Size: 160.28 MB
Category: Tutorial


Dynamic data gives us the opportunity to build dynamic components. Dynamic components are reusable and make building large-scale applications so much easier. In this course, Juri Stumpflohner will take us through the specific use case of of creating a tabbed component which allows us to dynamically define new tabs.