Node modules intro - Node.js Basics [08] - Java Brains

  Рет қаралды 23,442

Java Brains

Java Brains

Күн бұрын

Пікірлер: 30
@sourabhsahu961
@sourabhsahu961 4 жыл бұрын
Thank you 😊, as already requested I would like to learn ReactJs from you .there are too many materials available in KZbin but no other can beat you .....
@johnkarki3
@johnkarki3 4 жыл бұрын
We are so blessed to have a instructor like you🙏🙏🙏.
@vivekberlia8582
@vivekberlia8582 4 жыл бұрын
Thanks koushik, Very informative video
@HadiAriakia
@HadiAriakia 4 жыл бұрын
I truly like how you present technical stuffs :). Awesome job mate.
@digvijaypatil5358
@digvijaypatil5358 4 жыл бұрын
Thanks for clearing way towards using Node.js
@ramvadapu
@ramvadapu 4 жыл бұрын
Hi Koushik - You are amazingly awesome in explaining the concepts! Thank you!
@adityaranjanmohanty5980
@adityaranjanmohanty5980 4 жыл бұрын
Everytime i watch your video, I just love it😍😍. Eagerly waiting for the next video.
@promohican8222
@promohican8222 2 жыл бұрын
Great explanation
@vikashranjanjha2649
@vikashranjanjha2649 4 жыл бұрын
amazing tutorial, never show such nice explanations.
@amreenfatemasurani6851
@amreenfatemasurani6851 4 жыл бұрын
Could we get tutorial series on Design Patterns in java. and how to decide which pattern to apply?
@chandrababu133
@chandrababu133 4 жыл бұрын
I love your videos. Waiting for more contents in this node.js
@ganeshshetty8441
@ganeshshetty8441 3 жыл бұрын
Can u give a small example where the main thread is blocked ?
@harshilparmar9076
@harshilparmar9076 4 жыл бұрын
Sir, If I use the module to import/export in-browser javascript file. It throwing cors error. Why? It is just normal javascript file not even requesting to any server. Can you explain? Thanks
@shredder_plays
@shredder_plays 4 жыл бұрын
please do put a project too in the list after you cover basics.
@varunshrivastava683
@varunshrivastava683 4 жыл бұрын
Can we use ES6 syntax in Node.js ? What about Typescript ?
@TheInfamousAlpha
@TheInfamousAlpha 4 жыл бұрын
left it on a cliff hanger
@DeepakGupta-hj2dv
@DeepakGupta-hj2dv 4 жыл бұрын
Please make on series microservices..microservices using for developer?
@sourabhsahu961
@sourabhsahu961 4 жыл бұрын
Yes +1 for this
@DeepakGupta-hj2dv
@DeepakGupta-hj2dv 4 жыл бұрын
amazing explanation..😊
@deshpande7336
@deshpande7336 4 жыл бұрын
Great video!
@elmokhliss4852
@elmokhliss4852 4 жыл бұрын
Thanks
@abidzai1285
@abidzai1285 4 жыл бұрын
please do a project with node js after basics cover.
@sreenivaspadala9683
@sreenivaspadala9683 4 жыл бұрын
Hi Koushik we need Reactjs course from you.
@stryyker9
@stryyker9 4 жыл бұрын
what if you also added "require first.js" in add.js ; would it go into a loop ?
@alpersonmez804
@alpersonmez804 4 жыл бұрын
No
@Rajuvadarevu
@Rajuvadarevu 4 жыл бұрын
Test: If first.js is requiring add.js and add.js is requiring first.js Case1: node first.js When node interpreter will execute require('./first.js') in add.js, an Unfinished Copy of first.js exports object will be returned to add.js and add.js will execute completely and execution will return to first.js Case2: node add.js When node interpreter will execute require('./add.js') in first.js, an Unfinished Copy of add.js exports object will be returned to first.js and first.js will execute completely and execution will return to add.js To confirm, I used below snippets: first.js: var add = require('./add.js'); var testFirst = "first"; console.log(add); module.exports = testFirst; add.js: var first = require('./first.js'); var testAdd = "add"; console.log(first) module.exports = testAdd; Output: node first.js: {} add //first.js exports got ignored -- Unfinished Copy node add.js: {} first //add.js exports got ignored -- Unfinished Copy
@Harindervir46
@Harindervir46 4 жыл бұрын
pls sir post the videos daily
@anilgola5879
@anilgola5879 4 жыл бұрын
explanations are great but lectures are coming very slowly.
@DeepakGupta-hj2dv
@DeepakGupta-hj2dv 4 жыл бұрын
Please fast upload
@kumarvishalben
@kumarvishalben 4 жыл бұрын
What happens in modules, lives in modules.😄. 🙃 until unless you export it. 😁
The Singing Challenge #joker #Harriet Quinn
00:35
佐助与鸣人
Рет қаралды 39 МЛН
The IMPOSSIBLE Puzzle..
00:55
Stokes Twins
Рет қаралды 148 МЛН
Do NOT Learn Kubernetes Without Knowing These Concepts...
13:01
Travis Media
Рет қаралды 322 М.
Writing user input to file - Node.js Basics [11] - Java Brains
11:42
What is JWT? JSON Web Tokens Explained (Java Brains)
14:53
Java Brains
Рет қаралды 1 МЛН
Using the Node REPL - Node.js Basics [05] - Java Brains
6:37
Java Brains
Рет қаралды 32 М.
Node.js Tutorial - 19 - Path Module
12:48
Codevolution
Рет қаралды 54 М.
What is Node.js - Node.js Basics [02] - Java Brains
11:48
Java Brains
Рет қаралды 70 М.
16.17: Inheritance in JavaScript - Topics of JavaScript/ES6
17:47
The Coding Train
Рет қаралды 79 М.
The Singing Challenge #joker #Harriet Quinn
00:35
佐助与鸣人
Рет қаралды 39 МЛН