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

data storage – know about your Solid State Disk (SSD)

ranjeet / Data Storage / Leave a Comment

SSD: Solid State Disk drive gaining popularity nowadays. It has a different name as flash memory, SSD, solid state drive, solid state disk.

data storage – know about your Solid State Disk (SSD) Read More »

data storage – know about your Hard Disk Drive (HDD)

ranjeet / Data Storage / 2 Comments

Hard disk drive or hard disk or disk are same terminology which we used day-to-day basis. This is one of the frequently used storage media for data storage.

data storage – know about your Hard Disk Drive (HDD) Read More »

data storage – different form of storage media

Ranjeet Jha / Data Storage / 1 Comment

Data storage device is disk, solid-state and tape storages are all different forms of persistence storage and non-volatile storage or secondary data storage methods.

data storage – different form of storage media Read More »

data storage – know about first disk

ranjeet / Data Storage / 1 Comment

IBM RAMAC 350 hard disk is the IBM first disk drive developed in 1956 by IBM in commercial disk. Disk Drive for data stored evolved very fast pace.

data storage – know about first disk Read More »

MongoDB get data size and get index size of a database

Ranjeet Jha / mongodb / Leave a Comment

Learn commands in MongoDB get data size of database and storage size of database using db.stats(). MongoDB get index size and index storage size of a database using db.stats(), different aspects of it so learn step by step.

MongoDB get data size and get index size of a database Read More »

Linux – grep command usage

Ranjeet Jha / linux / Leave a Comment

The grep command is used to search the pattern or pattern of words or characters in a file(s) or folder, and pull those lines to display on the terminal.

Linux – grep command usage Read More »

What is Machine Learning?

Ranjeet Jha / Misc / Leave a Comment

What is Machine Learning? This is one of the popular niche technology in data science, the AI (Artificial Inteligence) branch.

What is Machine Learning? Read More »

Hibernate – native SQL query example

Ranjeet Jha / Hibernate / Leave a Comment

How to execute native query in Hibernate Java when relationship not established. In this Hibernate native SQL query, you learn how to execute query in Hibernate Java.

Hibernate – native SQL query example Read More »

Hibernate Query Language (HQL) with CRUD example

Ranjeet Jha / Hibernate / 5 Comments

In this Hibernate Query Language example, you learn CRUD operations using HQL, Hibernate CRUD example using session.createQuery(hql).

Hibernate Query Language (HQL) with CRUD example Read More »

Hibernate – many-to-one relationship example

Ranjeet Jha / Hibernate / Leave a Comment

Hibernate many to one example using XML, many-to-one is the type of relationship in Hibernate. This is child to parent relationship where many children can belong to one parent.

Hibernate – many-to-one relationship example Read More »

← Previous 1 … 6 7 8 … 28 Next →