How to setup a self-hosted Jitsi video chat server
Based on the current situation video chat systems are becoming more and more popular. I will show you how to setup your self-hosted Jitsi video chat server.
Tech
Based on the current situation video chat systems are becoming more and more popular. I will show you how to setup your self-hosted Jitsi video chat server.
Which book should you read as a software developer? Sometimes junior developers that are just getting started ask me this question. So which one do I recommend?
I asked myself: Do you really need tuples in Java? In a broader sense: How much generalization do you need to solve a certain problem?
Building Java projects from source code to executable packages have come a long way: It started with manually calling the Java Compiler and managing the classpath and external libraries and went from there to a lot of different build tools.