All the latest
The Importance Of Application Monitoring: Why You Can’t Afford To Ignore It
According to a study by KPMG, application downtime can cost businesses up to $1.25 million per hour. In today’s digital world, where businesses are heavily reliant on technology, it is more important than ever to have a robust application monitoring strategy in place. Application monitoring is the process of tracking,... Read More
A Comprehensive Guide To Databricks For Data Professionals
Databricks is a cloud-based platform that enables data professionals to easily and quickly process and analyze data. It is designed to be used in conjunction with Apache Spark, a fast and general-purpose engine for large-scale data processing. Databricks provides a unified platform that allows data professionals to easily ingest data... Read More
How to remove all git commit history?
Its usually not a great idea to remove all history for a repository as the history represents all changes for a project. There may be scenarios where this is needed, like commit history containing sensitive information or a disorganized commit history that needs cleaning. This approach will essentially tell git... Read More
Python Logging to File: A Beginners Guide
What is Logging? Logging is a python module in the standard library that offers the ability to use the framework for releasing python logging to file messages from Python programs. The software uses python logging to track events that occur while running. It is a crucial tool in software creation,... Read More
Python Logging Best Practices
Python is one of the most successful programming languages out there. Its easy syntax and user-friendliness make it the go-to programming language for a broad spectrum of people, from absolute beginners to advanced AI and ML engineers. In this article, we will discuss the best practices for logging that will... Read More
Solved: Unable to resolve service for type microsoft.extensions.logging.ilogger
Table of contentsThe ProblemCommon Steps to ReproduceThe Solution The Problem A runtime error is triggered when using the Microsoft ILogger class in your .Net applications. System.InvalidOperationException: 'Unable to resolve service for type 'Microsoft.Extensions.Logging.ILogger' Common Steps to Reproduce Configuration 1 Console application Main configuration var services = new ServiceCollection() .AddLogging(logging =>... Read More
What is Azure Databricks?
Databricks is a software company founded by the developers of Apache Spark. The company has created many hit softwares that play an integral role in the tech stack of any developer playing around with data engineering, data science, and machine learning. Some of their widely acclaimed software include Delta Lake, MLflow, and... Read More
How to Check Logs in Application Insights in Azure Portal
Getting a bit confused with application insights or looking for some clarification? Here we will cover about Azure and its Application Insights logs. What is Azure? The second-largest and fastest-expanding cloud-computing platform is Microsoft Azure. It is an online portal that gives you access to and control over Microsoft's resources... Read More
How To Create a Bug in Azure DevOps
Creating a bug in Azure DevOps is simple and easy to do. In this post one can learn how to create a bug in Azure DevOps and what has to be done with it once it’s been created. By the end of this post, you’ll know how to create a... Read More