Skip to content
View thebuilder's full-sized avatar

Block or report thebuilder

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

Hi there πŸ‘‹

GitHub thebuilder Twitter: teh_builder Linkedin: Daniel Schmidt

I build for the web from Copenhagen. Mostly TypeScript, mostly open source.

  • 🌐 thebuilder.dk β€” the scroll-driven WebGL profile this repository builds
  • πŸͺ react-intersection-observer β€” tell a React component when it enters the viewport
  • πŸ–ΌοΈ blur-placeholder β€” WebP, BlurHash, and ThumbHash placeholders for Umbraco media
  • πŸ“Š web-analytics β€” Vercel and Plausible reports inside the Umbraco backoffice
  • πŸ™οΈ FSN β€” SGI's File System Navigator, rebuilt for the browser and the desktop

thebuilder.dk

This repository is both my GitHub profile README and the source of the site: one scrolling page, Next.js and three.js, exported as static files.

pnpm install
pnpm dev      # http://localhost:3000
pnpm check    # lint, types, tests, dead code, build

Pinned Loading

  1. react-intersection-observer react-intersection-observer Public

    React implementation of the Intersection Observer API to tell you when an element enters or leaves the viewport.

    TypeScript 5.5k 188

  2. charlie-tango/hooks charlie-tango/hooks Public

    Collection of React Hooks used by Charlie Tango

    TypeScript 81 10

  3. web-analytics web-analytics Public

    Umbraco Extension to integrate Web Analytics

    TypeScript