Lynda - Mastering Functional JavaScript Libraries [AhLaN]

  • Category Other
  • Type Tutorials
  • Language English
  • Total size 370.7 MB
  • Uploaded By abidmail
  • Downloads 228
  • Last checked 3 hours ago
  • Date uploaded 5 years ago
  • Seeders 8
  • Leechers 5

Infohash : 34316F5D6311C0AC4F59A89BC4ED1B85B1B44C5B



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

-----------------------------------------------------------------------------------
Proudly Presents
-----------------------------------------------------------------------------------
Lynda - Mastering Functional JavaScript Libraries [AhLaN]





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





... RELEASE iNFORMATiON ...


GENERAL INFO
Instructor : Zsolt Nagy
Duration : 2h 45m
Released : 7/24/2018
Source : https://www.lynda.com/JavaScript-tutorials/Mastering-Functional-JavaScript-Libraries/724812-2.html

... About This Course ...

Are you programming JavaScript functionally? In this hands-on course, learn about several libraries that can make it easier to apply functional programming concepts in practice. To begin, instructor Zsolt Nagy helps you connect functional programming theory with implementation. Discover how to use functional programming libraries such as Underscore.js, Lazy.js, Ramda.js, and Immutable.js, and review practical use cases along the way. Next, learn how to implement two different web applications using the Lodash and RxJS libraries. First, Zsolt shows how to implement a Sudoku game in JavaScript using Lodash. He then introduces functional reactive programming using RxJS, explaining how to implement a web application that uses the Slack API to monitor the activity of different Slack channels.

Topics include:
Bridging functional programming theory and practice
Working with Underscore.js, Lazy.js, Ramda.js, and Immutable.js
Using functional languages that compile to JavaScript
Creating a web application with Lodash
Foundations of reactive programming
Writing a simple application in RxJS




Files:

Lynda - Mastering Functional JavaScript Libraries [AhLaN] Exercise Files Code_7121 Section 3 Video 3.3
  • style.css (0.0 KB)
  • index.html (0.3 KB)
  • main.js?1768884839449 (0.2 KB)
  • package.json (0.5 KB)
  • webpack.config.js (0.5 KB)
