Headless Platform

Headless Platform

Implementing Time-based One-Time Password (TOTP) in Dotkernel

What TOTP Does A Time-based One-Time Password (TOTP) is a security algorithm used as part of two-factor authentication (2FA) to protect against account attacks. The mechanism is integrated into dot-to…

Read more →
Headless Platform

Version 7 adds PostgreSQL, Native UUID and PHP 8.5

The Dotkernel Headless Platform has seen new releases for both API and Admin. The Admin codebase has received an overall facelift, as well as updates to retain compatibility with API v7.

Read more →
Headless Platform

Evolution Pattern versus API Versioning

In programming and software architecture, an Evolution Pattern is a reusable, high-level strategy for modifying or evolving existing software systems over time. An evolution pattern tries to keep soft…

Read more →
Headless Platform

DotMaker - Generate common code in Dotkernel

The dotkernel/dot-maker library, also named DotMaker, is designed to programmatically generate project files and directories that match the Dotkernel file structure inspired by Mezzio. Handling the fi…

Read more →
Headless Platform

Dotkernel Queue - Asynchronous Execution in Dotkernel Headless Platform

Dotkernel Queue is a component based on Symfony Messenger that is used to queue asynchronous tasks. netglue/laminas-messenger is an adapter that integrates Symfony Messenger with the Laminas Service M…

Read more →
Headless Platform

Complementary Admin in Dotkernel Headless Platform

The Dotkernel Headless Platform is built with an architecture designed to be easy to maintain and expand indefinitely. Its core components are Dotkernel API and Dotkernel Queue, but the Dotkernel appl…

Read more →
Headless Platform

Dotkernel API v6: The root of Dotkernel Headless Platform

Dotkernel API has come a long way since we published a list of its architecture and components a while ago. We implemented new features, while some components were replaced, and others were enhanced.

Read more →
Headless Platform

Shared Core Submodule in Dotkernel Headless Platform

Dotkernel has implemented a Headless solution made up of these applications: Dotkernel API - a REST API, the root of the platform. Dotkernel Admin - (optional) complementary backend management.

Read more →
Headless Platform

Dotkernel Headless Platform - The Whats, Hows and Whys

The principle of a Headless Platform is to decouple the User Interface (frontend) from the backend services. The responses from the platform are then used by another system, such as a website or mobil…

Read more →