Skip to content

Instantly share code, notes, and snippets.

View Joni3187's full-sized avatar
:octocat:
Code Ninja - Night's Watch

Joni Eren Joni3187

:octocat:
Code Ninja - Night's Watch
View GitHub Profile
@bradtraversy
bradtraversy / webdev_online_resources.md
Last active April 19, 2026 18:27
Online Resources For Web Developers (No Downloading)
@anvaka
anvaka / 00.Intro.md
Last active February 24, 2026 19:39
npm rank

npm rank

This gist is updated daily via cron job and lists stats for npm packages:

  1. Top 1,000 most depended-upon packages
  2. Top 1,000 packages with largest number of dependencies
  3. Top 1,000 packages with highest PageRank score
@etoxin
etoxin / git.md
Last active April 14, 2026 02:02
GIT Bash Commands

search (regex)

git grep "regex"

list all branches

git branch -a