Video 3.4 End rxjs-boilerplate
  • index.html (1.9 KB)
  • main.js?1768884839449 (1.0 KB)
  • package.json (0.5 KB)
  • README.md (0.6 KB)
  • style.css (0.8 KB)
  • webpack.config.js (0.5 KB)
  • constants
    • api.const.js (0.1 KB)
    models
    • channels.model.js (0.6 KB)
    • chat.model.js (0.6 KB)
    rxjs-boilerplate
    • index.html (1.9 KB)
    • main.js?1768884839449 (0.1 KB)
    • package.json (0.5 KB)
    • README.md (0.6 KB)
    • style.css (0.8 KB)
    • webpack.config.js (0.5 KB)
    Video 3.5 rxjs-boilerplate
    • index.html (0.5 KB)
    • main.js?1768884839449 (2.0 KB)
    • package.json (0.5 KB)
    • README.md (0.6 KB)
    • style.css (0.8 KB)
    • webpack.config.js (0.5 KB)
    • constants
      • api.const.js (0.0 KB)
      models
      • channels.model.js (0.6 KB)
      • chat.model.js (0.6 KB)
      presenters
      • channels.presenter.js (0.7 KB)
      • messagebox.presenter.js (0.7 KB)
      Video 3.6
      • index.html (0.5 KB)
      • main.js?1768884839449 (2.2 KB)
      • package.json (0.5 KB)
      • README.md (0.6 KB)
      • style.css (0.8 KB)
      • webpack.config.js (0.5 KB)
      • constants
        • api.const.js (0.0 KB)
        models
        • channels.model.js (0.6 KB)
        • chat.model.js (0.6 KB)
        • users.model.js (0.2 KB)
        presenters
        • channels.presenter.js (0.7 KB)
        • messagebox.presenter.js (1.0 KB)
        Section 1 1.2 UnderscoreJs
        • 01 - Functional and OO.js (0.3 KB)
        • 02 - Templates.js (1.0 KB)
        1.3 LoDash
        • 01 - Functional and OO.js (0.5 KB)
        • 02 - Lazy Evaluation.js (0.4 KB)
        • 03 - Cloning.js (0.4 KB)
        • 04 - Currying and Partial Application.js (0.9 KB)
        1.4 LazyJs
        • 01 - MapFilter.js (0.2 KB)
        • 02 - HttpRequest.js (0.4 KB)
        • 03 - LazyJs Events.js (0.3 KB)
        1.5 RamdaJs
        • 01 - AutoCurry.js (0.2 KB)
        • 02 - Compose.js (0.7 KB)
        • 03 - Transducer.js (0.3 KB)
        • 04 - ProcessAjaxCall.js (0.3 KB)
        1.6 ImmutableJs
        • 01 - Immutable Map.js (0.7 KB)
        • 02 - Immutable List.js (0.5 KB)
        • 03 - WeekDays.js (0.7 KB)
        • 04 - Built In Lazy Sequences.js (0.6 KB)
        • 05 - Lazy Seq.js (1.2 KB)
        1.7 Languages that compile to Js
        • Example.js (0.2 KB)
        Section 2
        • package.json (0.5 KB)
        • Video 2.1
          • sudokuModel.js (0.7 KB)
          Video 2.2
          • package.json (0.5 KB)
          • sudoku.dist.js (775.9 KB)
          • sudokuModel.js (1.7 KB)
          • webpack.config.js (0.5 KB)
          Video 2.3
          • main.js?1768884839449 (0.2 KB)
          • package.json (0.5 KB)
          • style.css (0.4 KB)
          • sudoku.dist.js (777.1 KB)
          • sudoku.html (1.3 KB)
          • sudokuModel.js (1.7 KB)
          • sudokuPresenter.js (0.3 KB)
          • webpack.config.js (0.5 KB)
          Video 2.4
          • main.js?1768884839449 (0.2 KB)
          • package.json (0.5 KB)
          • style.css (0.4 KB)
          • sudoku.dist.js (778.6 KB)
          • sudoku.html (1.3 KB)
          • sudokuModel.js (1.7 KB)
          • sudokuPresenter.js (1.7 KB)
          • webpack.config.js (0.5 KB)
          Video 2.5
          • main.js?1768884839449 (0.3 KB)
          • package.json (0.5 KB)
          • style.css (0.5 KB)
          • sudoku.dist.js (779.3 KB)
          • sudoku.html (1.6 KB)
          • sudokuModel.js (1.8 KB)
          • sudokuPresenter.js (1.9 KB)
          • webpack.config.js (0.5 KB)
          1 - 1. Bridging Functional Programming Theory and Practice
          • 07 - Functional languages that compile to JavaScript.mp4 (45.3 MB)
          • 01 - Welcome.mp4 (10.3 MB)
          • 02 - Underscore.js.mp4 (21.3 MB)
          • 03 - Lodash.mp4 (13.8 MB)
          • 04 - Lazy.js.mp4 (13.5 MB)
          • 05 - Ramda.js.mp4 (18.3 MB)
          • 06 - Immutable.js.mp4 (20.8 MB)
          • Seed Me!!.png (42.0 KB)
          • 2 - 2. Lodash in Practice
            • 08 - Model the Sudoku table.mp4 (22.5 MB)
            • 09 - Model field constraints.mp4 (26.3 MB)
            • 10 - Render the Sudoku table.mp4 (14.3 MB)
            • 11 - Event handling.mp4 (18.9 MB)
            • 12 - Table validation and conclusion.mp4 (17.3 MB)
            3 - 3. Functional Reactive Programming Using RxJS
            • 13 - Introduction to reactive programming.mp4 (14.5 MB)
            • 14 - Introduction to RxJS.mp4 (25.5 MB)
            • 15 - RxJS in practice - Creating a web application using the Slack API.mp4 (23.9 MB)
            • 16 - Fetch data with RxJS using the Slack API.mp4 (14.2 MB)
            • 17 - Render the application.mp4 (25.1 MB)
            • 18 - RxJS in Practice - Slack app exercises.mp4 (17.4 MB)
            • 19 - Conclusion.mp4 (4.1 MB)
          • AhLaN.txt (0.2 KB)

There are currently no comments. Feel free to leave one :)

Code:

  • 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
REVERSE-PROXY 🔄 RP (success) | 2269ms 📄 torrent 🕐 19 Jan 2026, 10:24:01 am IST ⏰ 13 Feb 2026, 10:24:01 am IST ✅ Valid for 24d 23h 🔄 Wait 10m