Files
webgems/resources/utility.json
2019-10-02 23:00:11 +02:00

175 lines
5.8 KiB
JSON

{
"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": []
},
{
"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": []
},
{
"title": "Fathom",
"desc": "Fathom Analytics provides simple, useful website stats without tracking or storing personal data of your users.",
"url": "https://usefathom.com",
"tags": []
},
{
"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": []
},
{
"title": "headless cms",
"desc": "A List of Content Management Systems for JAMstack Sites",
"url": "https://headlesscms.org",
"tags": []
},
{
"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": []
},
{
"title": "StaticGen",
"desc": "A List of Static Site Generators for JAMstack Sites",
"url": "https://www.staticgen.com",
"tags": []
},
{
"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": []
},
{
"title": "gitignore.io",
"desc": "Create usefull .gitignore files for your projects.",
"url": "https://www.gitignore.io",
"tags": []
},
{
"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": []
},
{
"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": []
},
{
"title": "PokéAPI",
"desc": "The RESTful Pokémon API",
"url": "https://pokeapi.co",
"tags": []
},
{
"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": []
},
{
"title": "quicktype",
"desc": "Generate types and serializers from JSON.",
"url": "https://quicktype.io",
"tags": []
},
{
"title": "NGINXconfig.io",
"desc": "Quickly generate a NGINX config for your server.",
"url": "https://nginxconfig.io/",
"tags": []
},
{
"title": "Online tools",
"desc": "Decode, encode and hash any string quickly.",
"url": "https://emn178.github.io/online-tools",
"tags": []
},
{
"title": "Favicon generator. For real.",
"desc": "A favicon generator for all browsers and platforms.",
"url": "https://realfavicongenerator.net",
"tags": []
},
{
"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": []
},
{
"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": []
},
{
"title": "Gifless",
"desc": "Create emoji and text gifs in seconds",
"url": "https://gifless.herokuapp.com/",
"tags": []
},
{
"title": "Learn Git",
"desc": "Become a git guru - a tutorial series by Atlassian.",
"url": "https://www.atlassian.com/git/tutorials",
"tags": []
},
{
"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": []
},
{
"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": []
},
{
"title": "Carbon",
"desc": "Create and share beautiful images of your source code.",
"url": "https://carbon.now.sh",
"tags": []
},
{
"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": []
},
{
"title": "Ngrok",
"desc": "Secure introspectable tunnels to localhost.",
"url": "https://ngrok.com/",
"tags": []
},
{
"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": []
},
{
"title": "Mailhog",
"desc": "Web and API based SMTP testing.",
"url": "https://github.com/mailhog/MailHog",
"tags": []
}
]
}