Blog & Articles

Blog Post

Faking Surrogate Cache-Keys for Nginx Plus

Blog Post

When you have reached Acme

Notes on working with a minimalistic text editor/programming environment

Blog Post

Structured Logging with Structured Arguments

How to make better log statements with Structured Arguments

Blog Post

Nachhaltigkeit bei INNOQ: Marketing

Blog Post

UX-Basics

Was sind Usability, User Experience, User-Centered Design und Human-Centered Design?

Blog Post

Aeternity Smart Contract Deployment

The Forgae framework offers developments tools to easily test and deploy Aeternity smart contracts, and start a local environment on the developer’s workstation.

Blog Post

Aeternity Smart Contract Development

Blog Post

Warum erreiche ich meine EC2-Instanz nicht?

Eine Checkliste zum Debuggen von AWS-Verbindungsproblemen

Article

Wider die SPA-Fixierung

Die Vorteile einer klassischen Frontend-Architektur für Webanwendungen, bei der die Serverseite für das Erzeugen von HTML verantwortlich ist und JavaScript zwar erlaubt ist, aber nicht die komplette Kontrolle übernimmt, werden häufig unterschätzt. Dabei ist sie den im Moment viel gehypten, JavaScript-zentrischen Ansätzen in vielen Fällen überlegen.

Blog Post

Remote Mob Programming

Article

Vielfältiges Git!

Git kann auch mehrere...

Blog Post

PIM – ein wichtiger Bestandteil der digitalen Transformation im eCommerce

Product Information Management Systeme (PIM) tragen vor allem dem stetigen Wachstum des Online-Handels Rechnung. Sie werden benötigt um die Vielzahl an Produktdaten zentral zu verwalten. Dabei spielt Effizienz und Nutzerfreundlichkeit eine große Rolle.

Blog Post

Event Storming und Domain Story Telling - Ein Vergleich

Article

Was sind eigentlich Web Components?

In der Kristallkugel

Blog Post

Microservices mit CherryPy, Teil 1: URL-Routing

CherryPy bietet diverse Möglichkeiten des URL-Routing an. Primär stellt CherryPy dazu drei verschiedene Dispatcher zur Wahl, auf die ich in diesem Blogbeitrag eingehen möchte.

Article

„Ein paar Köpfe, ein paar Füße, alles ganz einfach!“

Gedanken aus der Welt der Produktkonfiguration.

Blog Post

Ethereum Contracts with Truffle Framework

Blog Post

Functional Service in Scala

Functional programming helps programmers to reason about their codebase using referential transparency and side-effect control principles. Let’s push the limit and make pure-functional REST service using IO Monad from Cats-Effect project. First, we will do that using Akka-HTTP library and standard Scala Future as effect type. Afterwards, we will switch to abstract effect F to have a choice, when it comes to run our embedded program.

Article

Distributed Trust

Verteilte Reputationssysteme in der Blockchain

Article

Konsensansätze für Blockchains

Auf der Suche nach Einigkeit

Blog Post

Zeitreise mit LocalDate und DateTimeFormatter

Manchmal hängt das erfolgreiche Ausführen eines Testes tatsächlich davon ab, an welchem Tag er gestartet wird.

Blog Post

Cooking with Onions: Inward-Pointing Arrows

Blog Post

Go lernen an ein paar verregneten Tagen

Besonderheiten und Schwierigkeiten

Blog Post

Report Generator in Rust

In this blog post, we are going to build a backend application in Rust for converting HTML report into PDF format. Rust is a system programming language which focuses on performance, stability and memory safety. There are thousands of Rust libraries built by its community and we are going to build our application using some of these libraries.

Blog Post

Domain Events vs. Event Sourcing

Why domain events and event sourcing should not be mixed up