Java Stream API is there since Java 8. It is used to express computation on data is a short and elegant way. In the following post I will introduce you to the most common methods to give you an idea what you can achieve with the Java Stream API. Streams vs Collections Before jumping right into the code I want to explain the difference between ... Read more 20 Jan 2019 - 4 minute read
Lately I have dealt a lot of with authentication and authorization. Therefore I will probably blog a little bit more about these topics in the next weeks. But before that happens I want to talk about specific technologies and tools I want to talk a little bit about the basics. First let’s understand what authentication and authorization is. Au... Read more 18 Jan 2019 - 1 minute read
Voice Platforms like Alexa and Google Assistant became very popular in the last few years. They are made possible through the huge progress in speech to text interpretation and natural language understanding in the last years. Voice Systems enable users an alternative user interface and user experience. In the following I want to talk about th... Read more 27 Dec 2018 - 3 minute read
Life can be very stressful, there are so many things to do. Therefore it is very helpful to always keep up with your tasks and organize them as best as possible. I am currently studying Computer Science and working also next to university a couple of hours per week so my time in the week and on weekends is very limited. I have to optimize my wh... Read more 23 Dec 2018 - 6 minute read
In the following post I want to discuss some aspects about books, e-books and audio books. Why I like the type book as a medium I am generally a fan of any kind of books as a medium, because on the one hand it can tell interesting stories and create beautiful places in your imagination which but on the other hand they can teach you about all ... Read more 15 Dec 2018 - 4 minute read