Blog

The Kentico SaaS Migration: Lessons Learned and Troubleshooting Tips

A few surprises, some near misses, and plenty of lessons learned while getting my Kentico SaaS setup running smoothly.

The Kentico SaaS Migration: Automated Deployments

Learn how I adapted my existing Azure DevOps CI/CD pipelines to automate deployments to Kentico SaaS. This guide covers building, testing, packaging, and deploying to SaaS environments.

The Kentico SaaS Migration: A Step-by-Step Guide

A practical guide to migrating an Xperience by Kentico site to Kentico SaaS - covering prep, code updates, and your first deployment.

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.

Umbraco Tips for Newcomers: Insights from an Outsider

I have published my first Umbraco related article in the calendar, 24 Days in Umbraco. It provides insights for newcomers, some tips on how to get started. Read more about the article.

How to Easily Extend Xperience by Kentico UI Pages with Page Extenders

UI page extenders in Xperience by Kentico allow you to customise existing UI pages without modifying their source code. In this post, we’ll walk through a simple example of reordering columns in a listing layout to better suit your needs.