Recently I bought Netis WF2123 WiFi dongle from Botland.pl for my Raspberry Pi 2B to start my pet project. I had some troubles to install it on Raspberry Pi OS, so I decided to share my findings. We can start with lsusb command to check the USB devices attached to the Raspberry Pi. The WLAN […]
Passing exam – Microsoft 70-743: Designing and Implementing Cloud Data Platform Solutions
Recently I passed the exam and I would like to share some thoughts.
Firebase Messaging and Android API level 17
Today I was trying to integrate my Andorid app with Firebase Cloud Messaging to provide push notifications functionallty.
How to speed up the Gradle build time in Android Studio (“Gradle Build Running”)
Probably each Android developer have noticed that the Gradle build time became extremaly slow in recent versions of Android Studio. This makes running the application in debug mode could be quite painful…