Crafting digital experiences with code and creativity
class MiguelSantana {
constructor() {
this.name = 'Miguel Santana';
this.role = 'Full-Stack Developer';
this.skills = [
'JavaScript',
'React',
'Next.js',
'PHP',
'MySQL'
];
}
createAmazingThings() {
return '✨ Magic happens here ✨';
}
}
const miguel = new MiguelSantana();
miguel.createAmazingThings();
I'm a passionate full-stack developer who loves creating functional and user-friendly digital experiences. With expertise in modern web technologies, I bring ideas to life through clean code and robust applications.
I'm always excited to work on new and challenging projects. Whether you need a website, web application, or just want to chat about technology, feel free to reach out!