Book review (and recommendation): Learn T-SQL Querying

Book review (and recommendation): Learn T-SQL Querying

I just finished reading “Learn T-SQL Querying” written by two Microsoft employees (Pedro Lopes and Pam Lahoud) who are working on the database engine of Microsoft’s SQL Server. They are providing a very deep look into writing efficient queries and tools that can make the life of a developer easier.

Posted by msicc in Book Review, Dev Stories, Editorials, 0 comments
Goodbye, 2021!

Goodbye, 2021!

Another year has gone by. Although we all had high hopes this year will be better than 2020, especially in terms of the pandemic, it sadly was not for most of the time. This post takes a look at my 2021.

Posted by msicc in Dev Stories, Editorials, 0 comments
Use the iOS system colors in Xamarin.Forms (Updated)

Use the iOS system colors in Xamarin.Forms (Updated)

Apple has defined some best practices for coloring our iOS apps. To make it easier, Apple created system colors that are (partly) adaptive to the system’s coloring. In this post, I show you how to use these colors in Xamarin.Forms.

Posted by msicc in Dev Stories, iOS, Xamarin, 5 comments