Hardware How I found the holy grail (of keyboard layouts) 12/24/21 by Andreas Houben Last year my former colleague Kevin told me about the Ultimate Hacking Keyboard. It’s a mechanical keyboard which is split in... Read more Leave your thoughts
IAM From Keycloak to Keycloak.X 12/23/21 by Sebastian Rose and Thomas Darimont As part of the Keycloak.X efforts, the underlying platform is to be changed from Wildfly/Undertow to Quarkus/Vertx. Read more Leave your thoughts
Java Migrating a Spring Boot application to Java 17 – the hard way: Day 2 12/22/21 by Chris Coltsman Welcome back to my article on migrating a Spring Boot application to Java 17 – the hard way. On day... Read more Leave your thoughts
Java Migrating a Spring Boot application to Java 17 – the hard way 12/14/21 by Chris Coltsman Java 17 has recently been released, and I’m excited for the many improvements and new features. Instead of starting from... Read more Leave your thoughts
Java How to use Java classes in Python 11/15/21 by Hendrik Schawe We use python's machine learning ecosystem , to train a reinforcement learning model directly on Java classes. Read more Leave your thoughts
JavaScript JavaScript test performance: getting the best out of Jest 11/12/21 by Edward Byne In recent years Jest has established itself as the go-to testing framework for JavaScript and TypeScript development. It provides a... Read more Leave your thoughts
CICD Cloud Native Buildpacks / Paketo.io in GitLab CI without Docker & pack CLI 10/25/21 by Jonas Hecht You may have heard about all the benefits of Cloud Native Buildpacks?! But Paketo's pack CLI depends on Docker. So what about our Kubernetes-based CI systems, where we might not have a Docker daemon a Read more Leave your thoughts
Allgemein Getting efficient with code and IDEs 10/05/21 by Jonas Verhoelen Software developers and other digital workers write and edit a lot of text in their job. It's worth to take a look at how we can increase our efficiency in working with text, code and IDEs. Read more 1 Comment
Programming C# – Creating an interface for a class automatically 10/04/21 by Christian Sauer The last few years have seen a huge proliferation of interfaces for C# classes. These interfaces are very useful for... Read more Leave your thoughts