Egghead.io – Introduction To The Python 3 Programming Language

Egghead.io – Introduction To The Python 3 Programming Language-APoLLo
English | Size: 216.98 MB
Category: Tutorial


In Introduction to Python, we will start at the beginning: Installing python 3 and using virtual environments. With a working environment, we will learn how to manipulate strings and numbers, and gain working knowledge of data structures and flow control. We will build on that by introducing modules and classes and learn how to interact with our python applications using command line switches, console input and files.

Egghead.io – Offline-First Progressive Web Apps (PWA) in Vue.js-APoLLo

Egghead.io – Offline-First Progressive Web Apps (PWA) in Vue.js-APoLLo
English | Size: 296.62 MB
Category: Tutorial


Progressive Web Apps are just Web pages, but with superpowers. They load under uncertain network conditions, even offline. They’re fast and engaging, providing the best user experience. They can be installed on your smartphone if the browser supports it, feeling like a native app.

Egghead.io – Develop React Applications With Mobx And Typescript

Egghead.io – Develop React Applications With Mobx And Typescript-APoLLo
English | Size: 115.56 MB
Category: Tutorial


Developing logic-rich applications is a key skill to have.
The TypeScript-React combination helps you unlock that skill, and it’s a great developer experience in terms of writing understandable and refactorable HTML. But the default state management for React has a long way to go to feel simple and maintainable – and that’s where MobX makes your life so much easier. MobX keeps things simple without using complicated setups like provider and connect that provide way too little value for all the mental overhead.

Egghead.io – Test React Components With Enzyme And Jest-APoLLo

Egghead.io – Test React Components With Enzyme And Jest-APoLLo
English | Size: 273.93 MB
Category: Tutorial


In this course we are going to work through properly setting up Enzyme with Jest to test rendered components. This includes the nitty gritty of making our testing environment work with various versions of React. After we get our environment setup ready, we’ll work through the different ways we can render a component within our test pages. With a rendered component we can now test component methods and properties to assert that they are what is intended.

Egghead.io – JSON Web Token JWT Authentication with Node js and Auth0

Egghead.io – JSON Web Token JWT Authentication with Node js and Auth0-APoLLo
English | Size: 111.27 MB
Category: Tutorial


JSON Web Token (JWT) is a low overhead option for authentication that is easy to implement and scales with your application. There is no need to store session data as everything you need is stored in an encoded string sent in the JWT, significantly reducing database overhead for your servers.