cd
/siː-diː/
noun — “the magical command that teleports you around the filesystem.”
cd stands for “change directory” and is a fundamental command in UNIX, Linux, macOS, and Windows command-line interfaces. It allows users to navigate the file system by moving from the current working directory to another location, either by specifying a relative path or an absolute path. cd is often used alongside pwd, ls, and scripting operations to streamline workflows, file management, and automation.
Global Navigation Satellite System
/dʒiː ɛn ɛs ɛs/
noun — "satellites guiding your position anywhere on Earth."
Inertial Measurement Units
/aɪ ɛm ˈjuː/
noun — "a sensor system that measures motion, orientation, and acceleration."
BeiDou
/beɪˈduː/
noun — "China’s GNSS constellation providing global positioning and timing."
Galileo
/ɡəˈliːoʊ/
noun — "Europe’s global navigation satellite system for precise positioning and timing."
GLObal Navigation Satellite System
/ˈɡloʊnæs/
noun — "a satellite navigation system that provides global positioning from Russian orbiters."
Global Positioning System
/ˌdʒiː piː ˈɛs/
noun — "satellites that tell you exactly where you are anywhere on Earth."
React-Router
/riˈækt ˈruːtər/
n. “Maps your components to the URL without breaking a sweat.”
React Router is a declarative routing library for React, allowing developers to build single-page applications (SPAs) with multiple views that respond to changes in the URL. Unlike traditional page reloads, React Router enables seamless navigation while keeping the application state intact.