Skip to content

Latest commit

 

History

History
96 lines (78 loc) · 8.17 KB

README.md

File metadata and controls

96 lines (78 loc) · 8.17 KB

links-about-node

Just a bunch of links related to Node.js and nodejs internals

Also checkout videos on links-about-web-programming

Preamble

You should be unhappy with code you wrote a year ago. If you aren't, that means either A) you haven't learned anything in a year, B) your code can't be improved, or C) you never revisit old code. All of these are the kiss of death for software developers. -- from Coding Horror

Why I'm The Best Programmer In The World

Learn Javascript basics

Node internals

Maybe, you should begin by reading What Hackers Learn That the Rest of Us Don't, specifically the section 2 if you "don't have time to read it all"

Advanced uses

Others

Unit testing

Debugging

Hardcore Debugging

The type of debugging you don't do for fun

Security

Use in production

Talks from companies