Transformando ideas en código eficiente y escalable.

developer.js
const developer = {
  name: "Cristian Dizeo",
  role: ["Frontend Developer", "Backend Developer"],
  years_xp: 5,
  currentlyLearning: ["English conversation", "AI Integrations"],
  contact: "dizeoc@gmail.com"
};