2019 Learn Modern Javascript Advanced Topics Steven Hancock

seeders: 6
leechers: 11
Added 9 months ago by rarecloud in Other

Download Fast Safe Anonymous
movies, software, shows...

Files

2019 Learn Modern Javascript Advanced Topics Steven Hancock (Size: 9.85 GB)
  1.Introduction
  01.Course Introduction.mp4 75.57 MB
  02.Where will You Go with JavaScript.mp4 36.09 MB
  10.Think Like a Programmer - Approaches
  45.Approaches to Programming.mp4 60.82 MB
  11.Object Oriented Programming in JavaScript
  46.Introduction to Object Oriented Programming.mp4 71.44 MB
  47.OOP Theory.mp4 106.94 MB
  48.Review - Setting the Prototype.mp4 133.89 MB
  49.The Constructor Property.mp4 65.36 MB
  50.Project - Applying OOP Part 01.mp4 32.28 MB
  51.Project - Applying OOP Part 02.mp4 252.81 MB
  52.Project - Applying OOP Part 03.mp4 118.77 MB
  53.Project - Applying OOP Part 04.mp4 92.83 MB
  54.Project - Applying OOP Part 05.mp4 111.88 MB
  55.Project - Applying OOP Part 06.mp4 101.13 MB
  56.Project - Applying OOP Part 07.mp4 129.3 MB
  57.Project - Applying OOP Part 08.mp4 72.52 MB
  58.Project - Applying OOP Part 09.mp4 167.27 MB
  59.Project - Applying OOP Part 10 - Getters Setters.mp4 139.97 MB
  60.Project - Applying OOP Part 11 - Wrap Up.mp4 47.52 MB
  61.Enumerating Objects with the for in Loop.mp4 70.56 MB
  62.Private Data in Constructors.mp4 63.3 MB
  63.Creating Safe Constructors.mp4 60.73 MB
  64.Can I Modify the Built-in Prototypes.mp4 43.6 MB
  65.What About ES6 Classes.mp4 88.56 MB
  12.Think Like a Programmer - Starting a Project
  66.Starting a Project.mp4 61.13 MB
  13.Congratulations
  67.Congratulations!.mp4 2.51 MB
  14.Bonus Section - Functional Programming in JS
  68.Functional Programming Introduction.mp4 65.23 MB
  69.Avoiding Side Effects - Pure Functions.mp4 217.32 MB
  70.Avoiding Shared State.mp4 94.45 MB
  71.Avoiding Mutable Data.mp4 156.23 MB
  72.Function Composition Part 1.mp4 98.74 MB
  73.Function Composition Part 2.mp4 311.55 MB
  74.Imperative Programming VS Declarative.mp4 110.44 MB
  75.Functional Programming Example.mp4 173.49 MB
  76.Functional Programming Techniques.mp4 10.36 MB
  77.Using Reduce, Map and Filter.mp4 159.06 MB
  78.Assignment _ Exercise Follow Up.mp4 169.85 MB
  79.Getting Your Feet Wet with Currying.mp4 73.14 MB
  80.Understanding Recursion.mp4 134.18 MB
  81.Functional Libraries for JavaScript.mp4 40.41 MB
  2.Think Like a Programmer - Libraries, Frameworks
  03.Think Like a Programmer - Libraries and Frameworks.mp4 66.7 MB
  2019 Hancock, Steven - Learn Modern JS - Adv Topics.txt 2.05 KB
  3.Advanced Concepts for Objects and Functions
  04.Advanced Concepts for Functions and Objects.mp4 39.38 MB
  05.Functions are Objects.mp4 81.91 MB
  06.First Class Functions.mp4 69.91 MB
  07.Invoking Functions.mp4 94.23 MB
  08.Creating JavaScript Objects.mp4 80.14 MB
  09.Understanding this.mp4 41.6 MB
  10.Examining this with Normal Function Invocation.mp4 129.42 MB
  11.Normal Function Invocation Using strict mode.mp4 26.54 MB
  12.Examining this with Method Invocation.mp4 144.75 MB
  13.Understanding Prototypes.mp4 134.5 MB
  14.Understanding the Prototype of Functions.mp4 22.01 MB
  15.Using call and apply Function Methods.mp4 141.05 MB
  16.Using the bind Function Method.mp4 102.6 MB
  17.Invoking Functions as Constructors - Magic of new.mp4 66.35 MB
  18.Constructor Invocation and the Value of this.mp4 91.58 MB
  19.Higher Order Functions, Callbacks, and the problem.mp4 144.26 MB
  20.Arrow Functions.mp4 74.1 MB
  21.REVIEW - Invoking Function and this.mp4 31.49 MB
  4.Think Like a Programmer - DRY Coding
  22.Abstraction and DRY Coding.mp4 153.85 MB
  23.Abstraction and DRY Coding - Exercise 1.mp4 150.17 MB
  5.Working with Objects
  24.Working with Objects Introduction.mp4 5.48 MB
  25.Detecting Properties on Objects.mp4 82.3 MB
  26.Changing Property Attributes.mp4 50.7 MB
  27.Making Objects Immutable.mp4 80.54 MB
  28.ES6 Object Features.mp4 230.41 MB
  29.Understanding Method Chaining.mp4 203.63 MB
  6.The Power of Functions
  30.The Power of Functions Introduction.mp4 3.7 MB
  31.Immediately Invoked Function Expressions (IIFEs).mp4 88.48 MB
  32.Understanding Closure.mp4 129.21 MB
  7.Think Like a Programmer - Avoiding Globals
  33.Avoiding Global Variables.mp4 161.16 MB
  34.Using the Namespace Pattern.mp4 148.17 MB
  8.Think Like a Programmer - The Module Pattern
  35.The Module Pattern Part 1.mp4 96.51 MB
  36.Optional - Overview of Fill-In-Question Code.mp4 136.41 MB
  37.The Module Pattern - Part 2.mp4 185.91 MB
  38.The Module Pattern - Part 3.mp4 181.51 MB
  39.The Module Pattern - Part 4.mp4 183.87 MB
  9.Working with Data - JavaScript Objects and JSON
  40.Introduction to Working with Data.mp4 106.79 MB
  41.JSON Basics.mp4 128.09 MB
  42.Creating a JSON File.mp4 56.52 MB
  43.Loading a JSON File Using XMLHttpRequest.mp4 147.92 MB
  44.Testing on a Server.mp4 112.92 MB
  Exercise Files (1.7 GB)
  Articles on Composition.pages 559.66 KB
  Section 01
  3_Tools.docx 9.86 KB
  3_Tools.pdf 46.86 KB
  4_exercise_files.docx 9.35 KB
  4_exercise_files.pdf 46.25 KB
  Section 03
  2_REVIEW_function_declaration_function_expression.docx 7.95 KB
  2_REVIEW_function_declarations_function_expressions.pdf 26.24 KB
  quiz1.pages 226 KB
  quiz1.pdf 46.56 KB
  Section 05
  4_Exercise2 (full).mp4 101.35 MB
  4_Exercise2A (introduce).mp4 20.93 MB
  4_Exercise2B (review).mp4 66.72 MB
  quiz2.pages 175.82 KB
  quiz2.pdf 28.61 KB
  Section 06
  3_Exercise3 (full).mp4 87.24 MB
  3_Exercise3A (intro).mp4 18.75 MB
  3_Exercise3B (review).mp4 51.32 MB
  4_Scope_Review.docx 128.32 KB
  4_Scope_Review.pages 237.59 KB
  4_Scope_Review.pdf 58.49 KB
  Section 08
  15_exercise6 (full).mp4 157.11 MB
  15_exercise6A (intro).mp4 24.74 MB
  15_exercise6B (review).mp4 137.06 MB
  16_exercise7 (full).mp4 219.39 MB
  16_exercise7A (intro).mp4 27.69 MB
  16_exercise7B (review).mp4 194.8 MB
  Section 09
  5_5_Local_server_node.docx 8.13 KB
  5_5_Local_server_node.pages 149.69 KB
  5_5_Local_server_node.pdf 29.64 KB
  6_exercise8 (full).mp4 296.22 MB
  6_exercise8A (intro).mp4 34.13 MB
  6_exercise8B (review).mp4 214.31 MB
  Section 11
  5_OOP Project
  12_Follow_Up.docx 7.9 KB
  12_Follow_Up.pages 157.95 KB
  12_Follow_Up.pdf 28.33 KB
  8.5_Quiz_Questions.docx 9.7 KB
  8.5_Quiz_Questions.pdf 30.18 KB
  ▲ 119 total files

