Skip to content
View Victor-Zarzar's full-sized avatar
🤟
🤟

Block or report Victor-Zarzar

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 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
Victor-Zarzar/README.md

GitHub Organization dedicated to hosting a portfolio of open source projects and open source software development solutions.🖖🏻

type DeveloperProfile = {
  role: string;
  location: string;
  languages: readonly string[];
  operatingSystems: readonly string[];
};

export const victorZarzar: DeveloperProfile = {
  role: '💻 Full Stack Developer',
  location: 'Novo Hamburgo, RS - Brazil',
  languages: ['JavaScript', 'TypeScript'],
  operatingSystems: ['macOS', 'Linux'],
} as const;

⚒️ Languages-Frameworks-Tools ⚒️





Pinned Loading

  1. api-cost-map api-cost-map Public

    API built with FastAPI, featuring MySQL database, Nginx reverse proxy, Grafana/Loki logging stack, database migrations with Alembic, and containerized deployment.

    Python

  2. my-portfolio my-portfolio Public

    My portfolio built with Next.js, Shadcn/ui, Drizzle, PostgreSQL, Redis, better-auth, WebHook Slack and Vercel.

    TypeScript 1

  3. nextjs-boilerplate nextjs-boilerplate Public template

    Next.js boilerplate with internationalization, theming, Docker support, and best practices built-in. Not production-ready yet — use as a starting point for your own project.

    TypeScript 2

  4. blog-post blog-post Public

    Modern full-stack blog platform built with Next.js, featuring Drizzle ORM, Better Auth, PostgreSQL, Redis, i18n and containerized deployment.

    TypeScript 2

  5. react-native-boilerplate react-native-boilerplate Public template

    React Native boilerplate powered by Expo Router, NativeWind, and React Native Reusables. Not production-ready yet — use as a starting point for your own project.

    TypeScript 2

  6. dev-cleaner-macOS dev-cleaner-macOS Public

    A comprehensive, modular automated maintenance script for macOS that helps clean cache files, optimize storage, and keep your system running smoothly.

    Shell