When adding emoticons to your PowerPoint slides, sometimes the rendering might not be as expected.
Quick PowerPoint tip: Stack emoticons
Looking to make your PowerPoint slide titles more engaging and eye-catching?
When a single emoticon doesn’t quite capture the message you want to convey,
why not combine multiple emoticons?
In this quick guide,
I will show you how to stack emoticons in PowerPoint to create compelling and meaningful slide titles.
My Advent of Code 2021
Although Eric Wastl has been organizing the Advent of Code since 2015. I only discovered it recently when some colleagues invited me to join the 2021 edition.
Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like.
During the first 25 days of December, the challenges made me (re)discover many possibilities with C#, some that are long available but maybe not that well known.
Using Private Link with a Failover Group for Azure SQL Database
In a previous article I described how to configure an Azure SQL database failover group for high availability across multiple regions.
But what if you want to limit network traffic to a database in this failover group to only your private networks?
In this article I show how to make a SQL database failover group reachable via the Private Link service and make sure the database stays reachable after a failover.
Pixcel: Convert an image into Excel pixel art
Last week I received an invitation for a social work meeting about “Pixel art in spreadsheets”.
I thought: “How hard can it be?”.
Well, it is about 25 lines of C# 9.0 hard! 😀