This language styles HTML pages and controls visual layout.
What is CSS?
This acronym stands for a set of rules that lets programs talk to each other.
What is API?
A basic visual layout used before designing the full UI.
What is wireframe?
The main goal of this business function is to help customers reach their desired outcomes.
What is customer success?
This command is used to build a Docker image from a Dockerfile.
What is docker build?
This JavaScript library is known for its virtual DOM and component based UI.
What is React?
This is the term for a unique identifier for each record in a database table.
What is a primary key?
This UX law states that people read in predictable patterns, which helps designers place elements effectively.
What is the F or Z pattern?
What is customer re-engagement?
This ensures Docker containers are automatically deleted after it stops.
What is --rm?
This accessibility focused HTML attribute provides screen readers with text descriptions for images.
What is alt?
This type of API architecture allows clients to ask for specific fields and avoid over fetching.
What is GraphQL?
This powerful feature lets you reuse buttons, headers, & etc across multiple frame.
What are Components?
This core concept of project management includes time, cost, and scope, and is often visualized as a triangle.
What is the triple constraint?
This human readable data format, often used in tools like Kubernetes and Ghostty, relies on indentation to represent structure and does NOT use quotation marks or commas by default.
What is YAML?
This CSS property controls whether an element will create a new stacking content?
What is position?
What is the circuit breaker pattern?
This method uses consistent spacing, alignment, and sizing to ensure visual rhythm and predictability?
What is a Design Grid?
This project management methodology divides projects into fixed phases, where each step must be completed before the next can begin, and going back is difficult.
What is waterfall?
This IP address is used when a web server is configured to listen on all available network interfaces, making it accessible from other devices on the same network.
What is 0.0.0.0?
This HTML attribute allows a script to run without blocking the HTML parser and also ensures order is not guaranteed.
What is async?
This strategy uses tokens instead of session IDs to maintain stateless authentication, but requires extra care with expiration and revocation.
What is JWT (Json Web Token) authentication?
This paradox occurs when too many feature are added over time, making the product harder to use.
What is feature creep or software bloat?
This is the often forgotten moment right after a deal closes, where success teams step in to welcome the customer, set expectations, and make sure everything’s in place for a strong start.
What is customer onboarding?
This is the range of ports a developer is trying to bind to when they receive a "Permission denied" error while starting a custom HTTP server on port 80 in Linux, because these ports are reserved for system processes and require elevated privileges.
What are privileged ports or well-known ports (0–1023)?