Posted inCheatsheets Resources to learn (Regex) – Regular Expressions (Cheatsheet) Posted by By Sujay Kundu 29 March 2024 In this article, I am going to share some of the resources that you can…
Posted inJavascript DOM Traversal and Manipulation using Javascript Posted by By Sujay Kundu 29 March 2024 Before DOM manipulation, it’s important to understand How to traverse the DOM Traversing the DOM in…
Posted inMongodb Using $pull in Mongodb aggregation pipelines Posted by By Sujay Kundu 29 March 2024 Removing a value from existing array using $pull Suppose we have the following documents in…
Posted inJekyll Adding Real-Time Search To Jekyll Site using Algolia Posted by By Sujay Kundu 29 March 2024 How to add realtime search to your jekyll blog using jekyll-algolia. Checkout – Devlopr Jekyll – A…
Posted inJekyll Setting up Netlify CMS with Github-Pages Hosted Jekyll Site: Posted by By Sujay Kundu 29 March 2024 Lets face it, We have our beautiful Jekyll Site ready, but what if we want to ensure…
Posted inJekyll Deploy your jekyll blog using Github Pages and Travis CI Posted by By Sujay Kundu 29 March 2024 In this Guide, we are using Github Pages and Travis CI for deploying our blog.…
Posted inMongodb MongoDump, MongoRestore and MongoImport in MongoDB Posted by By Sujay Kundu 29 March 2024 If you use mongodb, you might have the challenge of taking data dump or importing…
Posted inNode Typescript Setting up a custom logger for node express typescript server Posted by By Sujay Kundu 29 March 2024 In the last tutorial, we learnt how to setup typescript to a node-express app. Let’s move further,…
Posted inTypescript Typescript – Using Types Posted by By Sujay Kundu 29 March 2024 Types in Typescript : number ( 1, 5.3, -10) string (“H1”, ‘Hi’) boolean (true, false) object {age:30} Array [1,2,3] –…
Posted inTypescript Typescript – Installing & Using Typescript Posted by By Sujay Kundu 29 March 2024 To get started with Typescript : To Download Typescript – https://typescriptlang.org We are going to install Node.js – https://nodejs.org After…