* Cantinho Satkeys

Refresh History
  • FELISCUNHA: dgtgtr   49E09B4F  e bom fim de semana   4tj97u<z
    15 de Fevereiro de 2025, 16:34
  • j.s.: tenham um excelente fim de semana  49E09B4F
    14 de Fevereiro de 2025, 17:06
  • j.s.: dgtgtr a todos  4tj97u<z
    14 de Fevereiro de 2025, 17:06
  • FELISCUNHA: ghyt74  pessoal   49E09B4F
    14 de Fevereiro de 2025, 11:24
  • cereal killa: ghyt74 pessoal  classic
    14 de Fevereiro de 2025, 10:08
  • JPratas: try65hytr Pessoal  classic k7y8j0 h7ft6l
    14 de Fevereiro de 2025, 03:52
  • JPratas: dgtgtr A Todos  4tj97u<z k7y8j0 yu7gh8
    13 de Fevereiro de 2025, 18:08
  • FELISCUNHA: ghyt74  pessoal   49E09B4F
    13 de Fevereiro de 2025, 11:32
  • j.s.: try65hytr a todos  4tj97u<z
    12 de Fevereiro de 2025, 21:00
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana  4tj97u<z
    08 de Fevereiro de 2025, 11:36
  • j.s.: tenham um excelente fim de semana  43e5r6 49E09B4F
    07 de Fevereiro de 2025, 20:23
  • j.s.: try65hytr a todos  4tj97u<z
    07 de Fevereiro de 2025, 20:23
  • FELISCUNHA: ghyt74  pessoal   49E09B4F
    07 de Fevereiro de 2025, 11:24
  • JPratas: try65hytr A Todos  4tj97u<z classic k7y8j0
    07 de Fevereiro de 2025, 04:15
  • j.s.: dgtgtr a todos  49E09B4F
    06 de Fevereiro de 2025, 14:24
  • FELISCUNHA: ghyt74  pessoal   49E09B4F
    05 de Fevereiro de 2025, 11:33
  • JPratas: try65hytr Pessoal  4tj97u<z classic k7y8j0
    05 de Fevereiro de 2025, 02:35
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana   4tj97u<z
    01 de Fevereiro de 2025, 11:59
  • j.s.: tenham um excelente fim de semana  49E09B4F
    31 de Janeiro de 2025, 21:20
  • j.s.: try65hytr a todos  4tj97u<z
    31 de Janeiro de 2025, 21:20

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

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

Offline mitsumi

  • Moderador Global
  • ***
  • Mensagens: 118061
  • 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