Toggle navigation
Home
Quiz
Glossary
Resources
Application
An application, or "app" for short is a software program.
Backend
Usually composed of a server, an application, and a database, allowing the user to readily interact with the information stored in the website or application from the front-end
Back-end developer
A person who develops the functional logic and operations of the website or application that is indirectly accessed by the user
Boolean
A boolean is a data type used in programming. It is a binary variable, having two possible values called “true” and “false.”
Number
A data type used in programming. It is literally a number (LOL).
Bootstrap
HTML, CSS, javascript framework that you can use as a basis for creating web sites or web apps
Coding bootcamp
A short-term training program that teaches people the skills needed to begin a career in software development, and to meet the demand for adequately trained developers in the tech sector
CSS
(C-S-S)
Also known as Cascading Style Sheets, a style sheet language used for describing the presentation of a document written in a markup language
Database
An assortment of data that is organized to be easily accessed, managed and updated, and range from relational databases to cloud databases
Front end
Usually composed of web design and front end web development to enable the user to interact with the website or application
Front-end web developer
A person who develops what a user sees and how the user interacts with the website or application
Full stack developer
A person who is specialized in all aspects of software development from front end to back end
HTML
(H-T-M-L)
Hypertext Markup Language
JavaScript
An object-oriented computer programming language commonly used to create interactive effects within web browsers.
jQuery
A JavaScript Library
SQL
(si-quol or S-Q-L)
A language that enables users to manage data in relational database management systems most commonly used for its query function. Imagine a spreadsheet that is connected to other spreadsheets
String
A data type used in programming. You can think of it like an array of words
Variable
Remember x in algebra?
DOM
Document Object Model
Web App
A client–server software application in which the client (or user interface) runs in a web browser