Javascript Tips

Advance JavaScript Runtime Reference : Namaste 🙏 JavaScript Lydia Hallie Object Clone Secrets 1. Here “z” property will not display //Object clone secrets //copy/deep clone

DOM

<div id=”page”> <h1 id=”header”>TO DO LIST</h1> <ul> <h2>DataFlair’s JavaScript Tutorial</h2><DataFlair’s> <li id=”one” class=”mandatory”>Learning the concepts</li> <li id=”two” class=”mandatory”>Practising the codes</li> <li id=”three”>Taking quizzes</li> <li id=”four”>Solving

Links

Mongoose Aggregate How To Create An Aggregation Pipeline In MongoDB MongoDB Knowledge Base – objectrocket – Chat App, React App – objectrocket w3resource – Operators

Git Tips

0. Remove a git commit which has not been pushed First checkout your branch (for my case master branch): git checkout master Then reset to

OS Commands

Windows Command * To remove a directory, including all nested files and subdirectories, just use the /s flag: # rmdir /s Subfolder # rmdir <directory

Multi Threading

Take Advantage of Node.js Cluster and Child Processes with PM2, RabbitMQ, Redis and Nginx Good practices for high-performance and scalable Node.js applications [Part 1,2,3] Good

1 5 6 7 8 9 35