* Cantinho Satkeys

Refresh History
  • FELISCUNHA: ghyt74   :34rbzg9:  e bom natal  :13arvoresnatalmagiagifs:
    Hoje às 10:15
  • tgh12: mikrotik
    Hoje às 07:49
  • tgh12: Spanish for Beginners: Spanish from 0 to Conversational
    Hoje às 04:57
  • JPratas: try65hytr Pessoal  4tj97u<z
    Hoje às 03:03
  • m1957: Para toda a equipa e membros deste fórum, desejo um Natal feliz e que o novo ano de 2026, seja muito próspero a todos os níveis.
    Hoje às 00:47
  • FELISCUNHA: Bom dia pessoal   :34rbzg9:
    22 de Dezembro de 2025, 10:35
  • j.s.: :13arvoresnatalmagiagifs:
    21 de Dezembro de 2025, 19:01
  • j.s.: try65hytr a todos  :smiles_natal: :smiles_natal:
    21 de Dezembro de 2025, 19:01
  • FELISCUNHA: ghyt74  49E09B4F  e bom fim de semana  4tj97u<z
    20 de Dezembro de 2025, 11:20
  • JPratas: try65hytr Pessoal  2dgh8i k7y8j0 classic dgf64y
    19 de Dezembro de 2025, 05:26
  • cereal killa: ghyt74 e boa semana de chuva e frio  RGG45wj erfb57j
    15 de Dezembro de 2025, 11:26
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    14 de Dezembro de 2025, 09:28
  • j.s.: tenham um excelente fim de semana com muitas comprinhas  :13arvoresnatalmagiagifs: sdfgsdg
    13 de Dezembro de 2025, 14:58
  • j.s.: dgtgtr a todos  :smiles_natal:
    13 de Dezembro de 2025, 14:57
  • FELISCUNHA: dgtgtr   49E09B4F  e bom fim de semana   :34rbzg9:
    13 de Dezembro de 2025, 12:29
  • JPratas: try65hytr Pessoal  4tj97u<z 2dgh8i classic bve567o+
    12 de Dezembro de 2025, 05:34
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    07 de Dezembro de 2025, 11:23
  • j.s.: tenham um excelente domingo :smiles_natal:
    06 de Dezembro de 2025, 23:36
  • j.s.: try65hytr a todos :13arvoresnatalmagiagifs:
    06 de Dezembro de 2025, 23:36
  • FELISCUNHA: ghyt74 pessoal  :34rbzg9:
    05 de Dezembro de 2025, 11:58

Autor Tópico: Master JavaScript with Node.js  (Lida 104 vezes)

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

Online mitsumi

  • Sub-Administrador
  • ****
  • Mensagens: 129146
  • Karma: +0/-0
Master JavaScript with Node.js
« em: 19 de Novembro de 2022, 08:47 »


Published 11/2022
Created by Dezlearn Education
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 74 Lectures ( 5h 57m ) | Size: 2.36 GB
JavaScript for Developers and WebDriverIO, Cypress Automation Testers

