This repository has been archived by the owner on Sep 4, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 169
/
Copy pathutility.json
198 lines (198 loc) · 7.83 KB
/
utility.json
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
{
"title": "Utility",
"slug": "/utility",
"resources": [
{
"title": "JSON Generator",
"desc": "Random JSON generator for your project - because debugging without data, does not make sense!",
"url": "https://www.json-generator.com",
"tags": ["interactive", "export", "download"]
},
{
"title": "Matomo",
"desc": "A free open source web analytics tool which can be compared to GA but actually gives a shit about privacy.",
"url": "https://matomo.org/",
"tags": ["newsletter", "reports", "api", "integrations"]
},
{
"title": "Fathom",
"desc": "Fathom Analytics provides simple, useful website stats without tracking or storing personal data of your users.",
"url": "https://usefathom.com",
"tags": ["real-time", "grows", "cdn"]
},
{
"title": "10 free tools",
"desc": "10 free-but-professional tools for your dev projects",
"url": "https://dev.to/sauloco/10-free-but-professional-tools-for-your-dev-projects-2eeo",
"tags": ["article", "services", "development"]
},
{
"title": "headless cms",
"desc": "A List of Content Management Systems for JAMstack Sites",
"url": "https://headlesscms.org",
"tags": ["filters", "search", "sort"]
},
{
"title": "Git and Git flow cheatsheet",
"desc": "Git cheat sheet saves you from learning all the commands by heart.",
"url": "https://github.com/arslanbilal/git-cheat-sheet#readme",
"tags": ["reference", "common", "start", "flowchart"]
},
{
"title": "StaticGen",
"desc": "A List of Static Site Generators for JAMstack Sites",
"url": "https://www.staticgen.com",
"tags": ["filters", "sort", "template", "language"]
},
{
"title": "Snippet generator",
"desc": "Create your own snippets for VSCode, Sublime or Atom using this generator. No need to format the snippet yourself",
"url": "https://snippet-generator.app/",
"tags": ["interactive", "share", "patterns"]
},
{
"title": "gitignore.io",
"desc": "Create usefull .gitignore files for your projects.",
"url": "https://www.gitignore.io",
"tags": ["video", "tutorial", "docs"]
},
{
"title": "Github",
"desc": "GitHub is a development platform inspired by the way you work. From open source to business, you can host and review code, manage projects, and build software alongside 36 million developers.",
"url": "https://github.com",
"tags": ["storage", "hooks", "collaboration", "search"]
},
{
"title": "NASA APIs",
"desc": "Welcome to the NASA API portal. The objective of this site is to make NASA data, including imagery, eminently accessible to application developers. The api.nasa.gov catalog is growing.",
"url": "https://api.nasa.gov",
"tags": ["images", "weather", "space", "satellite"]
},
{
"title": "PokéAPI",
"desc": "The RESTful Pokémon API",
"url": "https://pokeapi.co",
"tags": ["game", "docs", "abilities", "species"]
},
{
"title": "Reddit API .json",
"desc": "Take a any subreddit you like and append '.json' to consume it as an API (https://reddit.com/r/cats.json).",
"url": "https://www.reddit.com/.json",
"tags": ["data", "export"]
},
{
"title": "quicktype",
"desc": "Generate types and serializers from JSON.",
"url": "https://quicktype.io",
"tags": ["extention", "interactive", "export", "link"]
},
{
"title": "NGINXconfig.io",
"desc": "Quickly generate a NGINX config for your server.",
"url": "https://nginxconfig.io/",
"tags": ["presets", "download", "proxy", "routing", "security"]
},
{
"title": "Online tools",
"desc": "Decode, encode and hash any string quickly.",
"url": "https://emn178.github.io/online-tools",
"tags": ["links", "encryption", "decryption", "html"]
},
{
"title": "Favicon generator. For real.",
"desc": "A favicon generator for all browsers and platforms.",
"url": "https://realfavicongenerator.net",
"tags": ["image", "convert", "feedback", "api"]
},
{
"title": "JSFiddle",
"desc": "JSFiddle is for: Demos for docs, Bug reporting (test-case) for Github Issues, Live code collaboration, Code snippets hosting for free!",
"url": "https://jsfiddle.net",
"tags": ["interactive", "collaborate", "store", "linter"]
},
{
"title": "CodePen",
"desc": "CodePen is an online community for testing and showcasing user-created HTML, CSS and JavaScript code snippets.",
"url": "https://codepen.io/",
"tags": ["editor", "share", "testing", "blog"]
},
{
"title": "Gifless",
"desc": "Create emoji and text gifs in seconds",
"url": "https://gifless.herokuapp.com/",
"tags": ["interactive", "download", "size"]
},
{
"title": "Learn Git",
"desc": "Become a git guru - a tutorial series by Atlassian.",
"url": "https://www.atlassian.com/git/tutorials",
"tags": ["beginner", "tips", "newsletter", "setup"]
},
{
"title": "Git from the inside out",
"desc": "This essay explains how Git works. It assumes you understand Git well enough to use it to version control your projects.",
"url": "https://codewords.recurse.com/issues/two/git-from-the-inside-out",
"tags": ["graph", "commits", "branching", "merging"]
},
{
"title": "List of Public APIs",
"desc": "A collective list of free APIs for use in software and web development.",
"url": "https://github.com/public-apis/public-apis",
"tags": ["global", "authentication", "https"]
},
{
"title": "Carbon",
"desc": "Create and share beautiful images of your source code.",
"url": "https://carbon.now.sh",
"tags": ["export", "tweet", "themes", "png", "svg"]
},
{
"title": "Mailnator",
"desc": "The Mailinator Email System puts millions of inboxes right at your fingertips. It is an amazing Email Workflow Testing tool for your Software or Service.",
"url": "https://www.mailinator.com/",
"tags": ["receipts", "testing", "interactions", "receive", "temporary"]
},
{
"title": "Ngrok",
"desc": "Secure introspectable tunnels to localhost.",
"url": "https://ngrok.com/",
"tags": ["inspector", "webhook", "preview", "url"]
},
{
"title": "Let's Encrypt",
"desc": "Let's Encrypt is a free, automated, and open certificate authority brought to you by the non-profit Internet Security Research Group (ISRG).",
"url": "https://letsencrypt.org/",
"tags": ["ssl", "documentation", "ca"]
},
{
"title": "Mailhog",
"desc": "Web and API based SMTP testing.",
"url": "https://github.com/mailhog/MailHog",
"tags": ["easy", "libraries", "web ui"]
},
{
"title": "git-history-editor",
"desc": "Messed up some of your commits? Make it undone",
"url": "https://bokub.github.io/git-history-editor/",
"tags": ["import", "export", "author", "messages"]
},
{
"title": "CodeSandbox.io",
"desc": "CodeSandbox is an online code editor with a focus on creating and sharing web application projects",
"url": "https://codesandbox.io/",
"tags": ["development", "ide","editor", "share", "testing"]
},
{
"title": "Hoppscotch",
"desc": "The Hoppscotch API request builder helps you create your requests faster, saving you precious time on your development.",
"url": "https://hoppscotch.io/",
"tags": ["testing","api"]
},
{
"title": "NoPaste",
"desc": "A privacy-focused service where you can paste and share any piece of code. Similar to Pastebin, except the service stores nothing",
"url": "https://nopaste.ml/",
"tags": ["paste", "url", "interactive", "share", "privacy"]
}
]
}