cloudweb.bsky.social
@cloudweb.bsky.social
New blog post: Exploring GitMCP with Umbraco Repositories 🧵

GitMCP can convert any GitHub repo into an MCP server. No cloning. No indexing. Just connect your AI tool. Read more here 👉 www.johanreitsma.com/blogs/explor...

#Umbraco #dotnet #AI #GitMCP #DevTips
Exploring GitMCP with Umbraco Repositories - johanreitsma.com
Today I came across an interesting article on Medium.com, a platform I’ve been following for years because it often points me toward new techniques and ideas. The article was called "10-minute GitMCP…
www.johanreitsma.com
October 13, 2025 at 6:26 PM
Ran into missing `umbracoExternalLogin` data after migrating to Umbraco 13?
It might be because your local `appsettings.json` has empty external login settings.
I wrote a short post about the cause and fix
www.johanreitsma.com/blogs/missin...
Missing umbracoExternalLogin Data After Migration in Umbraco 13 - johanreitsma.com
While migrating from Nested Content to Block List in Umbraco 13, I ran into an unexpected issue with the umbracoExternalLogin table.Everything in the migration went smoothly until I noticed that the…
www.johanreitsma.com
October 10, 2025 at 6:24 PM
Accessibility is something to keep in mind when building websites.
To make this easier, I built a Chrome extension with most of the code generated by Cursor AI. It highlights images, shows the alt text on the page, and gives you a quick overview. : www.johanreitsma.com/blogs/buildi...
Building a Chrome Extension with Cursor AI: The Alt Attribute Inspector - johanreitsma.com
Accessibility is something I try to keep in mind whenever I build websites. One of the basics is the alt attribute on images. Screen readers depend on it, but checking if it’s actually filled in is…
www.johanreitsma.com
September 29, 2025 at 6:20 PM
I just published a new blog on my site! Explore how to streamline package development with the Umbraco 15+ extension tool. It's all about making things easier and faster for developers. Read it here:
Umbraco 15+ Extension Tool: Streamlining Package Development - johanreitsma.com
Creating packages in Umbraco has always been an essential part of extending its functionality, but it could sometimes be a tedious process filled with repetitive setup steps. With the introduction of…
johanreitsma.com
April 18, 2025 at 6:58 PM
Cleaning up old Git branches doesn’t have to be a hassle. I shared a quick PowerShell tip that helps you tidy up your local repo in no time. Perfect for devs who want to keep things clean.
Check it out 👉
QuickTip: Clean Up Old Git Branches with PowerShell - johanreitsma.com
Ever find yourself drowning in a sea of local Git branches that no longer exist remotely? I’ve been there, especially when hopping between features, hotfixes, and experiments. Manually cleaning them…
johanreitsma.com
March 26, 2025 at 7:03 PM
Working with Azure Key Vault in Umbraco? You might not want to load secrets locally, especially when they aren’t needed in development. In my latest blog, I share a simple approach to exclude specific keys for debugging purposes when running Umbraco locally.
Quick Tip: Managing Azure Key Vault Secrets in Umbraco: Exclude Keys for Local Development - johanreitsma.com
When working with Umbraco in a cloud environment, it's common to use Azure Key Vault for managing secrets securely. However, during local development, you might want to bypass specific keys to use…
johanreitsma.com
March 13, 2025 at 4:13 PM