I decided to go ahead and take a Pre-Assessment test yesterday to see what concepts in familiar with and which ones I need more work on. While I have experience with working in Azure on a daily basis, there were different technologies that I have not touched and had a vague understanding of. Some of … Continue reading AZ-500 Test Preparation
Category: Programming
Learning React.JS: Day 1
I have seen that React is a pretty good way to build websites and decided to learn how to use it. The tutorial that I decided to go off was developedbyed's "Build a React Portfolio Website with Tailwind Tutorial". The link the YouTube video is here. The Youtuber went over the necessary items to build … Continue reading Learning React.JS: Day 1
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)