Tales and stories about Cloud-Native computing, Serverless, Containers, Azure and Kubernetes
CronJobs build an essential part of many applications. Often, you've to persist some kind of data from application artifacts like CronJobs. This article demonstrates how to build such a CronJob with Azure Files and run it on a Kubernetes cluster.
Learn how to take the official Azure Functions runtime and deploy it as Docker container to a Kubernetes cluster and by adding horizontal pod autoscaling (HPA) you can handle almost any load automatically.
In this article, I describe how to spin up a hybrid Kubernetes Cluster using acs-engine. You'll deploy a Linux and a Windows Pod to the same Kubernetes cluster and expose them to the public.
Learn how to examine and fix issues when Pods stuck in state Pending while deploying them to Azure Container Instances
Learn how to boost your productivity by defining aliases and enable auto completion for kubectl
Learn how to use Azure Files in Kubernetes Deployments from an ASP.NET Core Application
Pulling docker images from private registries is an essential, basic task that you need to do almost every day. This article guides you through the process of integrating Azure Container Registry and Azure Kubernetes Services.
This post describes how to build Angular apps more framework-agnostic. Following the simple samples in this post will make your code more reusable.
How do you write your technical articles? A question I was often asked. This article is a quick overview of my writing workflow and the tools that I use to produce my articles
Learn how to deal with the unexpected. How can you deal with errors once you've shipped your Electron application. This post explains how to setup and use CrashPad on all platforms
ngx-electron is here to help you! If you want to write a desktop application using Angular, GitHub's Electron is the tool of choice to bring Single Page Applications to the desktop. ngx-electron you'll be quicker and accessing Electron's APIs is even easier from within Angular.
internationalization is important if you build Angular applications for a bigger audience. Learn how to use standard Angular pipes with ng-translate
Learn how to configure iTerm2 to work like Guake, the popular Linux terminal. Boost your productivity and access iTerm2 quickly from everywhere.
Electron takes HTML5 notifications and bridges them to operating system notifications. So you'll learn how to create native HTML5 notifications within Angular.
Augury by Rangle.IO is currently the best Chrome Extension for debugging Angular apps. Learn how to debug Angular apps inside of Electron using Augury.
This article guides you through the process of creating an cross-platform desktop application using GitHub Electron and Angular as Single Page Application framework.
Learn how to use async routes in Angular
Boost your productivity with Pug. Pug compiles down to HTML and make you faster when it comes to frontend development.
ViewEncapsulation tells Angular how to render the component in the final website, this post explains how to enable native ViewEncapsulation for all browsers
Every developer should be able to write unit tests. This article explains how to write tests based on the popular testing framework Jasmine in combination with Angular and TypeScript.
Every app has to have a nice looking app icon. A simple task may become complex, especially if you deal with multiple platforms. This article explains how to set app icons for Electron-based Windows apps from macOS.
Angular and WebComponents? Sure! Learn how the different ViewEncapsulation settings work in Angular applications and which impact every setting does have on your resulting HTML output.