SaaSSoftware as a Service — web-based software sold by subscription. Examples: Slack, Shopify, HubSpot, Notion.SEOSearch Engine Optimization — the practice of improving a website's visibility in search engine results through technical, content, and authority-building strategies.SPASingle-Page Application — a web app that loads once and dynamically updates content without full page reloads. Built with React, Vue, or Angular.SQLStructured Query Language — the standard language for querying and managing relational databases like MySQL, PostgreSQL, and SQL Server.SSL/TLSSecurity protocols that encrypt data transmitted between browser and server. SSL certificates enable HTTPS. Free via Let's Encrypt.SSGStatic Site Generation — building all pages at build time as static HTML files. Fast, secure, and cheap to host. Used by Next.js, Astro, Hugo.SSRServer-Side Rendering — generating HTML on the server for each request. Better for SEO and initial load than client-side rendering.