Skip to content
View rozenmd's full-sized avatar
πŸ‘‹
πŸ‡¦πŸ‡Ί in πŸ‡«πŸ‡·
πŸ‘‹
πŸ‡¦πŸ‡Ί in πŸ‡«πŸ‡·
Block or Report

Block or report rozenmd

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

Hi! πŸ‘‹ I'm Max Rozen. I'm also known as rozenmd around the internet.

I build and run OnlineOrNot, a service that provides status pages and uptime monitoring for websites, APIs, and cron jobs (there's a free tier for personal use).

These days I work at Cloudflare, helping build D1.

Pinned

  1. Set up a macOS device for developmen... Set up a macOS device for development in one script.
    1
    #!/bin/bash
    2
    
                  
    3
    # Brew
    4
    /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
    5
    
                  
  2. useEffect-examples useEffect-examples Public

    Material for my useEffect book.

    JavaScript 15 3