dotnetcatch.com - DOTNET CATCH – Blogging .NET, C# and DevOps topics. – .NET and software development learnings, tips and rants

Example domain paragraphs

We recently replaced an old Kubernetes cluster in Azure AKS with a new set of notebook jobs in Azure Databricks. Overall the migration was a success but we definitely had to live through some growing pains.  Databricks is a for profit company founded by the creators of Apache Spark.  They offer a distributed compute platform …

Avoid join() in Azure Databricks, save $$$$ Read More »

In this next blog post of the MicroServerlessLamba.NET series, we will review how we managed to make microservices calls in a more resilient way.  As previously covered, hosting via functions as a service is not a silver bullet and it has its own set of challenges.  AWS Lambda is not an exception to this.  Functions …