Database as a Service (DBaaS)
15 февраля 2024 г.
Database as a Service (DBaaS) is a cloud computing service model that provides users with access to a managed database system without the need for them to directly manage the underlying hardware, software, or infrastructure. In a DBaaS model, the database service is hosted and maintained by a third-party cloud provider.
Software Architecture DBaaS XaaS
SaaS Architectures. Single-tenant, Multi-tenant and Hybrid Architectures
29 апреля 2023 г.
Software as a Service (SaaS) is a very popular software distribution model nowadays. At the same time, it is a complex architecture. Software engineers and business representatives may face a lot of difficulties with questions on how to build a SaaS distribution model. They may brainstorm about these questions on the planning, architecture design stage, before the start of the development
Software Architecture SaaS
Software as a Service (SaaS)
12 апреля 2023 г.
SaaS stands for "Software as a Service". It is a software distribution model in which software is provided by a provider and becomes available to customers over the internet. SaaS is a type of cloud computing software and usually referred to "on-demand software" or "cloud software"
Software Architecture SaaS XaaS
Functions as a Service (FaaS)
8 апреля 2023 г.
Functions as a Service (FaaS) is a cloud computing model in which a cloud provider manages the execution of small pieces of code, known as functions
Software Architecture FaaS XaaS
Backend as a Service (BaaS)
2 апреля 2023 г.
Backend as a Service (BaaS) is a cloud computing service model that provides developers with a complete backend solution for their mobile or web applications. It allows frontend developers to focus on building the frontend part of their application while the BaaS provider takes care of the backend infrastructure
Software Architecture BaaS XaaS
Platform as a Service (PaaS)
31 марта 2023 г.
Platform as a Service (PaaS) is a cloud computing service model that provides a platform for developers to build, run, and manage applications without the need of building and maintaining the infrastructure
Software Architecture PaaS XaaS
Infrastructure as a Service (IaaS)
28 марта 2023 г.
IaaS stands for Infrastructure as a Service. It is a type of cloud computing service model that allows businesses or individuals to rent computing infrastructure.
Software Architecture IaaS XaaS
Cпособ создания ежедневных бэкапов PostgreSQL из Docker Swarm
15 мая 2021 г.
Как делать резервные копии из PostgreSQL, запущенного в Docker Swarm?
Development backup postgresql database