Description


.

2019 Learn Modern Javascript Advanced Topics Steven Hancock

https
://
allthingsjavascript
.com

Author: Hancock, Steven
Duration: 13 hours 16 minutes

Title: Advanced JavaScript Topics
Publisher: Packt
Size: ~10 GGB
Files: 96 MP4's ++
Date: 11/26/2019

Course #: 9781839219054
Published: 26 Nov 2019
Skill: Advanced
Exercise Code: Included

.

Description:

Advanced JavaScript Topics picks up where the Getting Started
course ended. You should now have some experience with
JavaScript and understand the JavaScript language much better.

Therefore, you are ready to learn more of the nuances and
important patterns that advanced JavaScript developers know and
use.

In Advanced JavaScript Topics, we explore more advanced
techniques in JavaScript. You will learn advanced concepts for
objects and functions, the value of this, the power of
functions using closures, and IIFEs. You will learn about the
namespace and module patterns, and about JSON and how to load a
JSON file. You will follow along as we apply OOP concepts to a
project. You will get very familiar with the prototype. These are
just the main topics covered in this advanced course. A new bonus
section helps you get familiar with functional programming
concepts in JavaScript.

This course contains invaluable
information for those intent on making JavaScript a career
choice or a major part of their lives. All the code and
supporting files for this course are available at ...

.

Credit due: Torrent Day XQZT

id=4569690 [Dead link]

===

.

The following information was last updated 2024.07

Learn Modern JavaScript by Steven Hancock

https
://
allthingsjavascript
.com

Current Courses Available

JavaScript: The Critical Parts Masterclass
Learn Modern JavaScript: Getting Started
* Learn Modern JavaScript: Advanced Topics
Mastering Regular Expressions in JavaScript
Functional Programming in JavaScript: A Practical Guide
Mastering JavaScript Arrays
Asynchronous JavaScript Deep Dive
11 JavaScript Features Critical to Understand
JavaScript Practice Problems: Sharpen Your Skills

###

Related Torrents

torrent name size uploader age seed leech
5
0
0
5
0