Cache
Web DevelopmentTemporary storage of frequently used data so apps respond faster and hit the database or network less often. Caching is a core performance technique for web and mobile products.
CDN
Cloud & DevOpsContent Delivery Network — a global network of servers that serve images, scripts, and pages from locations close to users. CDNs improve speed and reliability worldwide.
Related: Cloud & DevOpsCI/CD
Cloud & DevOpsContinuous Integration and Continuous Delivery/Deployment — automated testing and release pipelines that ship code safely and often, reducing manual release risk.
Related: Cloud & DevOpsCloud Computing
Cloud & DevOpsRunning applications and infrastructure on remote providers (AWS, GCP, Azure, Vercel, etc.) instead of on-premise servers — for scale, reliability, and flexible cost.
Related: Cloud & DevOpsCMS
Web DevelopmentContent Management System — software that lets teams publish and update site content without shipping code for every change. Examples include headless CMS platforms and traditional site builders.
Related: CMS DevelopmentComponent Library
DesignA reusable set of UI building blocks (buttons, inputs, cards) shared across a product. Libraries keep interfaces consistent and speed up design-to-engineering handoff.
Related: UX/UI DesignContainer
Cloud & DevOpsA lightweight package of an app and its dependencies (often Docker) that runs the same way in development, staging, and production — improving consistency and deploy reliability.
Related: Cloud & DevOpsConversion Rate
SEO & GrowthThe percentage of visitors who complete a desired action — signup, purchase, demo request. Product, design, and messaging all influence conversion.
Cookie
Web DevelopmentA small piece of data a site stores in the browser — used for sessions, preferences, and analytics. Privacy laws regulate how cookies are disclosed and consented to.
CRUD
Backend & APIsCreate, Read, Update, Delete — the four basic operations most apps perform on data. Almost every admin panel and content tool is built around CRUD flows.
CSS
Web DevelopmentCascading Style Sheets — the language that styles web layouts: typography, color, spacing, motion, and responsive behavior across screen sizes.
Related: Web & Mobile Apps