Todd Melby

For over 30 years, Todd Melby has been a wireless and telecommunication industry leader. He has developed many broadband, cellular, and wireless networks internationally and domestically while working for Motorola, Sprint, Extenet, and Netsync. Recently Todd has been focused on fixed wireless, private wireless networks, MOCN, and indoor networks.

Todd’s passion is to develop people, organizations, and processes associated with completing complex wireless projects. He enjoys the design, construction, system integration, and network operations. He also enjoys mentoring staff and working across organizational boundaries to create a healthy team environment. 

Todd’s educational background includes an Executive MBA with a BSEET undergrad. Todd has an AWS Certified Solutions Architect-Associate Certification, an Electrical Contractor License, and a General Contractor License. 

Todd is a two-time Ironman who loves traveling, skiing, sailing, playing platform tennis, and watching my kids play sports. 

function openCity(evt, cityName) { // Declare all variables var i, tabcontent, tablinks; // Get all elements with class="tabcontent" and hide them tabcontent = document.getElementsByClassName("tabcontent"); for (i = 0; i < tabcontent.length; i++) { tabcontent[i].style.display = "none"; } // Get all elements with class="tablinks" and remove the class "active" tablinks = document.getElementsByClassName("tablinks"); for (i = 0; i < tablinks.length; i++) { tablinks[i].className = tablinks[i].className.replace(" active", ""); } // Show the current tab, and add an "active" class to the button that opened the tab document.getElementById(cityName).style.display = "block"; evt.currentTarget.className += " active"; } //Reveal Animation on homepage