Coding Projects

Website / Web Application Development

Screenshot of AWS Cost Dashboard

AWS Cost Dashboard

As part of my interest and ongoing training in AWS, this personal project showcases my evolving proficiency with the platform. It provides real-time cost metrics for all AWS services used within my account, retrieved directly via AWS APIs. The data is presented through a streamlined dashboard that alternates between tables and charts for easy visualization. The front end was built using TailwindCSS and AlpineJS, ensuring a responsive and modern user experience.

HTML Alpine JS TailwindCSS AWS

Scripting

PowerShell logo

HTML Server Reports

The attached PowerShell script was developed to query remote computers and servers for event log data. It retrieves relevant events and formats the results into an HTML table, making it easier to review and analyze system activity. This approach streamlines log monitoring across multiple machines and enhances readability for support.

Get Software Uninstall String From the Registry

The following PowerShell script was used to remotely uninstall software from desktop machines by leveraging the uninstall string stored in the Windows Registry. It automates the process by querying the target computer’s registry for installed applications, extracting the appropriate uninstall command, and executing it remotely. This method is particularly useful for managing software across a network without requiring manual intervention on each device.

Modify Active Directory Phone Numbers

This PowerShell script was developed to modify phone numbers in Active Directory during my time as Parmley Graham. As far as i recall the UK dialing code 44 was causing an issue with the CRM we were using. It automates the process of updating user attributes, ensuring consistency and accuracy across the directory. The script can be customized to target specific user groups or attributes, making it a versatile tool for managing user information in a Windows environment.

Pyhton Image scraper

A Python program to extract image URLs from a web page