What is Microsoft Loop?

Microsoft Loop is Microsoft’s attempt to take on the likes of Notion, and provide a real-time collaborative, flexible canvas app that users can embed content including text, images, videos and more on. What can it do? Loop appears to be heavily integrated within the Microsoft 365 ecosystem, and will allow you to create pages that can then contain text, images, videos and other embedded components adding functionality such as Polls and Q&A....

March 21, 2023 · 2 min

How to fix Azure MissingSubscriptionRegistration error

Are you trying to deploy an Azure Resource Manager (ARM) template and getting the error MissingSubscriptionRegistration? In this article we’ll take a look at what the cause of the error is, and how you can easily rectify the problem. Sometimes when trying to run an ARM template in a new subscription to create Azure resources, customers come across the following error: MissingSubscriptionRegistration: The subscription is not registered to use namespace 'Microsoft....

July 7, 2021 · 2 min

Integrating Gumroad and Wordpress

Gumroad is one of the hottest new ways for creatives to sell their products and services online. And with Wordpress being one of the most popular content management systems in the world right now, in this post we’ll explore how you can connect both systems together to offer paid products and services from your Wordpress blog. There are 3 ways in which you can connect Gumroad with your Wordpress site:...

May 5, 2021 · 2 min

Setting Digital Ocean environment variables

Are you trying to work out how to setup environment variables for your Digital Ocean droplet or app running on the app platform? Here’s how. Digital Ocean droplet environment variables Setting an environment variable for a droplet is a little more complicated than for an app running on the app platform. Follow these steps to set environment variables on a Linux droplet: SSH into your droplet. If you’re not sure how to do that, see here Once connected, run the following command to set your environment variable: 1 export YOUR_VARIABLE_KEY=<your-variable-value> App platform environment variables To set environment variables for an app running on Digital Ocean’s app platform, follow these steps:...

January 28, 2021 · 1 min