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

More than Blogging

Read more about the article 5 Different ways to compress image using python script.
Python / QnA / Tech

5 Different ways to compress image using python script.

Using high quality image make our website slow and give an unpleasant experience to the user. SO, we can use python script to compress the image quality. Here some method…

0 Comments
27th February 2023
Read more about the article Make rest api call using https node module.
Javascript / Tech

Make rest api call using https node module.

REST (Representational State Transfer) is a popular architectural style for building web services. It allows clients to interact with a server using a simple set of commands, such as GET,…

0 Comments
20th February 2023
Read more about the article SQL JOINS in MongoDB with Examples
Database / MongoDB

SQL JOINS in MongoDB with Examples

MongoDB is a popular NoSQL database that stores data in a document-based format. Unlike traditional SQL databases, MongoDB does not support the use of JOINS to combine data from multiple…

0 Comments
13th February 2023
Read more about the article 8 ways to check JavaScript Object empty or not
Javascript / Tech

8 ways to check JavaScript Object empty or not

JavaScript objects are a fundamental data structure in any web application. One of the common tasks when working with objects is to check if an object is empty or not.…

0 Comments
6th February 2023
Read more about the article Check variable is a Date Object or not in JavaScript
Javascript / Tech

Check variable is a Date Object or not in JavaScript

We can check that a given variable is a date object or not. To check this, we have various approaches. Let check one by one. Solution 1: It will work…

0 Comments
30th January 2023
Read more about the article How to Update Multiple Array Elements in mongodb
Database / MongoDB

How to Update Multiple Array Elements in mongodb

Suppose we have collection of documents having array and we want to update document having array on the basis of some condition. Insert document in movies collection db.movies.insertMany([ { title:…

0 Comments
23rd January 2023
Read more about the article mongo.exe not installed in Version 6.0.0+ | mongo not a recognize an internal or external command
Database / MongoDB

mongo.exe not installed in Version 6.0.0+ | mongo not a recognize an internal or external command

The legacy mongo shell is no longer included in server packages as of MongoDB 6.0. mongo has been superseded by the new MongoDB Shell (mongosh) which is available separately: Download and Install mongosh The MongoDB Compass admin…

0 Comments
16th January 2023
Read more about the article Check string is date or not in JavaScript
Javascript / Tech

Check string is date or not in JavaScript

To check a string value is a date, there are many ways to do that. But problem occur when string is a number, since a number can be converted into…

0 Comments
9th January 2023
  • Go to the previous page
  • 1
  • …
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 25
  • 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