Lynda - JavaScript - Patterns [AhLaN]

seeders: 7
leechers: 6
updated:
Added by abidmail in Other > Tutorials

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

Files

Lynda - JavaScript - Patterns [AhLaN] 1 - Introduction
  • 01 - JavaScript design patterns.mp4 (20.5 MB)
  • 02 - What you should know.mp4 (3.6 MB)
  • Seed Me!!.png (42.0 KB)
  • AhLaN.txt (0.2 KB)
  • 2 - 1. Introduction
    • 03 - What is a pattern.mp4 (4.6 MB)
    • 04 - Setting up your base project.mp4 (7.4 MB)
    • 05 - Functions as first-class citizens.mp4 (3.4 MB)
    • 06 - What is a callback and its role.mp4 (4.4 MB)
    3 - 2. Creational Patterns
    • 07 - What are creational patterns.mp4 (3.6 MB)
    • 08 - Class design pattern.mp4 (5.5 MB)
    • 09 - Constructor pattern.mp4 (7.8 MB)
    • 10 - Singleton pattern.mp4 (6.7 MB)
    • 11 - Factory pattern.mp4 (11.6 MB)
    • 12 - Abstract factory pattern.mp4 (13.5 MB)
    4 - 3. Structural Patterns
    • 13 - What are structural patterns.mp4 (6.2 MB)
    • 14 - Module pattern.mp4 (10.6 MB)
    • 15 - Mixins pattern.mp4 (10.5 MB)
    • 16 - Facade pattern.mp4 (3.1 MB)
    • 17 - Flyweight pattern.mp4 (2.4 MB)
    • 18 - Decorator pattern.mp4 (6.3 MB)
    • 19 - Model-View-Controller (MVC) pattern.mp4 (10.7 MB)
    • 20 - Model-View-Presenter (MVP) pattern.mp4 (7.6 MB)
    • 21 - Model-View-ViewModel (MVVM) pattern.mp4 (9.6 MB)
    5 - 4. Behavioral Patterns
    • 22 - What are behavioral patterns.mp4 (6.9 MB)
    • 23 - Observer pattern.mp4 (7.9 MB)
    • 24 - State pattern.mp4 (7.5 MB)
    • 25 - Chain of responsibility.mp4 (2.6 MB)
    • 26 - Iterator pattern.mp4 (7.0 MB)
    • 27 - Strategy pattern.mp4 (3.4 MB)
    • 28 - Memento pattern.mp4 (2.4 MB)
    • 29 - Mediator pattern.mp4 (2.8 MB)
    • 30 - Command pattern.mp4 (5.9 MB)
    6 - Conclusion
    • 31 - Next steps.mp4 (3.3 MB)
    Exercise Files CH1 01_02 end
    • index.html (0.2 KB)
    • index.js (0.0 KB)
    01_03 begin
    • index.html (0.2 KB)
    • index.js (0.0 KB)
    end
    • index.html (0.2 KB)
    • index.js (0.1 KB)
    01_04 begin
    • index.html (0.2 KB)
    • index.js (0.1 KB)
    end
    • index.html (0.2 KB)
    • index.js (0.1 KB)
    CH2 02_02 begin
    • index.html (0.2 KB)
    • index.js (0.1 KB)
    end
    • index.html (0.2 KB)
    • index.js (0.2 KB)
    02_03 begin
    • index.html (0.2 KB)
    • index.js (0.2 KB)
    end
    • index.html (0.2 KB)
    • index.js (0.4 KB)
    02_04 begin
    • index.html (0.2 KB)
    • index.js (0.4 KB)
    end
    • index.html (0.2 KB)
    • index.js (0.6 KB)
    02_05 begin
    • index.html (0.2 KB)
    • index.js (0.6 KB)
    end
    • index.html (0.2 KB)
    • index.js (0.5 KB)
    02_06 begin
    • index.html (0.2 KB)
    • index.js (0.5 KB)
    end
    • index.html (0.2 KB)
    • index.js (1.1 KB)
    CH3 03_02 end
    • .babelrc (0.1 KB)
    • calc.js (0.1 KB)
    • index.js (0.3 KB)
    • package-lock.json (173.1 KB)
    • package.json (0.5 KB)
    03_03 begin
    • index.html (0.2 KB)
    • index.js (1.1 KB)
    end
    • index.html (0.2 KB)
    • index.js (1.2 KB)
    CH4 04_02
    • index.html (0.3 KB)
    • index.js (0.6 KB)
    04_03
    • package.json (0.4 KB)
    • README.md (106.4 KB)
    • public
      • favicon.ico (3.8 KB)
      • index.html (0.7 KB)
      • manifest.json (0.3 KB)
      src
      • index.css (0.1 KB)
      • index.js (0.3 KB)
      • logo.svg (2.6 KB)
      • registerServiceWorker.js (3.9 KB)
      • components
        • App.css (0.4 KB)
        • App.js (1.1 KB)
        • App.test.js (0.2 KB)
        • News
          • Error.js (0.1 KB)
          • News.js (1.0 KB)
          • NewSingle.js (0.5 KB)
          • Sidenews.js (1.0 KB)
          • Singleside.js (0.3 KB)
          04_05 begin
          • index.html (0.2 KB)
          • index.js (1.2 KB)
          end
          • index

Description

---------------------------------------------------------------------------------

-----------------------------------------------------------------------------------
Proudly Presents
-----------------------------------------------------------------------------------
Lynda - JavaScript - Patterns [AhLaN]





SUPPLiER.......: WWW RELEASE DATE......: 31/07/20
Uploader.......: abidmail Collector.........: abidmail





... RELEASE iNFORMATiON ...


GENERAL INFO
Instructor : Emmanuel Henri
Duration : 1h 15m
Released : 4/20/2020
Source : https://www.lynda.com/JavaScript-tutorials/JavaScript-Patterns/2823370-2.html

... About This Course ...

For the past two decades, programmers have structured both their code and their conversations about code around the patterns first described in Design Patterns, the classic Gang of Four book. JavaScript programmers have participated in these conversations, but the patterns discussed mostly fit in the world of orthodox object-oriented programming. In this course, Emmanuel Henri explains how these patterns fit with JavaScript. He demystifies the purpose of some of the most common patterns, providing code examples along the way. Learn about key creational, structural, and behavioral design patterns, and how you can apply each of them in your JavaScript code.






Download torrent
210.7 MB
seeders:7
leechers:6
Lynda - JavaScript - Patterns [AhLaN]


Trackers

tracker name
udp://tracker.coppersurfer.tk:6969/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://9.rarbg.to:2710/announce
udp://exodus.desync.com:6969/announce
udp://tracker.uw0.xyz:6969/announce
udp://open.stealth.si:80/announce
udp://tracker.tiny-vps.com:6969/announce
udp://open.demonii.si:1337/announc4
udp://public-tracker.zooki.xyz:6969/announce
udp://forever.publictracker.xyz:6969/announce
udp://tracker.cyberia.is:6969/announce
udp://api.bitumconference.ru:6969/announce
udp://discord.heihachi.pw:6969/announce
udp://fe.dealclub.de:6969/announce
udp://gra1.joshkeegan.co.uk:6969/announce
µTorrent compatible trackers list

Download torrent
210.7 MB
seeders:7
leechers:6
Lynda - JavaScript - Patterns [AhLaN]


Torrent hash: 89FE3FC3E442DC7103E8768667715B282A261B4F