Python – find most repeated element in a list

Problem statement: To find out the most repeated element element in a list using Python. Or in other words, to extract the most frequent element in the…

Python Iterate a list : Sample Problem

Iteration is a key concept and it represents to do a specific task repeatedly. Iterations can be executed based on certain conditions. We can implement iterations in…

MongoDB Replication multiple AWS EC2 instances

MongoDB Replication on multiple AWS EC2 instances : Step by Step Guide

An overview In this blog post on MongoDB Replication on multiple AWS EC2 instances : Step by Step Guide, you will find the details about what and…

MongoDB Schema Design Best Practices - Complete Details

MongoDB Schema Design Best Practices

Do you believe that knowing about the MongoDB schema design best practices will make any difference in performance improvement and making the development easier and quicker. I’ve…