Photo of Andrew Fenstermaker

Andrew Fenstermaker

Instructional Technology Coordinator

Iowa City Schools

Professional Bio

Andrew Fenstermaker is an influential leader in instructional technology, AI integration, and educational transformation. As an Instructional Technology Coordinator, he collaborates with administrators, curriculum coordinators, teachers, and students to operationalize best practices with emerging technologies. He drives innovation that enhances engagement and equity in K-12 education through resource development, curricular enhancements, and professional development. A recognized AI and Computer Science advocate, Andrew serves on the State of Iowa AI Committee, shaping statewide AI guidance, and the Iowa Computer Science Advisory Committee, advancing CS education. He has contributed to Digital Promise’s AI guidance and the U.S. Department of Education’s AI Toolkit for Education Leaders, influencing AI adoption in K-12 schools. With a Master’s in Educational Technology Integration, Andrew blends instructional design with hands-on coaching to empower educators. A Google Certified Innovator and Coach, he has presented regionally and nationally on AI literacy, instructional design, and technology integration. His leadership ensures schools bridge the gap between technology, pedagogy, and equity, preparing students for an AI-driven world.

Organization Name

Iowa City Schools
SHLB Logo Anchor Institution

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 //custom script to render one h1 tag on home page for on-page seo. Please do not remove. //custom script to replace a.create-account-link href "/register?memberThpeID=null" with "/create-account"