Resolving SonarQube Rule S2699 with Karibu Testing AssertionsĀ
I’m using Karibu Testing for testing my Vaadin applications which work perfectly. But recently, I encountered a problem when I analyzed my code with SonarQube. Karibu[...]
Custom Software Examples
In this article, we’ll look at some well-known examples of custom software and explain when it should be used for maximum performance.
The Cost of Custom Software
In this blog post, we will look at custom software costs from different angles. Learn what affects custom software costs and whether it will pay off for your business.
Spring boot, angular and JWT authentication
In preparation for a potential customer project, I had to refresh my knowledge of Angular. The best way to do that is to create a small demo application. I used Angular 15 with[...]
Vaadin Keycloak OAuth2 Integration
Keycloak is an open source identity and access management solution. This article shows how to configure Vaadin and Spring Security to use OAuth2 with Keycloak.
Automate Docker with GitOps & Portainer
GitOps isĀ a branch of DevOps that focuses on using git repositories to manage infrastructure and application code deployments. The main difference between the two is that in[...]
Build Secure Web Apps with Vaadin & Spring Boot
Almost all web application frameworks include their security-relevant functions and provide the respective interfaces to external security solutions. As a Java-based full-stack[...]
Level Up Your Vaadin Apps with Vaadin Editable Grid
Vaadin has a fantastic Grid component that also can be made editable. But the configuration of the behavior, especially if you want to use the UI with the keyboard, can be[...]
Beyond Angular and React: Building Web Apps with Vaadin
Single-page web applications have today practically become standard. Angular, React, and Vue.js are the best-known representatives in this category of web frameworks. But would[...]
Vaadin BeanValidationBinder with Custom Resource Bundle
The BeanValidationBinder from Vaadin uses the default message bundle ValidationMessages from Bean Validation for translations. But often one has already a resource bundle with[...]
The Real Value of Microservices
For several years, the microservices architecture has established itself as a quasi-standard and is deployed in many projects. That it is not a catch-all solution is well known.[...]
Deploy Vaadin Application on Heroku
Heroku is a platform as a service (PaaS) that enables developers to build, run, and operate applications entirely in the cloud. I’ve used Heroku for some smaller projects in[...]