LEARNING FOR LIFE

Get Yourself a Better Life! Free eLearning Download

  • Technical
    • Internet & Networking
    • Security & Hacking
    • AI | Artificial intelligence
    • OS & Server
    • WEB/HTML/CSS/AJAX
    • Database & SQL
    • Programming
    • Perl & PHP
    • .Net & Java
    • Mobile Development
    • C/C++/C#
    • Game Development
    • Unix & Linux
    • MAC OS X
    • Windows
    • OFFICE
    • Operation Systems
    • Hardware
  • Graphic & Media
    • Photography
    • 3D
    • Adobe Product Training
    • Art & Drawing & Painting
    • Film & Film Making
    • Game Designing
    • Music Training
    • Tutorials for designer
  • Business
    • Business & Investing
    • Writing & Affiliate
    • Marketing
    • Sales
    • Economics & Finances
    • Seo & Site Traffic
    • Stock & ForEX
  • Life Stype
    • Self Improvement | MP
    • Mindset | NLP
    • Fashion / Clothing / Grooming
    • Seduction
    • Fighting / Martial Arts
    • Food / Drink / Cooking
    • Health / Fitness / Massage
    • Languages / Accents
    • Magic / Illusions / Tricks
    • Psychology / Body Language
  • Engineering & Science
    • Cultures & History
    • Electrical & Architecture
    • Mathematics & Physics
    • Medical
  • Entertainment
    • Comic
    • Manga
    • Novel
    • Magazine
  • PC Game
    • Mac Game
    • Xbox Game
    • Play Station Game

Modern JavaScript for Beginner 2017

10/02/2018 Learning for Life Leave a Comment

Modern JavaScript for Beginner 2017
English | Size: 2.95 GB
Category: Tutorial


Modern JavaScript From The Beginning
Learn and build projects with pure JavaScript (No frameworks or libraries)
Requirements
Basic HTML / CSS knowledge
Description
This is a front to back JavaScript course for absolutely everybody. We start with the basic fundamentals and work our way to advanced programming WITHOUT relying on frameworks or libraries at all. You will learn a ton of pure JavaScript, whether you are a beginner or an established JS programmer. There is something for everyone… [Read more…]

.Net & Java 2017, Beginner, JavaScript, Modern

Frontend Masters-Data Structures and Algorithms in JavaScript

07/01/2018 Learning for Life Leave a Comment

Frontend Masters-Data Structures and Algorithms in JavaScript
English | Size: 4.34 GB
Category: Tutorial


Immerse yourself in a course tailored for engineers comfortable with JavaScript, but wanting to better understand the data structures and algorithms necessary to ace job interviews and build better software. Learn topics like recursion, stacks & queues, sorting algorithms, trees, linked lists, Binary Search Trees, Graphs, & Hash Tables, Big-O and Breadth-First and Depth-First Search all in one place! This course is your key to understanding some of the most common data structures and algorithms in Computer Science while reinforcing JavaScript programming techniques. Master these concepts and you can approach your next job interview or coding challenge with confidence! [Read more…]

Database & SQL Algorithms, Data, Frontend Masters, JavaScript, Structures

Kyle Simpson – [Frontend Masters] – Functional-Light JavaScript, v2

24/12/2017 Learning for Life Leave a Comment

Kyle Simpson – [Frontend Masters] – Functional-Light JavaScript, v2
English | Size: 1.43 GB
Category: Comp: Web Development


Learn the fundamentals of functional programming in javascript in this (updated, version 2) of the course with Kyle Simpson — Author of “You Don’t Know JS” book series — to write more flexible and effective code. Kyle covers the core of functional javascript with concepts like pure functions, .map() .reduce() .filter(), recursion and function composition. Plus go even deeper with advanced functional programming concepts like fusion, transducing and monads! This course is for experienced javascript developers who want to learn how to employ more trustworthy and verifiable code, plus enhance readability of that code. [Read more…]

WEB/HTML/CSS/AJAX Frontend, Functional-Light, JavaScript, Kyle Simpson, Masters

Packt Publishing – JavaScript Choice Made Easy – Angular v. React v. Vue

13/12/2017 Learning for Life Leave a Comment

Packt Publishing – JavaScript Choice Made Easy – Angular v. React v. Vue
English | Size: 1.36 GB
Category: CBTs


Jump right into an adventure and gain massive, practical knowledge about three key players on the JavaScript framework market! You’ll get a close look at each tool while creating three unique applications! Find out the strengths and weaknesses of each approach to building an application. At the end, you’ll be able to choose your own path based on your own experience derived from following this course. [Read more…]

