Berris.dev
Blogs on .NET and Umbraco.
Blogs on .NET and Umbraco.
I write blogs about .NET and Umbraco. From best practices all the way to security. I'll write about it.
Will create an actual landing page when I find the time!
public static void Main(string[] args)
{
if (isItTime())
{
deployService.DeployProduction();
}
else
{
humanService.ComeBackLater();
}
}