Tech Glossary

Software Terms Explained Simply

Plain-English explanations of technical concepts. No jargon, no confusion - just clear definitions you can actually understand.

Beginner
Intermediate
Advanced

163 terms found

A

B

C

Cache

A temporary storage that keeps copies of frequently accessed data for faster retrieval

Performance

Callback

A function that runs after another operation completes

Development

CDN

A network of servers around the world that stores copies of your content closer to users

Performance

CI/CD

Automated processes that test your code (Continuous Integration) and deploy it (Continuous Deployment) whenever you make changes

Deployment

CLI

Command Line Interface - a way to interact with software by typing text commands

Development

Client-Side

Code or processing that happens in the user's browser

Frontend

Cloud Computing

Using remote servers over the internet instead of your own computers

Infrastructure

Code Editor

A program designed specifically for writing and editing code

Development

Code Review

Having other developers examine your code changes before they're merged

Version Control

Commit

A saved snapshot of your code changes with a message describing what changed

Version Control

Compile

Converting code from one form to another, typically from human-readable to machine-executable

Development

Component

A reusable building block of a user interface that can be combined to create complex pages

Frontend

Container

A lightweight, isolated package containing an application and everything it needs to run

Infrastructure

Conversion Tracking

Measuring when users complete desired actions like purchases, signups, or downloads

Development

Cookie

A small piece of data stored in your browser that websites use to remember you

Security

Cron Job

A scheduled task that runs automatically at specific times or intervals

Backend

CRUD Operations

The four basic operations for managing data: Create, Read, Update, and Delete

Database

CSS

The language that controls how websites look, including colours, fonts, spacing, and layout

Frontend

D

M

P

R

S

S3

Amazon's popular cloud storage service for storing any amount of data

Infrastructure

SaaS

Software as a Service - applications you access online and pay for through subscriptions

Architecture

Sanitisation

Cleaning user input to remove potentially harmful content

Security

Scalability

Your application's ability to handle growth in users, data, or traffic

Architecture

Schema

A blueprint that defines the structure of your data, including fields and their types

Database

SDK

Software Development Kit - tools and libraries for working with a specific service or platform

Integration

SEO

Techniques to help your website appear higher in search engine results

Frontend

Server

A computer that runs continuously to handle requests, store data, and serve your application to users

Infrastructure

Server-Side

Code or processing that happens on the server before sending results to the browser

Backend

Serverless

A way to run code without managing your own servers, where the cloud provider handles everything

Infrastructure

Session

A way to remember information about a user while they're using your app

Security

Sitemap

A file that lists all the pages on your website to help search engines find and index them

Frontend

SQL

A language for communicating with databases, used to create, read, update, and delete data

Database

SSG (Static Site Generation)

Building all pages at deploy time rather than on each request

Architecture

SSL/TLS

Security technology that encrypts data sent between your website and your users

Security

SSR (Server-Side Rendering)

Generating web pages on the server for each request, then sending complete HTML to the browser

Architecture

Staging

A test environment that mirrors production for final testing before release

Deployment

State

Data that a component keeps track of and can change over time

Frontend

Static Site

A website with pre-built pages that are the same for every visitor

Architecture

Storage

Services that store files like images, documents, and videos in the cloud

Infrastructure

T

Ready to Put This Knowledge Into Practice?

Join buildDay Melbourne and learn to build real web applications using these concepts hands-on.