* Cantinho Satkeys

Refresh History
  • j.s.: dgtgtr a todos  4tj97u<z
    07 de Julho de 2025, 13:50
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    06 de Julho de 2025, 11:43
  • j.s.: [link]
    05 de Julho de 2025, 16:31
  • j.s.: dgtgtr a todos  4tj97u<z
    05 de Julho de 2025, 16:31
  • j.s.: h7t45 ao convidado de Honra batatinha pela sua ajuda
    05 de Julho de 2025, 16:30
  • FELISCUNHA: ghyt74  pessoal   4tj97u<z
    04 de Julho de 2025, 11:58
  • JPratas: dgtgtr Pessoal  101041 Vamos Todos Ajudar na Manutenção do Forum, Basta 1 Euro a Cada Um  43e5r6
    03 de Julho de 2025, 19:02
  • cereal killa: Todos os anos e preciso sempre a pedir esmolas e um simples gesto de nem que seja 1€ que fosse dividido por alguns ajudava, uma coisa e certa mesmo continuando isto vai levar volta a como se tem acesso aos tópicos, nunca se quis implementar esta ideia mas quem não contribuir e basta 1 € por ano não terá acesso a sacar nada, vamos ver desenrolar disto mais ate dia 7,finalmente um agradecimento em nome do satkeys a quem já fez a sua doação, obrigada
    03 de Julho de 2025, 15:07
  • m1957: Por favor! Uma pequena ajuda, não deixem que o fórum ecerre. Obrigado!
    03 de Julho de 2025, 01:10
  • j.s.: [link]
    02 de Julho de 2025, 21:09
  • j.s.: h7t45 ao membro anónimo pela sua ajuda  49E09B4F
    02 de Julho de 2025, 21:09
  • j.s.: dgtgtr a todos  4tj97u<z
    01 de Julho de 2025, 17:18
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    29 de Junho de 2025, 11:59
  • m1957: Foi de boa vontade!
    28 de Junho de 2025, 00:39
  • j.s.: passem f.v. por aqui [link]    h7t45
    27 de Junho de 2025, 17:20
  • j.s.: renovamos o nosso pedido para uma pequena ajuda para pagemento  do nosso forum
    27 de Junho de 2025, 17:19
  • j.s.: h7t45 aos convidados de honra Felizcunha e M1957 pela ajuda
    27 de Junho de 2025, 17:15
  • j.s.: dgtgtr a todos  4tj97u<z
    27 de Junho de 2025, 17:13
  • FELISCUNHA: ghyt74  pessoal  4tj97u<z
    27 de Junho de 2025, 11:51
  • JPratas: try65hytr A Todos  classic k7y8j0
    27 de Junho de 2025, 04:35

