Have you ever had to write a text, but didn’t know how to continue after the first sentence? Don’t worry, AI can fix that. Just go to this website, enter what you’ve got, and you…
Als Kind dachte ich, im Jahr 2021 könnten Autos fliegen und Roboter wären unsere alltäglichen Begleiter. Heute würde ich Marty McFly nicht raten ins Jahr 2021 zu reisen, sicherlich wäre er ein wenig enttäuscht. Alle…
This is the sixth in a series of articles on our “Home Office Challenges App (HOCA)”. It describes StencilJS and the way we used it for our application. What is StencilJS? Many of you have…
This is the fifth in a series of articles on our “Home Office Challenges App (HOCA)”. It describes various advanced functionalities of Kubernetes, including its integration with the Google Cloud Platform and the usage of…
This is the fourth in a series of articles on our “Home Office Challenges App (HOCA)”. It offers an introduction to Kubernetes and describes its installation and integration with GitLab. The next article will go…
This is the third in a series of articles on our “Home Office Challenges App (HOCA)”. It describes several advanced features of Apache Kafka as well as some challenges we faced with the Kafka platform. Offset / Consumer…
This is the second in a series of articles on our “Home Office Challenges App (HOCA)”. It offers an introduction to Apache Kafka. The next article will go into more detail and describe some of…
This is the first in a series of articles on our “Home Office Challenges App (HOCA)” using Apache Kafka, Kubernetes and StencilJS. Introduction For someone working in Software Development, the time between active projects can sometimes be…
Heutige Webanwendungen zeichnen sich durch ihren modularen Aufbau aus. Warum dabei State Management eine wichtige Rolle spielt und wie Caching das State Management optimiert, erfährst Du in diesem Artikel. Die Bausteine einer Webanwendung haben unterschiedliche…
Als Node.js-Framework auf Serverseite bietet Nest.js die Verwendung von Websockets an. Websockets ermöglichen eine Verbindung zwischen Client und Server zum Austausch von Daten, ohne eine explizite Request auf Clientseite stellen zu müssen. Wie Websockets in…