-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
66 lines (66 loc) · 2.76 KB
/
Copy pathconfig.json
File metadata and controls
66 lines (66 loc) · 2.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"social": {
"github": "https://github.com/bogusedeck",
"linkedin": "https://www.linkedin.com/in/tanishvashisth/",
"replit": "https://replit.com/@tanishvashisth",
"devto": "https://dev.to/bogusdeck",
"notion": "https://boguscode.notion.site/Tanish-s-Dashboard-869f654446fe412eaeee863616bec204"
},
"projects": {
"reviewReward": {
"github": "https://github.com/bogusdeck/ReviewReward",
"live": "https://reviewreward.vercel.app/"
},
"tamely": {
"github": "https://github.com/bogusdeck/Tamely",
"live": "https://tamely.vercel.app/"
},
"taskTreasury": {
"github": "https://github.com/bogusdeck/Task-Reward-System",
"live": "https://tasktreasury.vercel.app/"
},
"rune": {
"github": "https://github.com/bogusdeck/Rune",
"live": "https://runecli.vercel.app/"
},
"mcpPhabricator": {
"github": "https://github.com/bogusdeck/mcp-phabricator",
"live": "https://github.com/bogusdeck/mcp-phabricator"
},
"rashtriyaTv": {
"github": "https://github.com/bogusdeck/rashtriyatv-news",
"live": "https://www.rashtriyatv.com/"
},
"reviewAuthenticityChecker": {
"github": "https://github.com/bogusdeck/Text-Review-authenticity-checker",
"live": "https://reviewreward-production.up.railway.app/"
},
"discordWelcomeBot": {
"github": "https://github.com/bogusdeck/Discord-welcome-bot",
"live": "https://discord.gg/7GBTuQmXAX"
}
},
"tools": {
"vscode": "https://code.visualstudio.com/",
"neovim": "https://github.com/bogusdeck/bogusvim",
"myConfig": "https://github.com/bogusdeck/myConfig",
"photoshop": "https://www.adobe.com/in/products/photoshop.html",
"aseprite": "https://www.aseprite.org/",
"discord": "https://discord.com/"
},
"githubStats": {
"username": "bogusdeck",
"defaultStars": "16",
"defaultContributions": "690"
},
"notionNotes": {
"python": "https://www.notion.so/boguscode/PYTHON-notes-3a3fa884aa884530b78a3d1d51c21535?source=copy_link",
"mongodb": "https://www.notion.so/boguscode/Mongo-DB-8ed0b87db26c495298f68821349731a7?source=copy_link",
"javascript": "https://boguscode.notion.site/JavaScript-d8ef406e04cb49efa778068790dc4421?source=copy_link",
"dsa": "https://www.notion.so/boguscode/DSA-road-map-c0ac81643177480886289c0c5cb29454?source=copy_link",
"sql": "https://www.notion.so/boguscode/SQL-refresher-fedf439f25294f53b485704b02d1e403?source=copy_link",
"cpp": "https://www.notion.so/boguscode/C-b5b0d9ca9ded44468fcd6de9cf2d2fc8?source=copy_link",
"cppStl": "https://www.notion.so/boguscode/CPP-STL-10a5d92b48ef80df886af147869f629e?source=copy_link",
"flask": "https://www.notion.so/boguscode/Flask-cd75704807874a0692ca3786ec043e38?source=copy_link"
}
}