Senior Frontend Developer based in Buenos Aires, Argentina.
Building structured, accessible web applications for fintech, e-commerce, logistics, and telecommunications across US and Latin American markets.
I have been working with frontend and mobile products since 2015, with a current focus on modern React, Next.js, TypeScript, CMS-backed content, and clean architecture for product teams.
type Pronouns = 'he' | 'him';
interface SokaProfile {
name: string;
role: string;
location: string;
experienceSince: number;
focus: string[];
values: string[];
sayHi: () => string;
}
const soka: SokaProfile = {
name: 'Luis Azocar',
role: 'Senior Frontend Developer',
location: 'Buenos Aires, Argentina',
experienceSince: 2015,
focus: [
'Frontend architecture',
'React and Next.js applications',
'Type-safe CMS integrations',
'Performance and accessibility',
'Developer experience',
],
values: ['clarity', 'maintainability', 'product thinking'],
sayHi: () => 'Hi everyone!',
};- Frontend architecture โ React, Next.js, TypeScript, component systems, scalable UI foundations.
- CMS-driven products โ Strapi-backed content, i18n, typed data boundaries, explicit empty states.
- Performance & accessibility โ semantic HTML, reduced-motion support, Core Web Vitals awareness.
- Developer experience โ CI/CD, testing, typed contracts, and maintainable delivery workflows.
- Clear architecture โ code should communicate boundaries, ownership, and intent.
- Product-minded frontend โ UI is not only visual; it owns states, flows, feedback, and trust.
- Maintainable delivery โ good engineering means shipping without making the next change harder.
You can find my CV, selected projects, and work history here:
| Layer | Technologies |
|---|---|
| Frontend | Next.js 15, React 19, TypeScript, Tailwind CSS, Framer Motion |
| Mobile / Previous work | React Native, Flutter, Swift |
| Data / CMS | Strapi, same-origin API routes, Redis |
| Backend / Tooling | Node.js, Express, Docker, Vitest, Puppeteer/Chromium |
| Deploy | Vercel, GitHub Actions |
- LinkedIn: luis-azocar
- GitHub: sokaluis
- Email: lazocar.dev@gmail.com
- Portfolio: luisazocar.vercel.app
Open to senior frontend, fullstack, and architecture roles. Also available for freelance engagements.




