Vocabulary Words Flashcards
API
Application Programming Interface: enables two different programs to communicate with each other by making some parts of the website code available to developers
Adaptive Design
The way in which a website is built determines how it appears on different devices.
Bootstrap
is a free, open-source frontend framework for designing websites and web apps
Backend
means working on server-side software, which focuses on everything you can’t see on a website. Back-end developers ensure the website performs correctly, focusing on databases, back-end logic, application programming interface (APIs), architecture, and servers.
Browser
A web browser is the software used to access the internet and display web pages
CSS
Cascading Style Sheets: it is a markup language responsible for the visual elements of a website
Cache
temporary storage space for data
Domain Name
It’s the address that users type into the browser in order to view a website
Frontend
front-end developer builds the front-end portion of websites and web applications—that is, the part that users actually see and interact with.
Full-stack
works across all three layers: frontend, backend, and database layer
GIT
Git is a version control system where developers can store and manage their code
HTML
Hypertext Markup Language: it’s a computer language used to create websites
HTTP
Hypertext Transfer Protocol: is used to transfer data across the internet. HTTP sends the data (say, a HTML document or an image) from an HTTP server program (a web server) to an HTTP client program (a web browser).
Information Architecture
is the practice of organizing complex information in a clear and logical way. In terms of websites and apps, this means creating a user-friendly structure that makes it easy for the user to find their way around
PHP
Hypertext Preprocessor: is a self-referentially acronym for PHP: Hypertext Preprocessor. Original it supposedly meant personal home page. It is an open source, server-side, HTML embedded scripting language used to create dynamic Web pages