Last week was the Oracle Code 2018 in Berlin, this year it was in Funkhaus Berlin, which is a really cool location. It’s an old industrial building with a lot of space. After the security check at the entrance, everybody checked in and got a t-shirt and a cup. The greetings where done by the| Weyprecht - software development and more
I recently had the task to boost the performance of a really really slow catalog search in Magento. One of the problems was the autocomplete that needed about 5 seconds to load. You definitely finished writing up to then and don't need any autocomplete anymore. So first things first, find out what makes your AJAX| Weyprecht - software development and more
Packaging a Spring Boot application is very simple, just build it with maven or gradle and you are done. At least so I thought and then I wanted to add a MySQL driver at runtime. I do not want to add it in the original application jar, because the application should work with different databases| Weyprecht - software development and more
6 ideas to improve your online shop checkout - no matter if you use magento, woocommerce or shopware| Weyprecht - software development and more
Lately a friend asked for help on starting with Arduino programming in Eclipse. It is not that difficult, but there are some steps, that could cause problems. So lets do it step by step. Download First of all go to eclipse.org, click download and follow the links until you download something like eclipse-inst-win64.exe. The current| Weyprecht - software development and more
Java and C# are both object oriented languages, they have both quite similar concepts, both have enums but how they work differs quite a lot.| Weyprecht - software development and more