Skip to content
View domhhv's full-sized avatar
⚙️
Wrangling
⚙️
Wrangling

Block or report domhhv

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

I help distributed teams ship features that matter

Most recently, I was the sole founding engineer at an AI startup, where I took a concept to a live product from start to finish.

I've built internal tools at Waze and refined the UX of all key flows on a high-load marketplace at Unstoppable Domains.

Ten years total, developing for companies from two-person startups to Google.

Also, I have three products that I designed and released on my own.

Stack: TypeScript · React · TailwindCSS · Next.js · Node.js · NestJS · PostgreSQL · Supabase · Python

I'm available for hire — looking for an async-first, autonomous environment where I can own features end-to-end.

Pinned Loading

  1. habitrack habitrack Public

    A simple calendar app for tracking habits, built with React and Supabase

    TypeScript 8 2

  2. smartext smartext Public

    Advanced text editor with AI tool integration (BYOK) - enables contextual content generation, real-time formatting, and intelligent document manipulation through structured LLM commands

    TypeScript 3

  3. emailcompat emailcompat Public

    Test your email HTML against major email clients. Check CSS compatibility across Gmail, Outlook, Apple Mail, and more.

    TypeScript 1

  4. postroll postroll Public

    A monorepo system designed to upload, process, analyze, and manage video files with an efficient and structured approach, ensuring all operations are executed in an organized manner

    TypeScript 1

  5. akash-network/console akash-network/console Public

    Deploy docker containers on the Akash Network

    TypeScript 264 87

  6. Automates Git cleanup after merging ... Automates Git cleanup after merging a PR: switch to main, pull with rebase, delete branch, optional stash handling.
    1
    #!/bin/bash
    2
    
                  
    3
    # Default target branch
    4
    TARGET="main"
    5