Skip to content
View sokaluis's full-sized avatar
🍎
Apple Lover ❤️
🍎
Apple Lover ❤️
  • 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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only 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! (Soka)

Linkedin: luis-azocar GitHub Soka

Frontend / Mobile Developer since 2015

Becoming FullStack Developer (MERN Stack)

Top Langs

About Me

type Genre = "She" | "He";

interface ISoka extends DeveloperSkills {
  pronouns: Genre;
  challenge?: string;
  sayHi: () => string;
}

const soka: ISoka = {
  pronouns: "He",
  languages: [
    "HTML",
    "CSS",
    "Javascript",
    "Typescript",
    "Dart",
    "Swift",
    "Liquid",
  ],
  frontend: [
    "React",
    "Redux",
    "Styled-Components",
    "Hooks",
    "Context API",
    "Shopify API",
  ],
  mobile: ["React Native", "Flutter", "Swift"],
  backend: ["NodeJS", "Express", "MongoDB", "mongoose", "Docker"],
  testing: ["Jest"],
  challenge:
    "I am doing the #100DaysOfCode challenge focused on react and typescript",
  sayHi: () => {
    return "Hi Everyone";
  },
};

Languages & Tools



Luis Azocar Github Stats


How to reach me


⭐️ From sokaluis with 💖

Pinned Loading

  1. react-core-library react-core-library Public

    My personal React Library where I'm going to put Hooks, React Components, Tips, Notes, etc

    TypeScript

  2. react-native-library react-native-library Public

    My personal React Native Library where I'll upload components, hooks, tips, etc

    TypeScript

  3. pokedex-app pokedex-app Public

    A Pokedex App Based in the PokeAPI project

    TypeScript 1

  4. movie-app movie-app Public

    The Movie Data Base App for Android and iOs

    TypeScript 1

  5. calendar-api calendar-api Public

    Backend of Custom Calendar App

    JavaScript

  6. movie-api movie-api Public

    A basic Node API

    JavaScript