Microsoft Certification Challenges – Planning

My Notes from 5/25 The Microsoft website that is being used has provided us the opportunity to learn and get certified with Microsoft for free. After completing one of the challenges by going through the learn portal, we will get one test voucher that can be used on the tests that were listed. As shown … Continue reading Microsoft Certification Challenges – Planning

Microsoft Certification CHALLENGE’S: Utilizing Devops Tools

Today's main focus is around Azure Boards / GitHub projects. Before today, I have used GitHub a lot, but not have utilized all of the tools that are part of it. One of the main items being GitHub Projects. This reminds me a lot of the Teams Planner as we can streamline and have a … Continue reading Microsoft Certification CHALLENGE’S: Utilizing Devops Tools

Logic App – IT Glue Data Ingestion

Overall Project The purpose of this Logic App is to ingest the data from IT Glue by utilizing the API to grab the data and throw it into a Log Analytics Workspace to query. Process The above screenshot shows the overall flow of the Logic App. The flow of the project goes as follows: Recurrence … Continue reading Logic App – IT Glue Data Ingestion

Program Documentation: Malicious URL Checker (Desktop Application)

Introduction The Malicious URL Checker is a desktop application developed in C# using the .NET framework. The program utilizes a WebBrowser object to retrieve webpage data and analyze whether a given URL is considered malicious or safe. It allows users to input URLs and quickly determine their maliciousness at a glance, without relying on external … Continue reading Program Documentation: Malicious URL Checker (Desktop Application)