.Net & Java Angular, Choice, JavaScript, Made Easy, Packt Publishing

Forward – Server-side JavaScript with Node.js

08/12/2017 Learning for Life Leave a Comment

Forward – Server-side JavaScript with Node.js
English | Size: 3.79 GB
Category: CBTs


Join Azat Mardan, Manning and Apress author, as he takes you through the wonderful world of server-side JavaScript with Node.JS.

Server-side JavaScript with Node.js
Azat Mardan
Workshop Date: 04/07/16 [Read more…]

.Net & Java Forward, JavaScript, Node.js, Server-side

Forward – Object Oriented Programming with JavaScript

08/12/2017 Learning for Life Leave a Comment

Forward – Object Oriented Programming with JavaScript
English | Size: 566.67 MB
Category: CBTs


Unlike quite a few other languages, JavaScript does not have any built in support for Object Oriented Programming, so in this workshop we’ll see how to use functions and objects to mimic the behavior of a traditional object oriented language. We’ll start with an overview of the keyword this, call,apply and bind, and then focus on the new keyword which is the foundation for writing object oriented JavaScript. We’ll see a few inheritance patterns and their drawbacks and discuss composition as well. There will be a few exercises to practice on and we’ll even re-implement some of the built in functionality to JavaScript! [Read more…]

.Net & Java Forward, JavaScript, Object, Oriented, Programming

Packt Publishing – JavaScript from Beginner to Expert

12/11/2017 Learning for Life Leave a Comment

Packt Publishing – JavaScript from Beginner to Expert
English | Size: 2.96 GB
Category: Tutorial


The total length of the JavaScript course is over 12 hours! You will learn theory and you will also gain lots of practice. During the course, I will explain to you how to write real-life applications, like galleries with thumbnails, image sliders, etc.
[Read more…]

.Net & Java Beginner, Expert, JavaScript, Packt Publishing

JavaScript The Hard Parts

01/10/2017 Learning for Life Leave a Comment

JavaScript The Hard Parts
English | Size: 14.76 GB
Category: Tutorial


In JavaScript the Hard Parts you balance developing ‘under-the-hood’ mental models of how the challenging concept works with diving into coding challenges – giving you the capacity to effortlessly navigate through any new problems.
We start with callbacks and higher order functions. These functions like map, reduce and filter are powerful tools and keep our code DRY but can be complex to navigate. We will learn to diagram through even the most complex higher order functions and callback scenarios so you can build your own higher order functions from scratch
Next we move to closure – probably the most misunderstood feature of JavaScript yet one of the most powerful. By introducing the execution context and variable environment, we’ll be able to understand classic closure functions like once, memorize and even password-protected functions. [Read more…]

.Net & Java JavaScript, The Hard Parts

WintellectNOW – Modules in JavaScript

26/09/2017 Learning for Life Leave a Comment

WintellectNOW – Modules in JavaScript
English | Size: 376.23 MB
Category: Tutorial


Description
Take a deep dive into modules in JavaScript and ES2015 and learn what they are as well as how to work with them. Includes coverage of CommonJS, module importing and exporting, and transpilers such as Babel and TypeScript.
[Read more…]

.Net & Java JavaScript, Modules, WintellectNow

WintellectNOW – JavaScript The Future

26/09/2017 Learning for Life Leave a Comment

WintellectNOW – JavaScript The Future
English | Size: 382.09 MB
Category: Tutorial


Description
Learn what the future holds for JavaScript, and how you can take advantage of some of its most useful and exciting forthcoming features today using transpilers.
[Read more…]

.Net & Java JavaScript, The Future, WintellectNow

  • « Previous Page
  • 1
  • …
  • 82
  • 83
  • 84
  • 85
  • 86
  • …
  • 97
  • Next Page »
  • The Foundry Nuke 16.0v2 [Win]
  • Chaos Vantage 2.8.0
  • FXPHD – DOP217 – pimp my lenses
  • Brass-TENOKE
  • Udemy – Complete Python With DSA Bootcamp + LEETCODE Exercises

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

2019 2020 2021 2022 2023 2024 Advanced AWS Azure BBC Beginners BitBook BOOKWARE Certified Cisco Cloud Comic Complete Course Data Design eBook Fundamentals Guide Hybrid iLEARN Introduction JavaScript Learn Learning LinkedIn Linux Lynda Masterclass Microsoft Packt Pluralsight Programming Python Security Skillshare Training Udemy Using XQZT

Copyright © 2025 · Equilibre on Genesis Framework · WordPress · Log in