Guides ยท Technology
Document Database Basics
Store flexible JSON
Document databases keep semi-structured JSON documents, indexed for queries; they suit evolving schemas but need thoughtful indexing and consistency settings.
- json
- collection
- index
- consistency
- aggregation
Model Docs
Embed related data where it belongs; avoid overly deep nesting.
Index
Create indexes for common queries; watch write overhead.
Plan Consistency
Choose read/write concerns; design for backups and growth.
Keep Exploring
Guides
API Basics
APIs let software request data or actions from other systems through defined endpoints and responses.
Comparison
RAM vs Storage
RAM handles what your device is actively working on, while storage keeps apps, files, and system data available over time.
How it works
Global Positioning System
GPS uses timing signals from satellites to calculate a receiver's position on Earth.
What it is
Blockchain
A blockchain is a distributed ledger secured by cryptography and consensus nodes.