Posts

Java

IoT with TinkerForge and Java

Introduction TinkerForge is an innovative and modular hardware system that allows users to build electronic devices quickly and flexibly. …

13 min
Java

Building More Complex Apps with Flow

In this part of the series about Vaadin Flow, I will show how I can create the basic framework for the graphic design of a work application. …

11 min
Java

CWE-377 - Insecure Temporary File in Java

In software development, temporary files are often used to store data temporarily during an application’s execution. These files may contain …

12 min
Java

Vaadin Flow - How to start

We will now create a new Vaadin Flow application step by step and create a basic framework for our own projects with this component-based …

14 min
Java

CWE-22: Best practices to use Java NIO

In today’s digital landscape, ensuring the security of your applications is paramount. One critical vulnerability developers must …

17 min