Berris.dev

Blogs on .NET and Umbraco.

Blogs

I write blogs about .NET and Umbraco. From best practices all the way to security. I'll write about it.

Go to blogs

Fun Fact

This website is a statically generated site working with Umbraco.

Read about it
Logo

Under construction!

Will create an actual landing page when I find the time! 

public static void Main(string[] args)
{
  if (isItTime())
  {
    deployService.DeployProduction();
  }
  else
  {
    humanService.ComeBackLater();
  }
}