Table Of Contents Introduction Approaching the problem Identifying the problem Looking for the solution The solution Explanation Finishing up Introduction Link to heading Some time ago I added MVP referral codes as query parameters to outgoing links to Microsoft websites in my blog posts. I had to go through all of my blog posts to find links to Microsoft websites and add them manually. I found this rather boring, so I wanted to automate this!| Sander ten Brinke
Table Of Contents Introduction The problem with the figure shortcode Creating my own shortcode Using the HTML picture element and prefers-colors-scheme media feature Final result Source code Finishing up Introduction Link to heading Happy new year everyone! This will be a short blog post to start my 2023 blogging year! Supporting dark and light themes on websites is very important to me. My website supports it and I want my blog posts to support it too.| Sander ten Brinke
Amazing news! I have received the Microsoft MVP award for Developer Technologies! This award is a testament to my passion for technology and dedication to share knowledge and expertise with others. This year my goal was to really focus on sharing knowledge with others and to start speaking at events, which was a challenge to get more out of my comfort zone as well! I can definitely say that I have achieved this goal, and this makes me even more excited to receive this award!| Sander ten Brinke
Click here to go to the external website where my blog post is hosted| Sander ten Brinke
The beautiful image above sadly isn’t my work setup, but with this blog post you can make yours look as cool by connecting to your work laptop remotely 😉! Photo by Amr Taha™ on Unsplash. Table Of Contents Introduction RDP (Remote Desktop Protocol) Configuring the network Testing the connection Using your own audio/video setup on the work laptop Using multiple monitors Hiding the annoying blue status bar Preventing the laptop from sleeping when the lid is closed Advanced setup Troublesh...| Sander ten Brinke
info This article is a translated version of the Dutch version that I wrote for my employer’s website some time ago. I translated it in to English and posted it here so it can reach a bigger audience and help more people! Most developers nowadays use a program like git to manage different versions of their code, and to make working together with others easier. This is also known as a vcs, a version control system.| Sander ten Brinke
Welcome! It’s good to have you here! As you can see, the site is currently lacking a bit of content! I am still trying to learn the ins and outs of Hugo! But I have big plans for the future! I want to start writing more blog posts, perhaps make some tutorials on YouTube, etc.. If you are interested, perhaps consider adding the RSS feed to your RSS reader, or you know, come back later!| Sander ten Brinke
This post introduces TUnit, a new testing framework for .NET 8 and later, and shows off its incredible speed and amazing features!| Sander ten Brinke
This post introduces my Readme Auto Open project, which helps teams onboard faster by automatically opening README files in VSCode!| Sander ten Brinke
Table Of Contents Introduction What is a “CRUD” API? Introducing Data API Builder Installing and using DAB What else does DAB give us? DAB’s configuration file Relationships between entities Extending DAB Executing API calls in stored procedures Executing serverless functions Hosting Docker Azure Static Web Apps Finishing up Conclusion Links to the demo Get yourself a DAB sticker! info This blog post is a companion to my Say goodbye to building boring APIs with Data API Builder talk!| Sander ten Brinke
Click here to go to the external website where my blog post is hosted| Sander ten Brinke
An announcement about my renewal as a Microsoft MVP| Sander ten Brinke
A handy pocketguide that covers everything a developer needs to know about OpenAPI and API client generation!| stenbrinke.nl
Stop leaking your Application Insights instrumentation key using .NET and YARP as a reverse proxy.| stenbrinke.nl
Tips and tricks for contributing during Hacktoberfest 2023| stenbrinke.nl
A handy pocketguide that covers everything a .NET developer needs to know about configuration and secret management!| Sander ten Brinke
Using Bogus to generate realistic fake data together with Entity Framework Core to set up your testing data in seconds!| Sander ten Brinke
Using HATEOAS to reduce duplicate code in your applications| Sander ten Brinke