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.
English
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...
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...
A keen introduction to DynamoDB
The last couple of weeks two colleagues of mine and myself got the opportunity to build a Facebook Chatbot. Chatbots are the perfect fit for serverless architectures.