Node.js Tutorial for Beginners - 18 - Understanding app.js

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

i learn more here than all the university classes. thanks:)

giannizamora
Автор

You are an excellent teacher Buckey! This helped me more than my paid subscriptions...

fuze
Автор

Hi, could you tell me which recording software you use to this video ? it is looks wonderful ~ thank you : )

nikain
Автор

how does app.get('env') === 'development' get set (so the right error handler is called)?

billmccollam
Автор

Thanks bucky for lessons.. Are you using IntelliJ IDEA Ultimate?

venkateshgurram
Автор

So for some of us who cant afford intellij, whats an alternative to it? Im stuck because youre whole project was completely generated by the ide but some of us are stuck using sublime which does not create an entire project set up like yours.

AlexRodriguez-odkk
Автор

Am I missing something in the code or the development error handler is exactly the same as production?
A "default" which is changed by the time of this comment

cut-no-one
Автор

Thank you! Now I won't come in to my job on the first day looking like a fool

jdogwar
Автор

So we are using both, express.js and connect.js, plz notify me the differences if we are using both !!

abeautyqueenofonly
Автор

Can you do unity tutorials, because there aren't many good tutorials even for a program that popular.

alek
Автор

Is he calling us "howsy"? I was understanding "hostages" before...

nanquim
Автор

Having 2 blocks for error handing in production vs development is terrible. You can do it in one block like so
res.locals.error = req.app.get('env') === 'development' ? err : {};

TraceguyRune
Автор

Hi

I saw your tutorials on Node.js for Beginners.
Its very useful for me. Can you do a favor for me
and do a tutorial on connection to Node.js with MySQL Database.
Please it is urgent if you can . Thank You

riteshsingh