Intermediate material. Assumes basic level knowledge and provides more specific details about the topic.

Tiny Dashboard!

By |2020-09-04T22:37:55+03:00September 4th, 2020|Categories: Modern apps|Tags: |

Isn't this the cutest, tiny 0.96 inch dashboard showing monitoring data you can imagine? On this article we'll be using Raspberry Pi, an OLED display and small python app to get data from Azure App Insights and show it on the tiny dashboard. The Goal I wanted to build an always-on display that would show real [...]

Minimize Azure Web App Cost

By |2020-07-21T14:43:51+03:00July 20th, 2020|Categories: Modern apps|Tags: |

Want to minimize your Azure ASP.NET Core web app cost? How would 9 euros per month sound? Can do, if you don't need fancy PaaS features, and host the app on a virtual machine. Price for production grade App Service starts roughly from 60 euros per month. (Including B1 App Service, SSL cert & Azure DNS). [...]

Azure Monitoring Basics

By |2020-02-14T13:24:05+02:00November 20th, 2019|Categories: Modern apps|Tags: |

Your Azure solution is nearing production. The final thing you need to solve is how to monitor your app performance and availability, and how to get notified of potential problems. This is a quickstart to monitoring on Azure. In a nutshell The below image shows the monitoring and alerting pipeline used on Azure. The similar structure [...]

Modern Chatbot Reference Architecture

By |2020-02-14T13:22:03+02:00March 6th, 2018|Categories: AI and Analytics|Tags: |

Wanted to make a chatbot, but wondered if you were doing it right? This short blog shows an architecture reference model how most of today's bots seem to be internally organized. I've seen this architecture used on most text based customer service, FAQ and other one trick bots. The Architecture Making bots understand us or respond [...]

Go to Top