6:00
How Key value Stores Work (Redis, DynamoDB, Memcached)?
We just launched the all-in-one tech interview prep platform, covering coding, system design, OOD, and machine learning.
6:25
Mastering Java Maps: Understanding Key-Value Data Structures + Common Pitfalls Explained
The Map Interface is one of the most important parts of the Java Collections Framework. From user accounts and product catalogs ...
47:53
Building a Key Value Database in Java - Part 1
Ashwanth Kumar - The Generalist
This is a series where we attempt to build a KV store from scratch and learn along the way what it takes to build a toy database ...
31:27
Java Key-Value Data Structures: Crack the Coding Interview - Live #17
The Key-Value data structure, most famously represented by Java's HashMap, is a secret weapon in any developer's toolkit.
6:14
Key Value DataBase using Java Properties : Tutorial 1
These tutorials describe a very simple way to store your application settings to a Key-Value database using a special class called ...
2:44
The Key-Value Databases by Ben Engber: When Using Key Value Databases Is Good Design
In this video, Ben Engber gives a great introduction to document databases. Ben is the CEO of http://www.thumbtack.net which is a ...
6:50
Key Value DataBase using Java Properties : Tutorial 3 Final
These tutorials describe a very simple way to store your application settings to a Key-Value database using a special class called ...
14:21
Time Based Key Value Store | Netflix Coding Question | Binary Search
Follow along as I implement the popular LeetCode question Time Based Key Value Store. This is a hashmap and binary search ...
8:16
Key Value DataBase using Java Properties : Tutorial 2
These tutorials describe a very simple way to store your application settings to a Key-Value database using a special class called ...
9:43
5 Primary Key Mappings Every Developer Should Know with JPA & Hibernate
Today I will talk about 5 Primary Key Mappings you should know while working with JPA and Hibernate. You will learn how to ...
14:59
Design a Key-Value data store | Highly Availability Design
Design a Key-Value data store | Highly Availability Design 0:00 Intro 1:14 Thought process for the high level design 2:23 Write ...
18:15
Key Value Datastore Design | Low Level Design in Java | System Design Interview Preparation
Design and Build Key Value Datastore from Scratch in Java! In this comprehensive Low Level Design tutorial, we'll solve the Key ...
4:46
Key Value DataBase using Java Properties : Tutorial 4 Separator Advice
These tutorials describe a very simple way to store your application settings to a Key-Value database using a special class called ...
56:23
Database as a Value • Rich Hickey • GOTO 2012
GOTOcon #GOTO #Programming #SoftwareEngineering #RichHickey TIMECODES 0:00 Introduction 0:07 What is Datomic?
2:09
Storing Key-Value Pairs in Properties File Using Java | Java properties | Java Tutorial
Welcome to our Java tutorial series! In this video, we'll learn how to store key-value pairs in a properties file using Java. Properties ...
50:16
Join us for JavaOne 2026. Sign up now to get ongoing updates https://go.oracle.com/LP=149517 As multi-model databases like ...
18:44
Map in Java — Key Value Storage, Hashing, Ordering, and Real World Lookups
Java Maps Explained | HashMap vs LinkedHashMap vs TreeMap (With Real Examples)** In this video I break down one of the ...
6:31
Design Key-Value Store - (Part-I)
This is the first video on designing our "Key-Value Store". It is also one of the popular questions which is generally asked in ...
22:06
Time Based Key Value Store (LeetCode 981) | Using Map and composite structure
Actual problem on LeetCode: https://leetcode.com/problems/time-based-key-value-store/description/ Chapters: 00:00 - Intro 00:44 ...