Tutorial by Topics: ode

Node.js uses streams to handle incoming data. Quoting from the docs, A stream is an abstract interface for working with streaming data in Node.js. The stream module provides a base API that makes it easy to build objects that implement the stream interface. To handle in request body of a PO...
Though Node has many framework to help you getting your server up and running, mainly: Express: The most used framework Total: The ALL-IN-ONE UNITY framework, that have everything and do not depend on any other framework or module. But, there is always no one size fits all, so developer may nee...
ES6, ECMAScript 6 or ES2015 is the latest specification for JavaScript which introduces some syntactic sugar to the language. It's a big update to the language and introduces a lot of new features More details on Node and ES6 can be found on their site https://nodejs.org/en/docs/es6/
Virtual Directory / Nested Application with Views Pitfall If you're going to be using Express to render views using a View Engine, you'll need to pass the virtualDirPath value in to your views `res.render('index', { virtualDirPath: virtualDirPath });` The reason for doing this is to make yo...
:[range]sor[t][!] [b][f][i][n][o][r][u][x] [/{pattern}/] Note: Options [n][f][x][o][b] are mutually exclusive. See sorting in the vim manual for the canonical explanation
What is UTF-8? UTF-8 is an encoding, which is variable-length and uses 8-bit code units - that's why UTF-8. In the internet UTF-8 is dominant encoding (before 2008 ASCII was, ehich also can handle any Unicode code point.). Is UTF-8 the same as Unicode? "Unicode" isn't an encoding - i...
QRCodeReaderView Zxing

Page 7 of 15