const dev = { name: "Alfonso Fonseca", role: "Full Stack Engineer", stack: ["React", "Next", "Node", "Python"], ship: () => build().then(deploy), };
Portafolio
Sobre mí
async function build() { const app = createApp({ ssr: true }); await app.use(router).mount("#root"); return app; }
export const deploy = pipe( test, lint, bundle, ship({ target: "edge" }), );
Stack
Trabajo
Selección de proyectos personales y de trabajo. Los proyectos de cliente se describen sin identificar a las marcas.
Trayectoria
Contacto