Photo of Annmarie Lanesey

Annmarie Lanesey

Can Code Communities

Trial Membership

Original Join Date: 2026

Professional Bio

CEO and Founder
Serial entrepreneur, front-end developer, Agile project manager and artist, founder Annmarie Lanesey operates on the conviction that industry, commerce, and human creativity thrive best where economic and cultural barriers to human development are addressed directly. In her capacity as CEO of custom software developer Greane Tree Technology, her successful hire of a fully self-taught Ruby on Rails developer inspired the vision of Albany Can Code. Annmarie is tireless in working to grow the region’s software sector, and to extend software and IT training opportunities to everyone who has the aptitude for this work.

Organization Name

Can Code Communities
SHLB Logo Trial Membership

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"