const PROFESSION = 'Writer, Builder, and AI Tinkerer';
const LOCATION = 'East Tennessee, USA';
// Education
const education = [
{ degree: 'Master’s in Social Work', note: 'Proud part of my foundation.' },
{ degree: 'Self-taught Web + AI Developer', note: 'From glitchy CSS to custom LangChain bots and agents.' }
];
// Current Work
const employers = [
{ name: 'Warmer', role: 'Peer Support', type: 'Independent' },
{ name: 'Gentle Nook', role: 'Founder / Creator', type: 'Independent' },
{ name: 'Freelance', role: 'Coaching, Writing, Web & AI Projects', type: 'Independent' }
];
// Skills (my real toolkit)
const skills = {
writing: ['Grounded essays', 'Direct copy', 'Personal storytelling'],
building: ['Websites as art', 'Custom AI workflows', 'Static sites & blogs'],
tools: ['Notesnook', 'Canva', 'Terminal', 'LangChain + Chroma']
};numack