Skip to content

mySoftKey

  • Home
  • java
    • jee
    • Webservices
    • design pattern
    • servlet
    • jsp
  • NOSQL
    • mongodb
    • cassandra
    • elastic
    • OrientDB
    • redis
    • spark
  • Spring
  • Hibernate
  • Misc
    • data structure algorithm
    • architecture
    • linux
    • Data Storage
    • data analytics
    • Security
    • digital payment
    • SQL
    • poetry
  • Tutorials
    • MongoDB Videos
  • Contact Us
    • about-us
    • Privacy Policy

How to configure yum in linux(Redhat)

By Shakti Yadav / linux / 1 Comment

How to configure yum in Linux. In any version 4 and above it will work. Login from root or superuser user in Linux. Go to /etc/yum.repos.d directory where all repository files are available.

Comparable vs Comparator in Java

By Ranjeet Jha / java / 1 Comment

Learn Comparable vs Comparator in Java. Both java.lang.Comparable and java.util.Comparator are used to sort the list of Java custom objects in natural and custom sorting respectively.

How to Sort Objects Using Comparator in Java

By Ranjeet Jha / java / 1 Comment

Learn how to sort objects using comparator in Java. Example of sorting on Java.util.Date, String, integer property on asc and desc order. There are different approach to sort a list of object or List of Custom object in java.

How to Sort List of Objects Using Comparable in Java?

By Ranjeet Jha / java / 1 Comment

Learn how to sort list of objects using comparable in Java, step by step example of sorting using comaprable, why sorting required, use case of sorting, etc.

How to Revoke Privileges from any role in MongoDB?

By Ranjeet Jha / mongodb / Leave a Comment

This article is about revoke privileges in MongoDB using db.revokePrivilegesFromRole and grant privileges in MongoDB using db.grantPrivilegesToRole.

Sorting of Stack in Java

By Ranjeet Jha / data structure algorithm / Leave a Comment

Learn sorting of stack in Java. Java example to sort elements in stack. I have used built-in Stack from java.util.Stack. Sorting of Integer value of java.util.Stack.

How to Check Balancing of Symbol using Stack in Java

By Ranjeet Jha / data structure algorithm / 3 Comments

Balance parentheses using stack in java. How to Check Balancing of Symbol (parentheses) in a mathematical expression using Stack in Java example.

How to Implement Fixed Size Stack in Java

By Ranjeet Jha / data structure algorithm / Leave a Comment

Learn, how to implement fixed size Stack in Java. Implementation of ADT type of data structure Stack. Fixed size array based implementation.

Data Structure: What is Stack ?

By Ranjeet Jha / data structure algorithm / Leave a Comment

Learn what is Stack Data Structure? Stack is a simple data structure used for storing similar type. push() and pop() operation is largely used in Stack datastructure.

How to Migrate users from MONGODB-CR to SCRAM-SHA-1?

By Ranjeet Jha / mongodb / Leave a Comment

How to migrate users from MONGODB-CR to SCRAM-SHA-1 , when you upgrade mongoDB from version less than or equal to 2.6 to higher. Step by step to migrate user to authenticate to new one.

Posts navigation

← Previous Page 1 … 14 15 16 … 28 Next Page →

Recent Posts

  • 7 Steps of Building right application
  • How to create SessionFactory in Hibernate?
  • How-to know 64-bit or 32-bit OS of Window
  • 3 default database in MongoDB
  • mongoDB-essentials
  • My First Poem “Silence”
  • What is Document in MongoDB?

Popular Post

  • How to do zip and unzip file in Ubuntu Linux?
  • How to use forEach Loop in mongoDB to manipulate document
  • Difference Between DOM and SAX parser in java
  • 4 phases of SSL protocol
  • GRASP Design Principles

Tags

algorithms (10) annotation (3) architecture (4) auth (3) big data (4) cassandra (10) collection framework (11) core java (22) data storage (12) datastructure (6) design pattern (20) digital payment (3) dom (5) elastic (6) faq (6) hashmap (4) hibernate (10) installation (9) interview (21) java (52) javaee (4) javaWebservice (9) jax-rs (10) JAX-WS (7) jaxb (8) jdbc (3) JEE (5) jersey (10) linux (19) maven (3) mongoDB (51) mongodbSecurity (4) nosql (22) orm (7) replicaset (3) rest (4) security (7) sorting (3) spring (7) thread (4) tutorials (3) webservice (4) webservices (11) xml (12) xml parser (3)