In a software project which is Java based and build upon the Spring framework, writing tests is a must. For stubbing within your Spring Boot application Wiremock is integrated in the Spring Cloud project and can be used for your tests. However in some situations we’re keep copying and pasting stubs which will end up […]
After installing ROS on the Windows 10 / WSL2 laptop according to my earlier posted blog which you can find here we’re ready to develop a new Catkin project! But wait, how do I develop on the Ubuntu Subsystem which is installed? I’ve found a useful post on the Visual Studio Code website which I’ve […]
I want to write code and be able to run my Windows laptop without a virtual machine for specific Ubuntu installation or dual boot. With WSL from windows it should be possible. Well it is! You need the following steps: Configure WSL2 Install Ubuntu App Pass the GUI from the Ubuntu app through an x-window-server […]
This summer I’ve made an Android app to connect a Garmin Cadence Sensor to stream a video based on cadence (rpm). My goal is to put the cadence sensor on the crank of my hometrainer and based on the rpm I’ll make the video on my screen (tablet, TV or phone) play faster or slower. […]