Skip to content

Instantly share code, notes, and snippets.

View rohit1kumar's full-sized avatar
🎯
Focusing

Rohit Kumar rohit1kumar

🎯
Focusing
View GitHub Profile

Wanted: Senior Backend Alchemist @ topmate.io 🧙‍♂️⚡🐍

sudo apt-get install senior-backend-dev --with-ai-superpowers

About Topmate.io

Topmate.io is the operating system of the creator economy. We power 1:1 sessions, webinars, digital products, cohorts, and everything in between for hundreds of thousands of creators and experts worldwide. Behind the clean UX is a lot of hard, interesting backend work — high-throughput APIs, event-driven pipelines, payment/accounting correctness, and an increasingly AI-native engineering culture that turns good engineers into 10x operators.

We're not looking for a code monkey. We're looking for someone who reads stack traces for breakfast, treats EXPLAIN ANALYZE like poetry, and has already replaced half their IDE muscle memory with Claude Code shortcuts.

TL;DR

MySQL Cheat Sheet

Help with SQL commands to interact with a MySQL database

MySQL Locations

  • Mac /usr/local/mysql/bin
  • Windows /Program Files/MySQL/MySQL version/bin
  • Xampp /xampp/mysql/bin

Add mysql to your PATH

@tuksik
tuksik / fix_git_ps1.sh
Last active November 4, 2025 07:49
Fix -bash: __git_ps1: command not found
#http://stackoverflow.com/questions/12870928/mac-bash-git-ps1-command-not-found
curl -o ~/.git-prompt.sh https://raw.githubusercontent.com/git/git/master/contrib/completion/git-prompt.sh
echo 'source ~/.git-prompt.sh' >> ~/.bashrc