Skip to content
View nick-cheatwood7's full-sized avatar

Organizations

@softwarethatfits

Block or report nick-cheatwood7

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

Pinned Loading

  1. nanoid-fm nanoid-fm Public

    nanoid implementation in FileMaker

  2. Proof-of-concept using custom middle... Proof-of-concept using custom middleware with Next.js 13 route handlers.
    1
    // src/lib/middleware.ts
    2
    import { randomUUID as uuid } from "crypto";
    3
    import chalk from "chalk";
    4
    import { NextFetchEvent, NextRequest, NextResponse } from "next/server";
    5
    import { ZodError } from "zod";
  3. media-query-components media-query-components Public

    A simple proof-of-concept using custom hooks to render components based on the browser's viewport size.

    TypeScript