Glossary

What is Configuration Management? — step-by-step DevOps tutorial on Progressive Robot

What is Configuration Management?

Configuration management is the process of handling changes to a system in a way that assures integrity over time, typically involving tools and processes that facilitate automation and observability. Even though this concept didn’t originate in the IT industry, the term is broadly used to refer to server configuration management. In the context of servers, configuration management is also commonly referred to as *IT Automation* or *Server Orchestration*.

Read more
What is LAMP? — step-by-step Web Servers tutorial on Progressive Robot

What is LAMP?

LAMP refers to a collection of open-source software that is commonly used together to serve web applications. The term LAMP is an acronym that represents the configuration of a Linux operating system with an Apache web server, with site data stored in a MySQL database and dynamic content processed by PHP.

Read more
What is Python? — step-by-step Python tutorial on Progressive Robot

What is Python?

Python is a flexible programming language that prioritizes the clarity and readability of code. A good choice for many software development use cases, Python is often used for scripting, automation, data analysis, [machine…

Read more
What is a Container? — step-by-step Docker tutorial on Progressive Robot

What is a Container?

A container is a minimalist, isolated user-space environment that runs at the operating system level and shares system resources with other instances. Containers are designed to provide a portable and consistent runtime environment for applications, while consuming less resources than a traditional server or virtual machine. This allows for an overall better use of computing resources in multi-component, distributed applications, and highly-available systems.

Read more
What is an API? — step-by-step DevOps tutorial on Progressive Robot

What is an API?

An application programming interface (API) is a set of routines, definitions, and protocols that allow developers to build application software. APIs abstract implementation and expose only necessary objects and actions to the developer. Within cloud computing, developers use APIs to manage servers and other resources, most often through conventional HTTP requests.

Read more
What is CSS? — step-by-step DevOps tutorial on Progressive Robot

What is CSS?

CSS (Cascading Style Sheets) is a stylesheet language used to control the presentation of websites. Alongside HTML and JavaScript, CSS is one of the core technologies of the World Wide Web.

Read more
What is Laravel? — step-by-step Programming tutorial on Progressive Robot

What is Laravel?

Laravel is a free and open-source PHP framework that provides a set of tools and resources to build modern PHP applications. With a complete ecosystem leveraging its built-in features, and a variety of compatible packages and extensions, Laravel has seen its popularity grow rapidly in the past few years, with many developers adopting it as their framework of choice for a streamlined development process.

Read more
What is Redis? — step-by-step Databases tutorial on Progressive Robot

What is Redis?

Redis is an open-source key-value data store known for its flexibility, performance, and wide language support. An in-memory database, Redis is also known for its speed and has found wide use as a cache and message broker, as well as a database.

Read more
CHAT