Skip to content
Singhak
  • Home
  • Tech
    • Javascript
    • Python
    • QnA
    • TipsnTricks
    • Automation
  • Blog
  • Submit Guest Post
  • About me
    • Contact Us
    • Privacy Policy
  • Toggle website search
Menu Close
  • Home
  • Tech
    • Javascript
    • Python
    • QnA
    • TipsnTricks
    • Automation
  • Blog
  • Submit Guest Post
  • About me
    • Contact Us
    • Privacy Policy
  • Toggle website search

Author: ANIL SINGH

This author has written 141 articles
  1. Home>
  2. ANIL SINGH>
  3. Page 6
Read more about the article Convert xlxs/xlx to JSON in node js
TipsnTricks

Convert xlxs/xlx to JSON in node js

In many scenario we want to convert our xls sheet to json to process the data. Here we are going to do this with the help on one node module…

0 Comments
20th June 2022
Read more about the article Add createdAt and updatedAt in mongoose schema using timstamps | Mongoose Timestamp
Database / MongoDB / TipsnTricks

Add createdAt and updatedAt in mongoose schema using timstamps | Mongoose Timestamp

Mongoose schemas support a timestamps option. If you set timestamps: true, Mongoose will add two properties of type Date to your schema: createdAt: a date representing when this document was createdupdatedAt: a date representing when…

0 Comments
13th June 2022
Read more about the article Async/Await Function with loop in javascript | Async/Await with loop
Javascript / Tech / TipsnTricks

Async/Await Function with loop in javascript | Async/Await with loop

We need to perform some operation on array elements within async and await function. But using forEach loop is a bad choice. We achieve same with the following approach. 1.…

0 Comments
18th April 2022
Read more about the article Difference Between == and === in JavaScript with example
Javascript / Tech

Difference Between == and === in JavaScript with example

The == operator will compare for equality after doing any necessary type conversions. The === operator will not do the conversion, so if two values are not the same type === will simply return false. Both are equally quick. For…

0 Comments
4th April 2022
Read more about the article Unhandled promise rejection warning node js
Javascript / Tech

Unhandled promise rejection warning node js

This means that a promise you called rejected, but there was no catch used to handle the error. Add a catch after the offending then to handle this properly. The origin of this error lies in…

0 Comments
28th March 2022
Read more about the article Different ways to remove duplicates from array javascript
Javascript / Tech

Different ways to remove duplicates from array javascript

In this post, we will learn various methods to remove duplicates from an array using JavaScript methods. 1. Using Set: As we know that a Set is a collection of…

0 Comments
21st March 2022
Read more about the article Binary to Decimal and Decimal to Binary in JavaScript
Coding / Javascript / Tech

Binary to Decimal and Decimal to Binary in JavaScript

Decimal to Binary: /* Convert 13 to binary: Division by 2 Quotient Remainder Bit # ---------------------------------------- 13/2 6 1 0 6/2 3 0 1 3/2 1 1 2 1/2 0…

0 Comments
14th March 2022
Read more about the article Debouncing and Throttling in JavaScript and implementation
Javascript / Tech

Debouncing and Throttling in JavaScript and implementation

Debouncing and throttling are techniques in JavaScript to optimize the application and browser performance. These are programming concept not provided by JavaScript directly. Debouncing & Throttling Debouncing: Debouncing is the…

0 Comments
7th March 2022
  • Go to the previous page
  • 1
  • …
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 18
  • Go to the next page

Buy Me a Coffee

Follow Us

Join Telegram Channel

Categories

Archives

Subscribe

Recent Posts

  • 🚀 Understanding call(), bind(), and apply() Like a 5th Grader!
  • dirname and filename in nodejs es6 module
  • An import declaration can only be used at the top level of a module
  • 🚀 export vs export default in JavaScript Modules
  • 🚀 Understanding Prototype in JavaScript

Menu

  • Home
  • Submit Post
  • Privacy Policy
  • About me
  • Guest Post Submission
  • Contact Us
Support Me

Buy Me a Coffee

Copyright 2021 - Singhak
pixel