Skip to content
View sokaluis's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing
  • Buenos Aires, Argentina

Block or report sokaluis

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
sokaluis/README.md

Hi, I'm Luis Azocar! (Sokka)

LinkedIn: luis-azocar GitHub Soka

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.

About Me

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!',
};

What I Work On

  • 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.

Engineering Focus

  • 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.

Portfolio

You can find my CV, selected projects, and work history here:

luisazocar.vercel.app

Tech Stack

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

GitHub Stats

Top Langs

Luis Azocar GitHub Stats

How to Reach Me


Open to senior frontend, fullstack, and architecture roles. Also available for freelance engagements.

Pinned Loading

  1. react-date-range react-date-range Public

    Modern maintained fork of react-date-range with React 18/19 support, TypeScript types, and stable demo.

    JavaScript