Tagged articles
5 articles
Page 1 of 1
AndroidPub
AndroidPub
Sep 22, 2025 · Mobile Development

Why EncryptedSharedPreferences Is Deprecated and What to Use Instead on Android

The article explains why Google deprecated EncryptedSharedPreferences and EncryptedFile, outlines the limitations of ESP, and guides developers on modern alternatives like Jetpack DataStore, Tink encryption library, and custom encrypted DataStore implementations for secure Android storage.

AndroidDataStoreEncryptedSharedPreferences
0 likes · 9 min read
Why EncryptedSharedPreferences Is Deprecated and What to Use Instead on Android
21CTO
21CTO
Jul 17, 2017 · Databases

Inside Uber’s Schemaless: Designing a Scalable MySQL‑Based Datastore

Uber built Schemaless, a MySQL‑backed, sharded JSON datastore with immutable cells, triggers, and secondary indexes, to overcome PostgreSQL limits and achieve linear scalability, high write throughput, reliable change notifications, and operational resilience for its ride‑hailing platform.

DataStoreScalableSchemaless
0 likes · 31 min read
Inside Uber’s Schemaless: Designing a Scalable MySQL‑Based Datastore
21CTO
21CTO
Apr 29, 2016 · Databases

How Uber Built Schemaless: A Scalable MySQL‑Based NoSQL Datastore

Uber’s Schemaless datastore, described in the Mezzanine project, replaces a single PostgreSQL node with a highly available, horizontally scalable MySQL‑backed key‑value store, detailing its architecture, data model, triggers, indexing, fault‑tolerance, and operational considerations for massive trip data.

DataStoreSchemalessTriggers
0 likes · 32 min read
How Uber Built Schemaless: A Scalable MySQL‑Based NoSQL Datastore
Architect
Architect
Jul 29, 2015 · Databases

Google App Engine Datastore: Usage, Architecture, and Implementation

This article explains how Google App Engine Datastore works from a programmer's perspective, covering its entity‑based data model, hierarchical structure, query capabilities, comparison with relational databases, and the underlying implementation built on BigTable including entities, indexes, transactions, and backup mechanisms.

BigtableDataStoreDatabase Architecture
0 likes · 10 min read
Google App Engine Datastore: Usage, Architecture, and Implementation