Urgent.News

What's breaking now, across thousands of outlets.

Tech

Building a Cloudflare Integration for Umbraco Automate

When I first started experimenting with Umbraco Automate, I wanted to find a real-world use case instead of creating an integration just for the sake of trying the API. It didn't take long to find one. On several Umbraco projects, we use Cloudflare in front of the website. When content changes, there are situations where we want to invalidate the cached version of the affected page.…

We haven't written up this one. Dev.to has the full story — the link below goes straight to it.

Read the original at dev.to →

More in Tech

ASSIGNMENT WEEK 1

Understanding the Git workflow. Introduction Git is a system that is used incase one needs to track their projects or check if there was changes or need to get back to the initial project.

  • Git tracks projects and changes, simplifying reversion.
  • Working directory is where project changes are made.
  • Git workflow includes working, staging, committing, and pushing stages.

More from Sunday 23 August →