Hooray, I have built my first Chrome extension! Why and how? Annoyed by the automated translation of Microsoft Docs, I decided to do something about it.
Barcodes are still very much present in our daily lives. In this post, we will look at how to implement a barcode scanner into our own Xamarin.Forms app.
Another PR got merged into the Xamarin.Forms repository. This time, adding a new feature on a Label, the ability to specify MaxLines. More info in this post
In this post you can read about how to implement alternate row coloring on a grouped ListView in Xamarin.Forms. As a follow-up on my previous post about…
Let me tell you about a new feature in Xamarin.Forms, the LogWarningsToApplicationOutput. This new property allows you to see data binding errors in debug.
While struggling with how to generate a good preview for a URL that was entered. I learned about the Project URL Preview. Here, I will share my findings.
My web app generates URLs that have a (GUID) in it, which is not particularly nice to look at. I decided to have a look at how I can implement a URL slug
When browsing on StackOverflow, I came across a question on how to set an alternate row color on a ListView. I implemented it with a DataTemplateSelector.
In this blog, I will show you a quick glance of a tool I just learned exists: SQL Operations Studio. An app to manage SQL databases for Linux, Mac & Windows