👋 Hi! I'm A.J. Skidmore
Software & UX Engineer
I create intuitive, user-centered digital experiences by bridging the gap between design and development.
// Hello World!
function createPortfolio() {
const skills = ['JavaScript', 'React', 'UX Design'];
const passion = 'Building amazing user experiences';
return {
name: 'A.J. Skidmore',
role: 'Software & UX Engineer',
contact: 'ajskidless@gmail.com'
};
}
// Let's build something awesome together!