Lynda – Next Step Python Decorators

Lynda – Next Step Python Decorators-APoLLo
English | Size: 104.25 MB
Category: Tutorial


Decorators are an increasingly important feature in Python. They add functionality to an existing object without permanently modifying it. Being able to use decorators effectively is critical to working with larger Python projects and frameworks. In this course, Jonathan Fernandes explains what decorators are and why they are used so extensively in production projects. He explains how to solve common challenges associated with decorators, such as debugging; how to chain decorators; how to use decorators with classes; and how to access the arguments passed into decorated functions. Plus, find out how to use and debug decorators in the real world by examining decorators’ role in the source code for the Flask microplatform.

Egghead.io – The Beginners Guide to React

Egghead.io – The Beginners Guide to React-APoLLo
English | Size: 969.32 MB
Category: Tutorial

Welcome to The Beginner’s Guide to React! I’m happy you’re here. I recommend that you watch all of these videos through once without touching the keyboard. Just take notes. Then you can watch them a second time and follow along and change/break the code and review the bits that you need. I’ll show you how I get things up and running, but feel free to copy/paste the code to an environment where you feel comfortable.

Lynda – Learning MileIQ

Lynda – Learning MileIQ-APoLLo
English | Size: 100.20 MB
Category: Tutorial


Learn how to manage your business travel and expenses with ease using MileIQ. In this course Garrick Chow begins by showing how to create a MileIQ account and get your vehicles set up. Next, he shows how to work with the web dashboard, including working in the Drives view and editing, duplicating, and deleting drives. Finally, Garrick walks through how to generate reports, adjusting business rates and distance units and creating category or purposed-based reports.

Egghead.io – Use Suspense To Simplify Your Async Ui

Egghead.io – Use Suspense To Simplify Your Async Ui-APoLLo
English | Size: 510.57 MB
Category: Tutorial


One of the biggest challenges to writing software for the web is dealing with asynchrony, but we have to deal with it all the time.

This leads to a bunch of boilerplate code for handling loading and error states just to get the data we need to show the user– whether the data comes from a remote endpoint or from browser APIs like geolocation and Bluetooth.

Egghead.io – Fix Common Git Mistakes

Egghead.io – Fix Common Git Mistakes-APoLLo
English | Size: 278.77 MB
Category: Tutorial


To really improve your git skills it is essential that you build up a better mental model, a part of that means understanding all the different states a file could be in. Files can be on your computer, a repo, a staging area, your working directory, server directory, or a local stash.