Skip to main content

Glossary

Open Source

Open Source refers to software, computer programs, or technological tools whose source code is freely accessible, modifiable, and distributable by anyone. This means that anyone can examine, customize, and share the tool's source code without restrictions. Open source tools are often developed by communities of programmers collaborating openly, which promotes transparency, innovation, and the involvement of many users. However, there can be various types of open-source licenses.

Front-end

The front-end is the visible and user-accessible layer of an application or website. It includes all visual elements, such as menus, buttons, forms, images, text, and more, that allow users to interact with the software or site.

Back-End

The back-end refers to the part of an application or website responsible for data processing, business logic, and server management. It is typically invisible to end users and operates behind the scenes to ensure the application's proper functioning. Back-end developers use programming languages like Python, Java, Ruby, or PHP to create servers, manage databases, handle connections, and ensure data security.

DataDog

Datadog is a performance monitoring and analysis platform that enables companies to collect, visualize, and analyze real-time data from their applications and IT infrastructure to optimize operational efficiency. For more information, you can visit their website.

Lighthouse

Lighthouse is an open-source suite of tools by Google that allows auditing and improving the performance, accessibility, progressive web app quality, and best practices of a website or web application, providing recommendations to optimize the user experience. For more information, you can visit their website

Orbits

Orbits is a TypeScript framework dedicated to automating DevOps processes, making software development and deployment operations management and optimization easier. For more information, you can visit the GitHub repository

CLI AWS

The AWS CLI (Amazon Web Services Command Line Interface) is a set of command-line tools that allows users to interact with various AWS services and resources directly from their terminal. For more information, you can visit the AWS website