Nicht immer nur das Produkt – auch eure CI-Pipeline muss gewartet werden. GraalVM Native Images kann euch dabei unterstützen!
Software Engineering
Sexy async Code ohne await? Ein erster Blick auf das Project Loom in Java
Das Problem: Die Super-Duper-Bank braucht Hilfe!
Ein neues Produkt ist am Start und der Kundenandrang ist hoch, jedoch ist nicht klar, ob die Super-Duper-Bank-Server dem enormen Interesse standhalten können.
Es ist ein Kompiler!!
Als ich zum ersten Mal von Svelte gehört habe, war ich auf der Suche nach einem leichtgewichtigen Webframework, mit dem ich eine simple persönliche Website in mehrere kleine Komponenten teilen kann.
How To: Wie man in Maven seine Checkstyle-Konfiguration zentral verwaltet
Wenn es um Checkstyle geht, scheiden sich die Geister. Beliebt bei jenen, die es konfiguriert haben, gehasst von den Anderen, ist Checkstyle das beliebteste Werkzeug im Java Umfeld, um seinen Code-Style aufzudrängen. Wie immer man auch zu dem statischen Code-Analyzer...
Du brauchst nicht viel zum Happy sein…
Eines der Hauptziele des Vorhabens unseres Kunden liegt in der Verjüngung des Kundenstamms und dem Erschließen neuer Geschäftsfelder und -modelle durch die digitale Offensive.
Rust in Openshift deployen
Ich mag keinen Bloat. Programme, die essentiell nichts tun und ein Gigabyte Speicher und eine halbe CPU belegen gehen mir nicht in den Sinn. Jedes belegte Byte und jeder ausgeführte Takt sind ein potentielles Versteck für Bugs. Je weniger ausgeführt wird, desto...
A witness with FitNesse
What are our tests but a witness to the integrity of our code? Just like what takes place in a justice court when a witness swears to tell the truth, all the truth and nothing but the truth, so are we doing the same through our tests.
An introduction to asynchronous and reactive programming with Eclipse Vert.x
Building asynchronous and reactive applications with Eclipse Vertx Content Forewords 1. What is Eclipse Vert.x 2. Demonstrating the core concepts 3. Going reactive: integration with RxJava 4. Concurrent execution of authorization queries 5. Bridging the gap between...
Let’s build a Webshop out of Micro Frontends
The idea behind Micro Frontends is to think about a website or web app as a composition of features which are owned by independent teams. Each team has a distinct area of business or mission it cares about and specialises in. A team is cross functional and develops...
Should I use Kubernetes to abstract my infrastructure provider?
The current customer I'm working for gave us several requirements, including: Build a microservice platform on AWS Be able to move from AWS to Azure, bare metal or whatever within 30 days The decision has been made and now we are developing and maintaining a k8s...