liam@goldfinch ~/blog · main
~/blog

Blog

45 posts on Xperience by Kentico, .NET, AI tooling, and building things with code.

how-data-protection-apis-enhance-security-in-your-cms.md 4 min
#post
18 Mar 2025

How Data Protection APIs (DPAPI) Enhance Security in Your CMS

Securing sensitive data is essential in modern CMS platforms. ASP.NET Core provides the Data Protection API (DPAPI) to help simplify encryption, decryption, and key management. DPAPI is used in many features, including ASP.NET authentication, so even if you're not using it directly, it is important to understand the basics.

#.NET #Security
switching-from-gatsby-to-statiq.md 4 min
#post
21 Jun 2021

Switching from Gatsby to Statiq

Learn about my website recently switching from Gatsby to Statiq.

#.NET #Open source
net-core-event-logging-in-kentico-xperience-13.md 4 min
#post
08 Feb 2021

.NET Core event logging in Kentico Xperience 13

Learn about the Kentico Xperience implementation of the .NET Core logging API.

#Kentico #.NET
setting-up-graphql-with-a-net-core-site.md 4 min
#post
27 Jan 2021

Setting up GraphQL with a .NET Core site

See how easy it is to set up a basic GraphQL API for a .NET Core website.

#.NET