Friday, October 14, 2022

Mongodb Insert Document Query

Insert Documents:


db.post.insert(
[ 
 { 
 title: "MongoDB Overview", 
 description: "MongoDB is no SQL database", 
 by: "tutorials point", 
 url: "http://www.tutorialspoint.com", 
 tags: ["mongodb", "database", "NoSQL"], 
 likes: 100 
 }, 
 {
 title: "NoSQL Database", 
 description: "NoSQL database doesn't have tables", 
 by: "tutorials point", 
 url: "http://www.tutorialspoint.com", 
 tags: ["mongodb", "database", "NoSQL"], 
 likes: 20, 
 comments: 
[ 
 { 
     user:"user1", 
     message: "My first comment", 
     dateCreated: new Date(2013,11,10,2,35),
     like: 0 
 } 
 ] 
} 
])



Friday, May 6, 2022

Javascript spreadsheets

https://js.libhunt.com/handsontable-alternatives https://jspreadsheets.com/

Sunday, September 6, 2020

How to Add Syntax Highlighter For Blogger

https://www.compromath.com/2017/02/adding-specific-code-syntax-highlighter.html https://github.com/googlearchive/code-prettify https://mothereff.in/html-entities