What you'll learn
JavaScript with NodeJS. You will learn JS programming through practical sessions.
New to coding? No worries. This course covers coding from scratch.
Ideal for Developers and Test Automation Aspirants
Hands-on Exercises with Instructor Support
In-depth understanding of basic & advanced JavaScript concepts
Learn Object Oriented JS
Advanced NodeJS Programming
Instructor Guidance and Query Resolution Support
Data Structures and Algorithms
Ideal course for manual testers aspiring to switch to Cypress, WebDriverIO Automation
Requirements
No prior coding experience required. Anyone willing to learn coding can take this course.
Description
JavaScript is one of the most popular programming languages in today's world. When JavaScript was designed, it was mostly used for client side web development. But, after the introduction of NodeJS JavaScript can also be used for server side programming. So, just by learning JavaScript you can become a full stack developer. Also, some of the very popular test automation solutions like Cypress and WebDriverIO are based on JavaScript. Whether you want to become a JavaScript Developer or Test Automation Engineer this course is for you.You don't have to have any prior programming skills to take this course. I've covered all the concepts from very basic to advance levels. We'll do lots of hand-on exercises and assignments during the course.This course is divided in 2 parts. In the first part, we'll begin with understanding the JavaScript syntax. We'll do some programming with strings, conditional statements, loops, arrays, functions, classes and objects etc. And once we become friends with JavaScript then we'll deep dive into the advanced concepts like Prototypes, Constructors, Arrow Functions, Asynchronous programming, Callbacks , promises and much more.This is going to be a practice oriented learning and my team and I will available here to help you resolve any queries that you may encounter during your learning.All the Best and Happy Learning!Course Outline:Getting StartedInstalling NodeJSInstalling Visual Studio CodeWhat is NPM?Creating package.json FileAdding Extensions in VS CodeJavaScript FundamentalsWriting First JS ProgramVariables in JSConstants in JSConcept of 'undefined' and 'null'Arithmetic Operators in JSEquality Operators in JSLogical and Comparison Operators in JSBitwise Operators in JSConditional Statements & Loops'if' Conditional StatementsSwitch Case'for' Loop'while' LoopNested LoopsPrograming with Loop 'break' & 'continue'Flexible 'if block' Value TypeString OperationsString BasicsConcept of 'index' and 'length'Finding Position of SubstringSearching in String using 'includes'Searching at Begin and End of StringExtracting Value from String using 'substr'Extracting Value from String using 'slice'Extracting Characters from StringReplacing String CharactersString SearchMatching RegEx in StringString SplitConcluding StringsFunctionsWhat is a Function?How does JS Function Return Value?Flexibility of Function Arguments in JSSetting Default Values for Function ArgumentsFunction Expressions in JSConcluding Function BasicsJavaScript Object BasicsHow to Create Objects in JS?Dot '.' vs Bracket '[]' NotationCreate Functions inside ObjectConcept of 'this' KeywordAdd/Update/Delete Object PropertiesNested ObjectsConcluding Object Basics'for...in' Loop on ObjectsPrograming with Arrays in JSJavaScript ArrayArray Basic OperationsArray SearchCommonly Used Array Operations'for...of' Loop on Arrays'for...each' Loop on ArraysConcluding JavaScript ArraysJavaScript Advanced ObjectsCreating Objects using FunctionObject Constructor in JSCreating Objects using InstanceFlexible Constructor ArgumentsCalling Constructor Without 'new' KeywordCalling Function using 'call'Concluding Advanced ObjectsJavaScript PrototypesWhat is a Prototype?JavaScript Function PrototypeNull Prototype ObjectPrototype of Objects Created by Same ConstructorConstructor Prototype UsagePrototypal InheritanceConcluding PrototypesJavaScript 'Class'How to Create Class in JS?Creating Methods in JS ClassMethod ChainingInheritanceConcept of 'super' ConstructorConcluding JS Class
Who this course is for
Anyone aspiring to learn to coding
Developers and Test Automation Professionals
Cypress Automation Aspirants
WebDriverIO Automation Aspirants
Automation Test Engineers

Download link

rapidgator.net:
Citar
https://rapidgator.net/file/dc062738b4e3a43e763a9d35b78b2eb5/nxizf.Master.JavaScript.with.Node.js.part1.rar.html
https://rapidgator.net/file/9817148a55d968c408330ca536959305/nxizf.Master.JavaScript.with.Node.js.part2.rar.html
https://rapidgator.net/file/957db53e44f3d732ef62ab02cdce5adc/nxizf.Master.JavaScript.with.Node.js.part3.rar.html

uploadgig.com:
Citar
https://uploadgig.com/file/download/Aa111bdd36A0eeC0/nxizf.Master.JavaScript.with.Node.js.part1.rar
https://uploadgig.com/file/download/6cD6bE67a98bc668/nxizf.Master.JavaScript.with.Node.js.part2.rar
https://uploadgig.com/file/download/a9510d77b75916C0/nxizf.Master.JavaScript.with.Node.js.part3.rar

nitroflare.com:
Citar
https://nitroflare.com/view/85F7946993D4994/nxizf.Master.JavaScript.with.Node.js.part1.rar
https://nitroflare.com/view/D042C9F91E6EC19/nxizf.Master.JavaScript.with.Node.js.part2.rar
https://nitroflare.com/view/DB7C7DB304BDA20/nxizf.Master.JavaScript.with.Node.js.part3.rar

1dl.net:
Citar
https://1dl.net/bujoixo1b25a/nxizf.Master.JavaScript.with.Node.js.part1.rar.html
https://1dl.net/dlvirulnhwxz/nxizf.Master.JavaScript.with.Node.js.part2.rar.html
https://1dl.net/ea2et7k3umyb/nxizf.Master.JavaScript.with.Node.js.part3.rar.html