Skip to content
View haseeb5555's full-sized avatar
🌴
On vacation
🌴
On vacation

Block or report haseeb5555

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. dev-boost-starters dev-boost-starters Public

    A curated collection of production-ready starter templates designed to accelerate your development process and save weeks of setup time.

    TypeScript 32 3

  2. querylinker querylinker Public

    CLI tool for searching Google, StackOverflow, ChatGPT, and Claude.

    JavaScript 5 1

  3. react-hash-control react-hash-control Public

    A collection of React hooks for handling URL hashes. This package provides several hooks to simplify working with URL hashes in React applications.

    TypeScript 3

  4. Fair Post Distribution Algorithm Fair Post Distribution Algorithm
    1
    import { PrismaClient, Prisma, DistributionStatus, UserRole } from '@prisma/client';
    2
    
                  
    3
    const prisma = new PrismaClient();
    4
    
                  
    5
    export class PostDistributionManager {