window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-JYLJ7J3717');

API design

A D R
  • Application Programming Interface (API)

Application Programming Interface (API)

2025-03-10T16:30:39+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , |

An Application Programming Interface (API) is an interface that enables software components or systems to communicate with each other. APIs define which functions and data are provided by software and how they can be used by other programs.

  • Domain Driven Design (DDD)

Domain Driven Design (DDD)

2025-02-06T09:57:54+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , |

Domain-Driven Design (DDD) is a strategic approach to software development that focuses on placing the functional domain of a system at the center of the architecture. Instead of focusing primarily on technical aspects such as databases, frameworks or infrastructure, DDD relies on close interaction between developers and domain experts.

  • REST API - Representational State Transfer API

REST API (Representational State Transfer API)

2025-03-10T11:08:24+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , |

What is a REST API? An overview of the strengths and weaknesses of REST APIs and everything you need to know about REST architecture...

Go to Top