Hi! 👋🏼 welcome to my virtual world ✨
elijs.dev
Frontend Developer and Software Engineer specializing in JavaScript, React, TypeScript and Vue
Professional FrontendFullstackDeveloper
main.js
styles.css
Creative Code
// Funci�n principal del widget
function initCodeWidget() {
// Configuraci�n de la animaci�n
const speed = 35;
const maxLines = 100;
// Variables internas
let isRunning = true;
let lineCount = 0;
// Inicializar elementos visuales
createParticles();
// Activar el observador de estado
startStateMonitor();
// Eventos de usuario
registerEventListeners();
// Devolver API p�blica
return {
pause: () => { isRunning = false; },
resume: () => { isRunning = true; },
getStats: () => {
return {
lines: lineCount,
status: isRunning ? 'active' : 'paused',
memory: '128MB',
uptime: '3h 42m'
};
}
};
}
// �Empecemos a codificar!
const widget = initCodeWidget();
Hi! 👋🏼 welcome to my virtual world ✨
5+
Years
100+
Projects
2021
Engineering
⭐ Web developer expert in JavaScript.
💡 5+ years of experience developing software solutions.
💻 I graduated in computer engineering at 'CUJAE'.
❤️ Passionate about front-end & new tech & learning
🤝🏻 Open for project collaboration. More about my career
🎁 Regalo por los 50k en Instagram
VibeHost - deploy de app con IA ✨
🗺️ Roadmap 2026 para Full Stack
Mini curso de Vibecoding
✨
50 Retos para trabajar como dev 💻
My blog about technology! 💜
CV template para Tech 📝
BagPlanner mi app planear maletas 💼
My React component library 💜
✨ Check out my portfolio!
📧 Contact me by email
