Sorting and setting limit in MongoDB using Python

By Shailesh Bhimanpelli

Hello programmer, today we are going to take a look at sorting the collection in ascending and descending order. We will also take a look at the limit method in MongoDB. Until now .... Read More

Delete and Drop method in MongoDB using Python

By Shailesh Bhimanpelli

Hello programmers, here we are going to take a look at how to delete documents from the collection along with that we will also take a look at how to drop a collection in MongoDB u.... Read More

Unmodifiable Collection in Java

By Sushmit Vawal

Hello guys! So in this tutorial, we will learn about the unmodifiable collection in Java. Table of contents: Introduction. Method Syntax Example Explanation of code Conclusion Unmo.... Read More

Count number of distinct subsequences in Javascript

By Siddharth Saurav

Hello programmers, In this article we are going to solve a very interesting dynamic programming problem which is also asked in many JavaScript coding interviews. The problem statem.... Read More

Unicode() and encode() function in Python with examples

By Chaithanya Pranav Sai

In this tutorial, we are going to learn about what is Unicode strings and how to use encode() function for error handling in Python and look after some examples. Description of Uni.... Read More

Map, Filter, Reduce in JavaScript Explained

By Siddharth Saurav

Hello programmers, In this article, you will learn about JavaScript array methods that were introduced in ES5. These are map(), filter(), reduce(). After the introduction of these .... Read More

Geometric transformations of Image in Python

By Aditi Deo

Geometric transformations of images are used to transform the image by changing its size, position or orientation. It has many applications in the fields of Machine Learning and Im.... Read More

Usage of module.exports in Node.js

By Siddharth Saurav

Hello programmers. In this article, you will learn about the purpose and usage of module.exports in Node.js. module.exports is actually a property of the module object. It helps to.... Read More