Skip to content

Instantly share code, notes, and snippets.

View TheRealFarhanDev's full-sized avatar

Mohammed Farhan TheRealFarhanDev

View GitHub Profile
## 🔥 MASTER PROMPT — Advanced Auth Backend (Node.js)
> Act as a **Senior Backend Engineer**.
> Build a **production-ready authentication & account management backend** using **Node.js, Express, MongoDB (Mongoose)** with clean architecture and best practices.
---
# 🧱 Tech Stack
* Node.js (ES Modules)
@TheRealFarhanDev
TheRealFarhanDev / video-speed-controller.user.js
Created February 4, 2026 08:52
Video speed controller for Edmingle (Tampermonkey)
// ==UserScript==
// @name Universal Video Speed Controller (UI)
// @namespace http://tampermonkey.net/
// @version 2.1
// @description Floating UI to control HTML5 video playback speed (1x–16x)
// @author Farhan
// @match https://glowlogics.edmingle.com/*
// @match https://player.vimeo.com/*
// @all-frames true
// @run-at document-start