1:Few
1:Few is defined as: of Data Relationship where one field can match a few values. Topics on: . Read more: JS, Nodejs, Node Stack, Mongo DB, Mongo DB Concepts, D
1:Few is defined as: of Data Relationship where one field can match a few values. Topics on: . Read more: JS, Nodejs, Node Stack, Mongo DB, Mongo DB Concepts, D
1:Many is defined as: one field map to many values Data Relationship. Topics on: 1:Few, 1:Ton. Read more: JS, Nodejs, Node Stack, Mongo DB, Mongo DB Concepts, D
appendFile() is defined as: fs Static Method to async append data to file. Topics on: . Read more: JS, Nodejs, Node Stack, Node API, Fs, Static Method, Async
appendFileSync() is defined as: fs Static Method to Sync append data to file. Topics on: . Read more: JS, Nodejs, Node Stack, Node API, Fs, Static Method, Sync
assert is defined as: Node.js Module to Unit Test validity of operations. Topics on: assert.equal(), assert.deepEqual(), assert.deepStrictEqual(), assert.strict
assert.deepEqual() is defined as: assert Static Method to deeply compare == nested objects. Topics on: . Read more: JS, Nodejs, Node Stack, Assert, Static Metho
assert.equal() is defined as: !legacy assert Static Method to test == loose equality. Topics on: assert.equal(Test Expression, Expected Value): AssertionError i
assert.throws() is defined as: assert Static Method to complain if Callback Function Parameter does not throw Exception. Topics on: . Read more: JS, Nodejs, Nod
AssertionError is defined as: Error thrown by assert Module for failure of assertion. Topics on: . Read more: JS, Nodejs, Node Stack, Assert, Error, Module|Wiki
axios is defined as: popular library to Data Fetch, when Fetch API was worse - now no longer needed?!. Topics on: axios async upload progress, Fetch API avail t
body-parser is defined as: Node.js Middleware Module to parse (URL/JSON-encoded) POST data. Topics on: . Read more: JS, Nodejs, Node Stack, Node Js, Middleware,
BSON is defined as: (format) MongoDB extends JSON to store types & length info. Topics on: BSON max limit of 16MB per Document. Read more: JS, Nodejs, Node Stac
child_process is defined as: Node API to spawn ChildProcess. Topics on: exec(), spawn(), ChildProcess. Read more: JS, Nodejs, Node Stack, Node API, Childprocess
ChildProcess is defined as: Spawned Child Process Instance. Topics on: . Read more: JS, Nodejs, Node Stack, Node API, Childprocess, Child Process, Instance|Wiki
Collection is defined as: MongoDB Table of Document. Topics on: Collection is parent structure to contain data entities. Read more: JS, Nodejs, Node Stack, Mong
cors is defined as: Node.js Module for CORS to open up API so accessible by other Domains. Topics on: cors called as function to return some Middleware. Read mo
createReadStream() is defined as: fs Static Method to create a Readable file stream. Topics on: . Read more: JS, Nodejs, Node Stack, Node API, Fs, Static Method
createServer() is defined as: http Static Method to create new HTTP Server. Topics on: . Read more: JS, Nodejs, Node Stack, Node API, Http, Static Method, HTTP
createWriteStream() is defined as: fs Static Method to create a Writable file stream. Topics on: . Read more: JS, Nodejs, Node Stack, Node API, Fs, Static Metho
Data Modelling is defined as: (process) to transform raw unstructured data (from real-world scenario) into structured logical data model in Database. Topics on:
Data Relationship is defined as: how data in one data entity (field/doc/etc) can relate to other entities. Topics on: 1:Many Data Relationship in MongoDB Relati
Denormalization is defined as: to embed data into each other as object of arrays inside BSON. Topics on: Denormalization can improve performance by make easier
Denormalization. Topics on: . Read more: JS, Nodejs, Node Stack, Mongo DB, Mongo DB Concepts, Data Modelling, Denormalization|FullStack Wiki by Roger J
Document is defined as: MongoDB Row of Collection Table, to contain data about entity. Topics on: . Read more: JS, Nodejs, Node Stack, Mongo DB, Mongo DB Concep
Duplex is defined as: stream = Writable & Readable. Topics on: . Read more: JS, Nodejs, Node Stack, Node API, Stream, Writable, Readable|FullStack Wiki by Roger
emitter. Topics on: . Read more: JS, Nodejs, Node Stack, Node API, Events, Event Emitter, Emitter|FullStack Wiki by Roger J
emitter.emit() is defined as: emitter Instance Method to fire custom event. Topics on: . Read more: JS, Nodejs, Node Stack, Node API, Events, Event Emitter, Ins
emitter.on() is defined as: emitter Static Method to wire up custom event. Topics on: . Read more: JS, Nodejs, Node Stack, Node API, Events, Event Emitter, Stat
ensureDirExists(). Topics on: . Read more: JS, Nodejs, Node Stack, Node API, Fs, Fs Extra|FullStack Wiki by Roger J
EventEmitter is defined as: class constructor to create emitter Instance. Topics on: emitter, emitter.on(), emitter.emit(), emitter.. Read more: JS, Nodejs, Nod
events is defined as: Node API for event API. Topics on: EventEmitter. Read more: JS, Nodejs, Node Stack, Node API, Events, API|FullStack Wiki by Roger J
exec() is defined as: child_process Static Method to spawn Shell & execute command. Topics on: . Read more: JS, Nodejs, Node Stack, Node API, Childprocess, Chil
existsSync() is defined as: fs Static Method to check Sync if path exists. Topics on: !deprecated exists() async version. Read more: JS, Nodejs, Node Stack, Nod
fs is defined as: Node API to interact with OS File System - always use fs-extra for async ops!. Topics on: readdir(), readdirSync(), readFile(), readFileSync(
fs-extra is defined as: Node Stack extends fs with Promise-based functions that cut down on Boilerplate. Topics on: ensureDirExists(). Read more: JS, Nodejs, No
http is defined as: Node API to create server with HTTP Network Protocol. Topics on: createServer(), request(). Read more: JS, Nodejs, Node Stack, Node API, Ht
httpster is defined as: Node DevTool to create simple HTTP Server. Topics on: . Read more: JS, Nodejs, Node Stack, Node Dev Tool, HTTP Server | Full-Stack Wiki
inherits() is defined as: util Static Method to set arg1 Object to inherit from arg2 object. Topics on: . Read more: JS, Nodejs, Node Stack, Node API, Util, Sta
Long Polling is defined as: (process) to Polling for longer before Request Timeout. Topics on: . Read more: JS, Nodejs, Node Stack, Web Sockets, Polling, Long P
mkdir() is defined as: fs Static Method to async make new dir. Topics on: . Read more: JS, Nodejs, Node Stack, Node API, Fs, Static Method, Async|FullStack Wiki
mkdirSync() is defined as: fs Static Method to Sync make new dir. Topics on: . Read more: JS, Nodejs, Node Stack, Node API, Fs, Static Method, Sync|web-Dev Wiki
MongoDB is defined as: BaaS NoSQL Database where each Database consists of 1+ Collection in BSON. Topics on: MongoDB Concepts, MongoDB API, MongoDB Setup. Read
MongoDB API. Topics on: MongoDB Atlas, MongoDB CLI, MongoDB Compass, MongoDB Charts, MongoDB Mobile, MongoDB Server. Read more: JS, Nodejs, Node Stack, Mongo DB
MongoDB Atlas is defined as: MongoDB cloud service host on AWS/Azure/GCP. Topics on: . Read more: JS, Nodejs, Node Stack, Mongo DB, Mongo DB API, Mongo DB Atlas
MongoDB CLI is defined as: can CRUD on Database via CLI to create/query/update/delete docs from terminal - but maybe simpler to just use compass instead?!. Topi
MongoDB Community Server. Topics on: Install as Service to run in background. Read more: JS, Nodejs, Node Stack, Mongo DB, Mongo DB Setup | FullStack Wiki by RJ
MongoDB Compass is defined as: MongoDB GUI to CRUD/validate/index/etc. Topics on: Connect to Host, Insert Document. Read more: JS, Nodejs, Node Stack, Mongo DB,
MongoDB Concepts. Topics on: Collection, Document, BSON, Document-based DB, Denormalization, No Schema, MongoDB is FOSS under SSPL License, Document Schema, Per
MongoDB Setup. Topics on: MongoDB Community Server, default server runs from C, add mongodb dir path to windows system variables, run mongod.exe from CLI to sta
Node API is defined as: core Node.js internal Module built-in with Node.js. Topics on: Non-Blocking, Low-Level, http, https, path, util, readline, v8, events, c
Node Stack. Topics on: Node API, cors, body-parser, assert, browserify, axios, npkill, ws, socket.io, WebSockets, Mongoose, MongoDB, nodemon, node-inspector, ht
nodemon is defined as: Node DevTool to monitor & recompile changes in code. Topics on: . Read more: JS, Nodejs, Node Stack, Node Dev Tool | FullStack Wiki by RJ
Normalization. Topics on: . Read more: JS, Nodejs, Node Stack, Mongo DB, Mongo DB Concepts, Data Modelling, Normalization|FullStack Wiki by Roger J
path is defined as: Node API for tools to work with paths. Topics on: basename(), path.join. Read more: JS, Nodejs, Node Stack, Node API, Path | Full-Stack Wiki
Polling is defined as: (process) to send GET HTTP Request to check Server State change. Topics on: Long Polling, Request Timeout. Read more: JS, Nodejs, Node St
Readable is defined as: stream type to read data. Topics on: loads data as chunks & concatenates back to one. Read more: JS, Nodejs, Node Stack, Node API, Strea
readdir() is defined as: fs Static Method to async read dir content. Topics on: . Read more: JS, Nodejs, Node Stack, Node API, Fs, Static Method, Async|Dev Wiki
readdirSync() is defined as: fs Static Method to Sync read dir content. Topics on: !snippet chain unlinkSync() forEach readdirSync(). Read more: JS, Nodejs, Nod
readFile() is defined as: fs Static Method to async read contents of file. Topics on: . Read more: JS, Nodejs, Node Stack, Node API, Fs, Static Method, Async
readFileSync() is defined as: fs Static Method to Sync read file content. Topics on: . Read more: JS, Nodejs, Node Stack, Node API, Fs, Static Method, Sync|Wiki
readline is defined as: Node API to prompt user input via terminal. Topics on: . Read more: JS, Nodejs, Node Stack, Node API|FullStack Wiki by Roger J
Referencing. Topics on: Types of Referencing. Read more: JS, Nodejs, Node Stack, Mongo DB, Mongo DB Concepts, Data Modelling|FullStack Wiki by Roger J
rename() is defined as: fs Static Method to async rename file (to new path). Topics on: . Read more: JS, Nodejs, Node Stack, Node API, Fs, Static Method, Async
renameSync() is defined as: fs Static Method to Sync rename file. Topics on: . Read more: JS, Nodejs, Node Stack, Node API, Fs, Static Method, Sync|web-Dev Wiki
Request Timeout is defined as: (process) to let Polling HTTP Request timeout when no Server State change. Topics on: . Read more: JS, Nodejs, Node Stack, Web So
request() is defined as: http Static Method to make a HTTP Request. Topics on: . Read more: JS, Nodejs, Node Stack, Node API, Http, Request, Static Method, HTTP
rmdir() is defined as: fs Static Method to async remove dir. Topics on: . Read more: JS, Nodejs, Node Stack, Node API, Fs, Static Method, Async | FullStack Wiki
rmdirSync() is defined as: fs Static Method to Sync remove dir. Topics on: . Read more: JS, Nodejs, Node Stack, Node API, Fs, Static Method, Sync|FullStack Wiki
socket.io is defined as: Node.js Module to build WebSockets with built-in Server/Client & fallback Long Polling. Topics on: . Read more: JS, Nodejs, Node Stack,
spawn() is defined as: child_process Static Method to spawn new ChildProcess. Topics on: . Read more: JS, Nodejs, Node Stack, Node API, Childprocess, Child Proc
stream is defined as: Node API & Interface to stream data as Chunks (vs all at once). Topics on: Writable, Readable, Duplex, Transform, stream.on('data', chunk⇒
to Build Web Socket Server. Topics on: TCP Socket Server, HTTP Proxy. Read more: JS, Nodejs, Node Stack, Web Sockets|FullStack Wiki by Roger J
unlink() is defined as: fs Static Method to async remove file/Symbolic Link. Topics on: call fs.unlink() via try...catch block to handle possible error. Read mo
unlinkSync() is defined as: fs Static Method to Sync remove file/Symbolic Link. Topics on: . Read more: JS, Nodejs, Node Stack, Node API, Fs, Static Method, Syn
util is defined as: Node API to provide utility functions. Topics on: util.log(), inherits(), util.promisfy(). Read more: JS, Nodejs, Node Stack, Node API, Util
v8 is defined as: Node API for V8 JS Engine. Topics on: getHeapStatistics(). Read more: JS, Nodejs, Node Stack, Node API, V 8, JS Engine|FullStack Wiki by Roger
WebSocket is defined as: Interface Object & Constructor Function to access WebSockets API. Topics on: Websocket Event. Read more: JS, Nodejs, Node Stack, Web So
Websocket Event is defined as: Event from websocket can be listened to via addEventListener(). Topics on: open, close, error, message. Read more: JS, Nodejs, No
WebSockets is defined as: Web API to open 2-way Client/Server connection, to push update vs Polling. Topics on: use own Protocol to send/receive message from TC
Writable is defined as: stream type to write data. Topics on: . Read more: JS, Nodejs, Node Stack, Node API, Stream, Writable|FullStack Wiki by Roger J
writeFile() is defined as: fs Static Method to async write data to file. Topics on: . Read more: JS, Nodejs, Node Stack, Node API, Fs, Static Method, Async
writeFileSync() is defined as: fs Static Method to Sync write data to file. Topics on: . Read more: JS, Nodejs, Node Stack, Node API, Fs, Static Method, Sync