Reflections: mobile phones
I’d decided to make a good list of my previous owned mobile phones. I have blogged about it before. And made a list of it back in 2013, so it’s time for an update:Nokia 5110Nokia 3210Nokia 5210Alcatel...
View ArticleEnable Android Auto in a VW Golf Variant 2018
My previous blog post was about my history with mobile phones. How I have switched from Windows Mobile to Android to Windows Phone and back to Android. I have had a temporary car in the beginning of...
View ArticleDocker for Raspbian Buster 10 on a Raspberry Pi 3 and RabbitMQ
Recently the Raspberry Pi 4 was announced, But I am currently using my rpi 3 and want to run Rabbit MQ on it in Docker. So I used these two commands to get it to work and I just wanted to share it:sudo...
View ArticleCode coverage .Net core unit testing
As you have noticed, you need Visual Studio Enterprise for live unit testing, or Jetbrains Rider, or some Visual Studio Code “hacks”. Here is a method to have coverage of .Net core with a global...
View ArticleSonarCube in Docker and .Net Core
When you have a nice .Net core solution and want to see the code smell and technical debt, you can analyze it with SonarCube I started by browsing to the docker hub and used a container:docker pull...
View ArticlePi hole, no more ads in your LAN
There are a lot of guides on how to install Pi-hole on a pi. I just used the win32DiskImager to put Rasbian on it and I did put an ssh.txt file on the SD card to enable SSH. I just had to plug it in...
View ArticleWhy I did not make a Teddy Bear hunt app
To keep kids entertained, people from all over the world put a teddy bear in their window so that kids can spot them during a walk.I don’t know the origin. It’s in Canada, USA, New Zealand, UK etc....
View ArticleTeddy bear hunt app
In my previous post I thought that I would not make the app because I did not had a nice geocoding service. I did find Azure Maps, but there is no nice C# client at that time and I did not feel like...
View ArticleUse FontAwesome in Xamarin Forms
I followed this guide: https://medium.com/@tsjdevapps/use-fontawesome-in-a-xamarin-forms-app-2edf25311db4Where you manually have to edit a XML file to get it to work in iOS and add the font for each...
View ArticleBuilding a mobile declaration app
There was an email earlier this year about a change in declarations from my employer. You can’t just drop receipt on someone’s desk anymore, but since we are in a digital era, we should make a picture...
View ArticleAdd Azure Active Directory to Xamarin Forms app
As I’ve previously blogged, I created a Xamarin Forms application to submit pictures of my receipts to the company I work for. But if I’d publish the app in that state, the whole world could send in...
View Article