Category: Tutorials
-
OneTrust blocking your YouTube Videos
Love them or hate them, consent banners are everywhere! Some are opt-in while others are using the opt-out model. Much of the time, it is not clear what you are toggling on and off unless you spend 30 minutes reading all of the legalese. Some of you might be into that. No judgement here. I…
-
Sitecore Role and Workflow Strategy: Part Two
This post is a continuation of my two-part series on role and workflow strategy. To read about role strategy, please read part one. In this post, we will discuss a few ways to optimize your workflow to save potentially hours of your life. If you are unfamiliar with states, commands, and actions in a workflow,…
-
Sitecore Role and Workflow Strategy: Part One
In this series, we will discuss role configuration and how to create a simple, optimized workflow. Rhombic Networks Rhombic Networks has 10 individuals that make up the content team – 1 content manager, 4 editors, and 5 contractors. Anne is the content manager and is responsible for validating the quality of the content and publishing…
-
Create an Azure VM with ports actually working via Azure PowerShell
Ever spun up an Azure virtual machine just to realize it doesn’t have the right ports open? Then, after 30 minutes of rolling your face on the keyboard, updating, restarting, and punching your monitor, it still doesn’t work? Just do it with Azure PowerShell.
-
Get a list of Azure Resources and their Sizes
You are probably here because you have painstakingly clicked on every single Azure resource in the portal to view it’s size. Using Azure PowerShell, your pain is finally over! To pull a list of all the VM’s and their respective sizes:
-
Using the LinkedIn JavaScript API
I was recently charged with a project where I needed to get user information from LinkedIn and I decided to use their JavaScript API. ย Unfortunately, most of their examples were not very useful for what I was trying to do. What Am I doing? The goal was to pre-fill a long registration form and then…