Front Door logs in Azure: how to query and read them

Cloud Azure Front Door logs

Azure Front Door is a powerful tool for globally distributing web content. To maximize its potential, understanding and analyzing its logs is crucial. This article delves into the various query types and log readings you can perform on Azure Front Door logs to gain valuable insights into your web traffic, […]

Read More…

Simple logging system for Angular

Logging system

It can often be useful to have a centralized point where to keep an eye on the events that occur on our site. Today we’ll create a simple logging system for Angular, to manage everything in one place. To start, we create the enum that takes care of ordering the […]

Read More…