Back to AnchorNets 2024 Attendees
Photo of Hunter Babin

Hunter Babin

Principal

Telconnections, Inc.

For-Profit

Professional Bio

Hunter Babin is the owner and founder of Telconnections, Inc., a firm specializing in the USAC Rural Health Care Program and offering comprehensive project management services. Before establishing Telconnections, Hunter gained extensive experience in mainframe computing, client-server systems, networking, and telecommunications with Fortune 500 companies, including Cisco Systems.

Hunter's expertise encompasses needs analysis, solution development, project management, and the USAC Rural Health Care Program. His strategic insights and hands-on experience have positioned him as a key contributor in advancing rural healthcare initiatives. He holds a Master of Public Administration (MPA) from the University of Arkansas.

Beyond his professional endeavors, Hunter serves on the Executive Board of the Arkansas Natural State Council of the Boy Scouts of America and the University of Arkansas at Little Rock Foundation Fund Board. He enjoys playing golf and pickleball. Hunter is married to Joyce, an attorney, and they have a daughter.

Organization Name

Telconnections, Inc.
5610 HAWTHORNE RD
LITTLE ROCK, AR 72207-4308
United States
501.225.5807 https://telconnections.com/
SHLB Logo For-Profit

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