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

More than Blogging

Read more about the article What is pure function ? Pure function in JavaScript
Javascript / Tech

What is pure function ? Pure function in JavaScript

Pure functions are the atomic building blocks in functional programming. They are adored for their simplicity and testability. A pure function is a deterministic function. This means when a same input…

0 Comments
28th February 2022
Read more about the article Java Exception Handling Interview questions [Part – 3]
QnA / Tech

Java Exception Handling Interview questions [Part – 3]

In the series of core java Interview question and answer this is part-3. You can other parts also: Core Java interview question-answer [part – 1]Core java Interview questions on Coding…

0 Comments
21st February 2022
Read more about the article Core java Interview questions on Coding Standards [part-2]
QnA / Tech

Core java Interview questions on Coding Standards [part-2]

In the series of core java Interview question and answer this is part-2. You can other parts also: Core Java interview question-answer [part – 1]Java Exception Handling Interview questions [Part…

0 Comments
14th February 2022
Read more about the article Core Java interview question-answer [part – 1]
QnA

Core Java interview question-answer [part – 1]

In the series of core java Interview question and answer this is part-1. You can other parts also: Core java Interview questions on Coding Standards [part-2]Java Exception Handling Interview questions…

0 Comments
7th February 2022
Read more about the article MongoParseError: options usecreateindex, usefindandmodify are not supported
Database / MongoDB

MongoParseError: options usecreateindex, usefindandmodify are not supported

The error is because of the new version of the mongoose i.e version 6.0.6. useNewUrlParser, useUnifiedTopology, useFindAndModify, and useCreateIndex are no longer supported options. Mongoose 6 always behaves as if useNewUrlParser, useUnifiedTopology, and useCreateIndex are true, and useFindAndModify is false. Please remove…

0 Comments
31st January 2022
Read more about the article Get unique object from array of object | unique object in array
Javascript / Tech / TipsnTricks

Get unique object from array of object | unique object in array

If we have array of object and we want to find unique object from the array then it become tedious if we are not using/want any external library. Let try…

0 Comments
24th January 2022
Read more about the article Warning: browser application depends on CommonJS modules | CommonJS or AMD dependencies can cause optimization bailouts.
Angular / Tech / TipsnTricks

Warning: browser application depends on CommonJS modules | CommonJS or AMD dependencies can cause optimization bailouts.

When we used some js base module than angular gives us warning like: CommonJS or AMD dependencies can cause optimization bailouts. To disable these warnings, add the CommonJS module name…

0 Comments
17th January 2022
Read more about the article substring using slice in JavaScript | last character of string in JavaScript | substring vs slice
Javascript / Tech / TipsnTricks

substring using slice in JavaScript | last character of string in JavaScript | substring vs slice

The JavaScript has substring() method returns the part of the string between the start and end indexes, or to the end of the string. But slice() also another way to get substring from…

0 Comments
10th January 2022
  • Go to the previous page
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • …
  • 17
  • Go to the next page

Buy Me a Coffee

Join fb group

Follow on Instagram

Join Telegram Channel

Categories

Archives

Subscribe

Recent Posts

  • Remove a property from a JavaScript object?
  • Deep cloning of Object in JavaScript | Object Deep Copy
  • Remove specific item from array in JavaScript
  • Output based JavaScript interview questions
  • JavaScript coding interview question

Menu

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

Buy Me a Coffee

Copyright 2021 - Singhak
pixel