Your sponsorship directly powers the creation of free, open-source tools that thousands of developers rely on daily
Why sponsor me? π€
- π§ Direct Impact: Every dollar helps me dedicate more time to building tools you actually use
- π Always Free: All my libraries remain open-source and free forever
- π― Developer-First: I build solutions for real problems I've faced as a developer
- π Growing Ecosystem: Join a community that's already helped generate millions of downloads
- π Proven Track Record: 25+ successful projects with active maintenance and support
What your sponsorship enables:
- β‘ Faster bug fixes and feature requests
- π Better documentation and tutorials
- π Regular updates and maintenance
- π More innovative developer tools
- π¬ Priority support and direct access
π‘ Every contribution matters - from $1 to $100, your support makes a real difference!
Building the future, one line of code at a time
I'm a passionate software engineer with a deep love for creating tools that make developers' lives easier. From Prisma generators to Firebase utilities, I specialize in building developer-focused libraries that have collectively reached 878K+ downloads.
const omar = {
languages: ["TypeScript", "JavaScript", "Go"],
runtime: ["Node.js"],
frontend: ["React", "Next.js", "Angular"],
backend: ["Express", "NestJS"],
tooling: ["Vite", "Vitest", "Tsup"],
focus: ["Developer Tools", "Open Source", "API Design"],
specialties: [
"Prisma Ecosystem",
"Drizzle ORM",
"tRPC",
"oRPC",
"Firebase",
"GraphQL",
],
philosophy: "Code with purpose, share with passion",
};
π₯ Current Focus: Building tools that bridge the gap between databases and modern web development
Complete toolkit for Prisma ORM - from schema management to validation generators
π Quick Install Popular Packages:
# π Most Popular
pnpm add prisma-zod-generator
# π₯ 2nd Most Popular
pnpm add prisma-class-validator-generator
# π₯ 3rd Most Popular
pnpm add prisma-trpc-generator
π Project | β Stars | π΄ Forks | π Issues | π PRs | π₯ Downloads |
Prisma Schema Sorter | |||||
Prisma Query Inspector | |||||
Prisma Joi Generator | |||||
Prisma Yup Generator | |||||
Prisma Class Validator Generator π 2nd Most Popular |
|||||
JSON to Prisma Schema Convertor | |||||
Prisma Zod Generator π Most Popular |
|||||
Prisma tRPC Generator π₯ 3rd Most Popular |
|||||
Prisma JSON Server Generator | |||||
Prisma tRPC Shield Generator | |||||
Prisma Custom Models Generator | |||||
Prisma oRPC Generator | |||||
Prisma Valibot Generator |
Type-safe APIs and modern backend solutions
β‘ Quick Start:
# Scaffold a new tRPC app
pnpm dlx create-trpc-appx@latest my-app
# Add tRPC protection layer
pnpm add trpc-shield
π Project | β Stars | π΄ Forks | π Issues | π PRs | π₯ Downloads |
Create tRPC App | |||||
tRPC Shield π₯ Popular |
Next-generation RPC framework with type-safe APIs and modern tooling
β‘ Quick Start:
# Add oRPC protection layer
pnpm add orpc-shield
π Project | β Stars | π΄ Forks | π Issues | π PRs | π₯ Downloads |
oRPC Shield |
Zero-friction codegen for Drizzle ORM - Generate validation, services, and routers automatically
β‘ Quick Start:
# Initialize DRZL config
pnpm dlx drzl init
# Generate code from your schema
pnpm dlx drzl generate -c drzl.config.ts
π¦ Includes packages for:
- Validation: Zod, Valibot, ArkType generators
- Services: Typed CRUD service generator
- APIs: oRPC router templates
- Core: Schema analyzer & shared utilities
π Project | β Stars | π΄ Forks | π Issues | π PRs | π₯ Downloads |
DRZL ποΈ Complete Codegen Suite |
Streamlined Firebase development and Firestore utilities
π§ Firebase Utilities:
# Download Firebase Functions locally
pnpm add firebase-functions-downloader
# Firestore & Prisma integration
pnpm add firestore-prisma
π Project | β Stars | π΄ Forks | π Issues | π PRs | π₯ Downloads |
Firebase Functions Downloader | |||||
lang-firestore | |||||
Firestore Indexes Diff | |||||
Firestore Prisma | |||||
Firestore Prisma Web | |||||
FireScope π₯ Chrome DevTools Panel |
Enhanced developer experience and productivity tools
π― Productivity Boosters:
- π Breakpoint Bookmarks - VS Code Extension
- π‘οΈ GraphQL Shield Generator - Auto-generate GraphQL permissions
π Project | β Stars | π΄ Forks | π Issues | π PRs | π₯ Downloads |
Breakpoint Bookmarks π VS Code Extension |
|||||
GraphQL Shield Generator |
π Project | β Stars | π΄ Forks | π Issues | π PRs | π₯ Downloads |
Next SEO | |||||
nookies | |||||
NestJS Prisma Library and Schematics |
- I built FireScope: a Chrome DevTools panel for Firestore (open-source)
- DRZL β Adapterβbased codegen for Drizzle ORM (oRPC routers, services, and validators)
- Stop losing your breakpoints: Meet Breakpoint Bookmarks for VS Code
- Full JavaScript Internationalization CheatSheet!
- How to change access and modification times in Nodejs?
- How to create symbolic links in Nodejs?
- How to copy a file in Nodejs?
- How to append contents to a file in Nodejs?
- What is the best way to read directories in Nodejs?
- How to create unique temporary directories in Nodejs?
- Full ES2022 Cheatsheet!
- How to change ownership of a file in Nodejs?