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

Microservice programming

J L M Q U W Y

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.

Learn programming in 5 steps

2023-12-08T08:14:22+01:00Categories: Learn programming, Software development|Tags: , , , , , , , , , , , , , , , , |

How do I learn to program? If you want to learn programming, the following questions arise: What do I actually need to learn programming? How can I learn programming? How do I start programming? What should I program? - Ideas for your first program - programming is not as difficult as you might think.

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.

  • 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.

  • Unit Test

Unit test

2023-12-13T15:45:15+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , |

What is a unit test? A unit test checks the behavior of a software unit in the system. This test for software checks whether a small and isolated part of the code base, called a "unit", behaves as the developer intended. The unit test checks whether an isolated piece of code does what it is supposed to do

Web Components

2024-12-01T09:17:03+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , |

Web Components are a set of different web technologies that allow you as a web developer to create reusable custom elements whose functionality is encapsulated from the rest of the code.

  • YAML Ain't Markup Language

YAML

2023-12-23T09:10:46+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , |

YAML is an easy-to-read language for data serialization for all programming languages.

Go to Top