Autor Tópico: Learn To Build Apps With Es6 - The Web Programmers Guide  (Lida 77 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Offline mitsumi

  • Sub-Administrador
  • ****
  • Mensagens: 121842
  • Karma: +0/-0
Learn To Build Apps With Es6 - The Web Programmers Guide
« em: 24 de Novembro de 2022, 12:23 »


Last updated 12/2018
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 826.46 MB | Duration: 4h 18m

A complete manual for web developers to start building apps with the latest version of JavaScript

What you'll learn
Learn the latest version of JavaScript
Master the new syntax
Learn the new underlying design principles of the ECMAScript
Learn to build a complete App along with the instructor
Requirements
Basic Knowledge of JavaScript and HTML
Description
Coding for browsers becomes a whole lot easier with latest version of the ECMAScript programming language. The most popular programming language gets a new version!
ECMA International finally introduced the latest version of JavaScript, dubbed the ES2015. ES2015 is the sixth edition of the language offering fancy new features over the preceding versions.
The latest versions brings with it much awaited changes such as new syntax for writing more complex applications, new modules, classes, iterators, loops, expressions, arrow functions, etc. It even includes new python-styled generators and generator expressions.
The idea behind the release of the new version is to simplify the process of creating more complex applications and websites, allowing for more futuristic technologies to take place now.
Itching to try out the latest version of JavaScript? Here's what you need - this course!
Our 'Learn To Build Apps With ECMAScript ES2015' course has been created in collaboration with an instructor that has over 12 years of experience coding for web side and client side scripts, including being an expert in JavaScript and all related technologies.
The course will break down all new features and syntax of the ECMAScript or ES2015, for short. It will cover concepts such as the fundamentals of JavaScript (standard on all JavaScript versions), Object-oriented programming, objects & classes, variables, arrays, loops, functions, modules, data flows, etc.
Additionally, you will also learn other related JavaScript technologies such as Node.JS, Data Flow, Babel/Traceur, etc.
The tutorial will start with the general fundamentals of ES2015, after which the student will be lead into understanding the features and concepts that the new version offers. After covering the features in detail, the student will then create a functional project using everything that they have learned.
You learn the latest version of JavaScript and everything related including history, background, declarations, classes, Let and Const, templates, strings, new methods, data structures, iterators, functions (generator functions, arrow functions), promises, and so much more. In addition to all of this, you will also build a complete project from scratch and learn how to use ES2015 in a practical setting.
So, let's get started on learning the future language of web development.
Overview
Section 1: Introduction
Lecture 1 Introduction
Section 2: Getting Started With ES2015
Lecture 2 Section Intro
Lecture 3 ECMAScript Overview
Lecture 4 Whats New In ES2015
Lecture 5 ES2015 Compatibility Part A
Lecture 6 ES2015 Compatibility Part B
Lecture 7 Core Environment Setup
Lecture 8 Compiling Code With Babel & Traceur Part A
Lecture 9 Compiling Code With Babel & Traceur Part B
Section 3: Declaration & Classes
Lecture 10 Section Intro
Lecture 11 Block Scope With let & const
Lecture 12 Destructuring Assignment
Lecture 13 ES2015 Classes
Lecture 14 Class Inheritance
Section 4: Templates & String Features
Lecture 15 Section Intro
Lecture 16 Default Params & Spread Operator
Lecture 17 Templates & New String Features
Lecture 18 New Number Features
Section 5: Data Structures & Iterators
Lecture 19 Section Intro
Lecture 20 Array.from Method
Lecture 21 find, findIndex and fill
Lecture 22 Set & Map
Lecture 23 WeakSet & WeakMap
Lecture 24 Iterators & For...of Loop
Section 6: Functions & Promises
Lecture 25 Section Intro
Lecture 26 Promises & Asynchronous Data
Lecture 27 Arrow Functions
Lecture 28 Generator Functions
Lecture 29 Modules
Section 7: AddressBook Project
Lecture 30 Project Intro
Lecture 31 Environment Setup With Gulp & Babel
Lecture 32 Create The UI
Lecture 33 Get & Display Contacts
Lecture 34 Adding Contacts
Lecture 35 Removing Contacts
Section 8: Course Summary
Lecture 36 Summary
Lecture 37 Bonus Lecture: More Interesting Stuff, Offers and Discounts
Students who want to learn the latest version of JavaScript will need this course


Download link

rapidgator.net:
Citar
https://rapidgator.net/file/73bcad2fd6db8fd84a5f90e0e6590b85/lmkkn.Learn.To.Build.Apps.With.Es6..The.Web.Programmers.Guide.rar.html

uploadgig.com:
Citar
https://uploadgig.com/file/download/08083c646bf929a1/lmkkn.Learn.To.Build.Apps.With.Es6..The.Web.Programmers.Guide.rar

nitroflare.com:
Citar
https://nitroflare.com/view/684D1B5552B93B2/lmkkn.Learn.To.Build.Apps.With.Es6..The.Web.Programmers.Guide.rar

1dl.net:
Citar
https://1dl.net/gq630ywmfhp0/lmkkn.Learn.To.Build.Apps.With.Es6..The.Web.Programmers.Guide.rar.html