Micro Frontends – maybe heard many times before, but it’s still not quite clear what it is and how to implement this approach well? Then learn more in Benedikt’s article.
English
Introducing Nachricht – a Self-describing Data Interchange Format
Over the last months, I developed and implemented a new binary encoding scheme called „nachricht“ to use as a drop-in replacement for JSON. If you are interested in my thought process and reasoning, read on!
Tackling the Problem with ETL-Testing – our Senacor Testing Framework
Automated testing is the key for CI/CD, but unfortunately most ETL tools possess only basic built-in testing frameworks. Therefore we developed an independent framework template for automated ETL stream testing.
Profiling Fake News Spreaders on Twitter – A Machine Learning Approach
Falschnachrichten sind nicht neu, aber soziale Medienplattformen haben in den letzten Jahren ein exponentielles Wachstum des Phänomens ermöglicht. Daher sind Technologien zur Erkennung absichtlich verbreiteter, falscher Nachrichten gefragt
Program IT ecologically!
Angesichts der stark zunehmenden Digitalisierung und der damit verbundenen, steigenden Emissionen, brauchen wir eine ökologischere IT. Aber was können wir tun?
Cryptography for Non-Cryptographers Part 1: Symmetric Encryption
Kryptographie, die Wissenschaft der Verschlüsselung von Informationen, ist oft ein großer Unsicherheitsfaktor in einem Softwareprojekt. In diesem ersten Artikel möchte ich das Thema der Symmetrischen Verschlüsslung etwas näher betrachten und hoffentlich einige Unklarheiten dazu beseitigen.
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...
Blockchain Products – Part 1: Investment
This is part one of a two-part article series on blockchain products. In this first part we will take a look at blockchain products from an investment perspective.In the second article we will take a look at the product design of blockchain products and discuss...