Skip to content

Services & Terminology

We use a variety of services to help us build and maintain our projects. Here are some of the key services we use:

Rootnet

Rootnet is our managed hosting provider, offering services like server management, deployment, and monitoring. It provides a secure and scalable environment for hosting web applications.

Meilisearch

Meilisearch is a fast and customizable open-source search engine. It offers full-text search capabilities with typo-tolerance and is designed to be user-friendly and easily integrated into web applications.

1Password

1Password is a password manager that securely stores and organizes passwords, credit card details, and other sensitive information. It helps ensure online safety and simplifies accessing credentials across various platforms.

TablePlus

TablePlus is a modern database management tool, offering a clean interface for working with various databases including MySQL, PostgreSQL, SQLite, and more. It simplifies tasks such as query execution, data management, and monitoring.

We use a variety of terms and acronyms in our work. Here are some of the most common ones:

Head

<head/>
Contains metadata about the document, such as the title, styles, and scripts. It appears between the <html/> and <body/> tags.

Body

<body/>
Contains all the visible content of the page, including text, images, links, and other elements.

Header

<header/>
Used for introductory content or navigation links, usually placed at the top of a page or section.

Hero

A large visual banner, often placed prominently at the top of a page to capture attention or communicate a key message.

Aside

<aside/>
Represents content that is related but not essential to the main content, such as sidebars or related links.

Section

<section/>
Defines a distinct section of content, often with its own heading, used to organize related topics.

Anchor

<a/>
Creates a clickable hyperlink to another page, file, or location using the href attribute.

Button

<button/>
Represents a clickable button, commonly used to submit forms or trigger actions in the interface.

Footer

<footer/>
Contains footer content for its section or page, such as contact info, copyright, or related links.