Results for "maps"
5 results found

How Google Maps Knows There Is Traffic Ahead
The red line on your route isn't from sensors on the road — it's built from the anonymized speed of everyone else's phone
Google Maps doesn't use road sensors for most of its traffic data — it's crowdsourced from the anonymized speed and position of millions of phones running Maps.

How to Prepare for a Technical Interview: A Step-by-Step Guide for Freshers
A four-week plan for what to practice, in what order, and how to actually answer under pressure
A structured four-week plan for technical interview prep, plus the non-technical habits — going silent while thinking, not asking clarifying questions — that quietly cost freshers offers.

How Database Indexes Work — Why the Same Query Can Take 2ms or 8 Seconds
The phone book analogy that actually explains it, and how to find the problem with EXPLAIN
The same query on the same table can take milliseconds or seconds depending entirely on whether the database has an index to use. Here's what an index does, and when adding one hurts more than it helps.

How Your Phone Knows Your Location Even With GPS Off
GPS is just one of at least four separate location systems running on your phone, and turning it off disables only one
Turning off GPS doesn't turn off location tracking — WiFi networks, cell towers, and Bluetooth beacons can pinpoint you almost as accurately.

How Voice Assistants Actually Understand What You Are Saying
It's a three-stage relay race — turning sound into text, text into intent, and intent into an action — and each stage can fail independently
Siri and Google Assistant don't understand language directly — they convert speech to text, then guess your intent from that text, in two separate steps that can each go wrong.