* 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: Master JavaScript with Node.js  (Lida 67 vezes)

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

Offline mitsumi

  • Sub-Administrador
  • ****
  • Mensagens: 121842
  • 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