Skip to content
View albertozaranza's full-sized avatar
🇧🇷
JS/TS | React Native
🇧🇷
JS/TS | React Native

Block or report albertozaranza

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
albertozaranza/README.md
const username: string = "albertozaranza";
const name: string = "Alberto Zaranza";
const languages: string = "JavaScript, TypeScript";
const frameworks: string = "React, React Native";

const linkedin: string = "https://www.linkedin.com/in/albertozaranza/";
const email: string = "[email protected]";
const website: string = "https://albertozaranza.github.io/portfolio/";

type Project = {
    name: string;
    description: string;
}

const portfolio: Project = {
    name: "Portfolio",
    description: "Browse through my projects and discover my talent and experience in software development"
};

const moveIt: Project = {
    name: "MoveIt",
    description: "Help developers to do more exercises during the day"
};

const npmAutomation: Project = {
    name: "Npm Automation",
    description: "Create a new release of your package on NPM when you merge a release pull request"
};

type Contribution = {
    name: string;
    description: string;
}

const astroNative: Contribution = {
    name: "Astro Native",
    description: "Astro components for React Native"
};

Pinned Loading

  1. portfolio portfolio Public

    Welcome to my portfolio! Browse through my projects and discover my talent and experience in software development. I hope you find something inspiring!

    Astro

  2. codingaracati/landing-page codingaracati/landing-page Public

    Este repositório abriga o código-fonte da Landing Page do Coding Aracati, dedicada a promover a eventos de tecnologia na cidade de Aracati e região.

    Astro

  3. move-it-react-native move-it-react-native Public

    TypeScript 2 1

  4. e-learning e-learning Public

    TypeScript

  5. NpmAutomation NpmAutomation Public

    JavaScript