Knoxville's developer community
KnoxDevs is a registered non-profit 501(c)(3) whose sole mission is to foster a healthy software developer community in Knoxville, TN.
${block
.replace(/\*([^*]+)\*/g, '$1')
.replace(/`([^`]+)`/g, '$1')
.replace(/\n/g, ' ')}`;
})
.join('');
}
document.getElementById('coc-content').innerHTML = renderMarkdown(coc);
const modal = document.getElementById('slack-modal');
const open = document.getElementById('slack-open');
const close = document.getElementById('slack-close');
function showModal() {
modal.classList.remove('hidden');
modal.classList.add('flex');
document.body.style.overflow = 'hidden';
}
function hideModal() {
modal.classList.add('hidden');
modal.classList.remove('flex');
document.body.style.overflow = '';
}
open?.addEventListener('click', showModal);
close?.addEventListener('click', hideModal);
modal?.addEventListener('click', (e) => { if (e.target === modal) hideModal(); });
document.addEventListener('keydown', (e) => { if (e.key === 'Escape') hideModal(); });
})();
View Groups
Active Groups
From Python to .NET, UX to game design — there's a group for every developer in Knoxville.
KnoxDevs Events
We host quarterly meetups bringing together developers from across the local community.
To Join
Membership is always free. Come to a meetup, join Slack, or get involved as an organizer.