👨🏾‍💻Hello! I'm Gordon Durgha, a seasoned .NET Developer based in Florida

With over 18 years of experience, I'm dedicated to serving small businesses in New York and Florida. My journey has allowed me to collaborate with a diverse range of clients, including legal professionals, healthcare providers, and various blue-collar industries. My focus has always been on delivering impactful, custom development solutions while fostering enduring client relationships.

Since beginning my software development journey in 1998 with AOL addons, I've been driven by a passion for technology and innovation. My early days were marked by exploring Visual Studio 6.0 and Visual Basic , coinciding with the advent of Microsoft's Active Server Pages (ASP) , which sparked my interest in web development. Over the years, I've honed my skills through a blend of self-learning and professional experiences, navigating various programming languages and frameworks. This journey has led me to my current role as a Senior Software Developer, where I apply my extensive knowledge to develop robust software solutions. As I look to the future, my focus is shifting towards the realms of AI and machine learning. I am excited about the potential of these technologies and am eager to integrate them into my skill set, aiming to stay at the forefront of software innovation.

Software / Cloud Platforms

Languages, Frameworks and APIs

  • C#
  • Legacy Code
    • VB.NET
    • Classic ASP
  • .NET Framework
  • .NET Core
  • TypeScript
  • HTML / CSS / JavaScript
  • REST / SOAP APIs
  • Authentication / Authorization
  • Third party vendors
Powershell script to update firewall rules

This script was created to gather a list of IP addresses from a remote server and update a firewall rule that will allow those IP addresses access to my server via Remote Desktop: Powershell script $tempFileLocation = "c:\\temp\\AllowedIpAddresses.txt" $firewallRuleName = "NAME OF FIREWALL RULE" $url =...