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

Microservices

A D J L M P Q R U W Y
  • 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.

Java

2024-11-27T09:27:48+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , |

What is Java suitable for in programming? Java is very popular as the official language for developing Android apps. It is a general purpose programming language. This programming language is supported by Google and a large active community of developers.

  • software library

Library

2023-12-22T10:05:11+01:00Tags: , , , , , , , , , , |

A library refers to a software library as a ready-made collection of code that can be used to perform general software development tasks. Libraries are essentially a collection of functions and procedures that can be called up by other software programs to execute certain functions.

Micro front end

2024-12-02T05:21:34+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , |

The micro frontend is a design pattern that uses the strengths and advantages of microservices to improve the user experience of a web frontend.

Microservices

2024-11-16T10:08:48+01:00Tags: , , , , , , , , , , , , , , , , |

Microservices are small, autonomous services that work together. The key to a good microservice architecture lies in the implementation of small and autonomous microservices.

Parsing

2023-12-22T08:57:52+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , |

What is parsing? A parser is software that can logically check the source code in a software program and thus identify existing errors.

  • Quarkus - Speed-Test Race of JavaScript Frameworks

Quarkus

2024-12-02T04:49:34+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , |

Quarkus is an open source and both a Java framework and a Java toolkit from RedHat.a Quarkus combines the flexibility of a Java framework with the efficiency of an efficient development tool. It has been specially optimized for the software development of modern, cloud-native applications and enables lightning-fast development and resource optimization.

  • 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