| Channel | Summary |
|---|---|
| Theo - t3.gg | TypeScript/web dev, creator of the T3 Stack and T3 Chat |
| NeetCode | Coding interview prep and algorithm walkthroughs |
| No Boilerplate | Fast, opinionated technical videos (heavy Rust focus) |
| ThePrimeagen | Vim, Rust, and TypeScript with strong opinions |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"version": 1, "uid": 5751176265195704471, "layout": [[["KC_LSHIFT", "KC_1", "KC_2", "KC_3", "KC_4", "KC_5"], ["KC_TAB", "KC_Q", "KC_W", "KC_E", "KC_R", "KC_T"], ["KC_ESCAPE", "TD(3)", "TD(2)", "TD(1)", "TD(0)", "KC_G"], ["KC_EQUAL", "KC_Z", "KC_X", "KC_C", "KC_V", "KC_B"], [-1, -1, -1, "KC_LCTRL", "KC_BSPACE", "TD(8)"], ["KC_APPLICATION", "KC_0", "KC_9", "KC_8", "KC_7", "KC_6"], ["KC_BSLASH", "KC_P", "KC_O", "KC_I", "KC_U", "KC_Y"], ["KC_QUOTE", "TD(7)", "TD(6)", "TD(5)", "TD(4)", "KC_H"], ["KC_MINUS", "KC_SLASH", "KC_DOT", "KC_COMMA", "KC_M", "KC_N"], [-1, -1, -1, "KC_RALT", "KC_DELETE", "TD(9)"]], [["KC_TRNS", "KC_F1", "KC_F2", "KC_F3", "KC_F4", "KC_F5"], ["KC_TRNS", "LSFT(KC_1)", "LSFT(KC_7)", "LSFT(KC_6)", "LSFT(KC_8)", "KC_TRNS"], ["KC_TRNS", "KC_TRNS", "KC_TRNS", "LSFT(KC_LBRACKET)", "LSFT(KC_RBRACKET)", "KC_GRAVE"], ["KC_TRNS", "KC_LBRACKET", "KC_RBRACKET", "LSFT(KC_9)", "LSFT(KC_0)", "LSFT(KC_GRAVE)"], [-1, -1, -1, "KC_TRNS", "KC_TRNS", "KC_TRNS"], ["KC_F11", "KC_F10", "KC_F9", "KC_F8", "KC_F7", "KC_ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // If the script does not work, you may need to allow same site scripting https://stackoverflow.com/a/50902950 | |
| Linkedin = { | |
| config: { | |
| scrollDelay: 3000, | |
| actionDelay: 5000, | |
| nextPageDelay: 5000, | |
| // set to -1 for no limit | |
| maxRequests: -1, | |
| totalRequestsSent: 0, |