Welcome to our blogs about cloud computing, digital transformation strategy, SaaS and IaC best practices!

We constantly write blog posts about digital transformation, cloud computing, SaaS best practices, and Infrastructure as Code examples. Specifically, we address developers, solution architects, and decision-makers in digitization projects. Additionally, we highlight optimization potential as well as design and cost traps known from our professional experience.

Our articles come directly from our professional experience. We always show interest in new exciting topics, case studies, and guest articles. If you have a topic that fits into this context, we invite you to get in touch with us. Perhaps we can provide you with some positive input free of charge!

Our articles come directly from our professional experience rather than being constructed. Additionally, we always show interest in new exciting topics, case studies, and guest articles. If you have a topic or problem that fits into this context, we invite you to get in touch with us. In addition, perhaps we can provide you with some positive input free of charge!

Thank you for your interest in our SaaS blog!

Azure vs AWS vs Google Cloud - How to choose the right cloud provider
Markus

Azure vs AWS vs Google Cloud?

Choosing a cloud provider is a crucial step for companies that want to move their services to the cloud. This process requires careful consideration of various factors that influence the efficiency, security, cost and scalability of cloud services. This article examines not only general selection criteria, but also highlights the specific strengths and example use cases of leading Platform-as-a-Service (PaaS) providers AWS, Azure and Google Cloud. With real-world insights and case studies, the article provides a valuable decision-making tool to give readers an in-depth understanding of the unique benefits of each platform and help them choose the right cloud provider for their organization.

Read More »
It's synonymous for Infrastructure as Code created by using Azure Bicep as tutorial. A colorful biceps is displayed with a cloud floating above it. In between is an Azure bicep icon.
Michael

Bicep tutorial – Azure IaC basics

Bicep is a language and toolset used for defining infrastructure as code for azure. It can be used to describe ressources in sufficient detail and to combine those Descriptions to the description of a whole environment. It abstracts some of the complexity of dealing with Azure Ressource Manager (ARM) Templates, that are basically just very large json files Bicep is very easy to learn and offers good tooling. In this series of posts I want have a look at some of it’s features and show you my workflow by building a small sample infrastructure.

Read More »
A colorful biceps is displayed with a cloud floating above it. In between is an Azure Blob Storage Account icon. The image is synonymous for Infrastructure as Code created by using Azure Bicep to deploy a Blob Storage Account.
Michael

Azure Storage Accounts with Bicep – a tutorial

This tutorial covers concepts and best practice principles for creating Azure storage accounts with Bicep. In this blog article series, which consists of 5 parts, the basics of the language are explained and code examples with storage accounts are given. For those who are just starting out and are not yet familiar with Azure bicep, I recommend starting with the first part “bicep basics” of the tutorial. This is followed by articles on functions, IoT Hub and Cosmos DB using a sample environment that can be deployed fully automatically at the end

Read More »