Node University
Latest Episodes
I'm FOREVER Closing NEW Signups on NodeU - Last Chance to Enroll
I will keep open Node University open only for the next several weeks. I'll be closing ALL NEW SIGNUPS in January 2019 forever. I have enough paid students. I provide one-on-one Slack support to members. I guarantee quality and access. There would be no n
SL 40: Programmer vs. Software Developer vs. Software Engineer vs. Coder
Learn about important differences between categories of software, technology and IT professionals.
SL 39: Const vs. Let vs. Var in Node.js and JavaScript
Learn about the differences between Const vs. Let vs. Var in Node.js and JavaScript and why use one over the others.
SL 38: Atom vs. VS Code vs. Webstorm
Learn my recommendations and the differences between the best Node editors: Atom, VS Code and Webstorm.
SL 37: Callbacks vs. Promises vs. Generators vs. Async Functions in Node and JavaScript
Learn the difference between Callbacks vs. Promises vs. Generators vs. Async Functions in Node and JavaScript and why what I recommend for Node developers.
SL 36: Events in Node
Learn about events (observer pattern) in Node and why NO new styles can compare, i.e., promises or generators or async function would never do what events can do for Node coding.
SL 35: Born vs Self-made Programmers
Are programmers born or self-made? Learn the truth and why you might want to think one versus the other depending on your situation and career to help yourself and be more successful.
SL 34: shrinkwrap vs. package-lock vs. package.json in Node and npm
Learn about dependency management with three npm and Node.js files and why one of them is better: shrinkwrap.json vs. package-lock.json vs. package.json in Node and npm.
SL 33: Three Ways to Create Functions in Node and JavaScript (Named vs. Anonymous vs. Fat Arrow)
Learn about three ways to create functions in Node.js and their differences: named, anonymous and fat arrow functions.