In my blog, I share my thoughts, experiences, and insights on current topics that inspire me. Here, you will find practical tips, exciting insights, and innovative approaches that encourage reflection and provide inspiration for your own projects.

IT Strategy

Consulting
en / de

What makes a good IT strategy? In this article, we take a look at one of the most important artifacts of IT management.

IT Infrastructure Security

Consulting
en

In this article, we will focus on the topic of IT security. This is a very broad subject, and we will thus not be able to cover every aspect exhaustively. Nevertheless, we hope to provide you with an overview of this immensely important topic.

The advantages of custom software

Consulting
en / de

In this article, we will explore the main benefits and disadvantages of custom software and when & why to use each.

IT Security for Small Businesses

Consulting
en / de

In this article, we delve into the topic of IT security for small businesses. We explore the reasons why IT security is crucial for them, the potential consequences and costs of cyberattacks, and provide practical advice on assessing security gaps, choosing and implementing secure IT solutions, and educating employees on IT security.

Legacy IT infrastructure

Consulting
en / de

In many organizations, legacy IT systems and applications can still be found. They are known to be hopelessly outdated, yet they cannot be done away with. Is it a hopeless situation?

IT infrastructure for small businesses

Consulting
en / de

For most people, it often operates unnoticed as a black box in the background and only becomes noticeable when something doesn’t work: the IT infrastructure. What makes it so important and how do you implement it correctly in your own small business?

Software modernization

Consulting
en / de

In the following article, you’ll learn what software modernization is and how you can use it to improve the performances of your company.

Resolving SonarQube Rule S2699 with Karibu Testing Assertions 

Development
en

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 Testing’s assertion methods are not recognized by SonarQube.

Custom Software Examples

Consulting
en / de

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

Consulting
en / de

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.

Java-Full-Stack-Entwicklung mit Hilla

Development
de

Der Artikel von Simon Martinelli ist in Java Spektrum 1/2023 erschienen, wo er über Java Full Stack Development mit Hilla spricht.

Spring boot, angular and JWT authentication

Development
en

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 Spring Boot 3 and JWT to secure the REST API. Often an authorization server like Keycloak is used for authorization and token [...]