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 = "albertozaranza@gmail.com";
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"
};
🇧🇷
JS/TS | React Native
Software Engineer | Mobile | React Native, TypeScript
Pinned Loading
-
portfolio
portfolio PublicWelcome to my portfolio! Browse through my projects and discover my talent and experience in software development. I hope you find something inspiring!
Astro
-
codingaracati/landing-page
codingaracati/landing-page PublicEste 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
-
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.