my blog. for you.

Reden wir über Digitales.

Ich bin selbständiger IT Berater und Unternehmer in der Internet und Software Branche. Ich beschäftige mich mit Design, Enterprise Applikationen, Web Apps und SaaS Produkten. Ich entwerfe und entwickle Business Lösungen und Anwendungen. Ich helfe Unternehmen in Sachen Software Qualität und Wissenstransfer, z.B. mit Angular und Spring Boot.

WireMock Spring Boot

Leider ist der Eintrag nur auf English verfügbar.WireMock is an API mocking tool that enables developers to simulate REST APIs during testing. In a system-under-test fashion, it allows us to remove external, potentially flaky, dependencies from our test environment to make our unit tests more focussed and more reliable. WireMock Spring Boot is a new library by consultant and prolific open source contributor Maciej Walkowiak that "drastically simplifies WireMock configuration in a Spring Boot and JUnit 5 application". Featuring a fully declarative ... Read more

Modern Web App Design Patterns: Patterns.dev

Leider ist der Eintrag nur auf English verfügbar.After last week's post on The Modern JavaScript Tutorial, a comprehensive guide to modern JavaScript, as something of a follow-up, today I'd like to introduce you to Patterns.dev (previously known as "Modern Web App Design Patterns"), an ebook on "design patterns and component patterns for building powerful web apps with vanilla JavaScript and React". The authors of Patterns.dev provide design patterns and tips on how to improve the architecture of your web apps. Patterns.dev follows ... Read more

The Modern JavaScript Tutorial

Leider ist der Eintrag nur auf English verfügbar.The Modern JavaScript Tutorial is a comprehensive guide to - well - modern JavaScript. Regularly updated and available both for free online (under a CC-BY-NC licence) and as an ebook, this tutorial introduces the reader to JavaScript as it is (or should be) written today. From JavaScript basics to object orientation, data types, functional programming and asynchronous behaviour, it covers everything the prospective JavaScript developer needs to know about writing high-quality, maintainable JavaScript code according to ... Read more

Why Spring Belongs In Your Data Stream (From Edge to Multi Cloud) by Fabrizio Marini @ Spring I/O 23

Leider ist der Eintrag nur auf English verfügbar. Read more

Build resilient systems with Spring Cloud Contract and Testcontainers by Olga & Oleg @ Spring I/O 23

Leider ist der Eintrag nur auf English verfügbar. Read more

The Easy Way to Run and Scale Spring Apps on Cloud by Sean Li & Adib Saikali @ Spring I/O 2023

Leider ist der Eintrag nur auf English verfügbar. Read more

OpenCost – Open Source Cost Monitoring for Cloud Environments

Leider ist der Eintrag nur auf English verfügbar.Some time ago, I recommended Vantage as a unified AWS cost tracking tool. As an - also cloud vendor-neutral - cost monitoring tool, with OpenCost there now is an open source solution for this use case as well. Instead of relying on a third-party service, OpenCost allows you to run your own cost monitoring service in your Kubernetes cluster, which might be a useful alternative, especially for enterprise environments where Kubernetes experience and DevOps resources are ... Read more

Vector Similarity Search in Spring with Redis Stack by Brian Sam-Bodden @ Spring I/O 2023

Leider ist der Eintrag nur auf English verfügbar. Read more

Testing with Spring, AOT, GraalVM, and JUnit 5 by Sam Brannen @ Spring I/O 2023

Leider ist der Eintrag nur auf English verfügbar. Read more

Tiny, but Useful Spring Boot-related Tool: YAML to Properties Converter

Leider ist der Eintrag nur auf English verfügbar.Amongst other options, Spring Boot allows application developers to work with both "traditional" Java-style flat application.properties and hierarchical application.yml (or application.yaml, for that matter) YAML configuration files for providing applications with externalised configuration. Occasionally, for example when migrating from flat properties files to YAML ones (in order to avoid repetition of property keys), the need might arise to convert one of of those formats to the other. To help with that and to avoid tedious - ... Read more
« Vorherige SeiteNächste Seite »