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 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
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. fastapi-clean-architecture fastapi-clean-architecture Public

    Base FastAPI project for applying general RestAPI Application cases. Featuring PostgreSQL database, Nginx reverse proxy, Kafka, Redis, Grafana/Loki logging stack, database migrations with Alembic, …

    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