From b169c93ab276f125e349acac60ff7419ba691e12 Mon Sep 17 00:00:00 2001 From: Rajneesh <112794051+rajneesh-18@users.noreply.github.com> Date: Wed, 2 Oct 2024 18:29:29 +0530 Subject: [PATCH 1/3] Closes #2508 Tool which is a developer resource platform featuring a categorized collection of tools and resources. --- database/open_source/tools.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/database/open_source/tools.json b/database/open_source/tools.json index c6220b9b9..31489777d 100644 --- a/database/open_source/tools.json +++ b/database/open_source/tools.json @@ -47,5 +47,12 @@ "url": "https://m3.material.io", "category": "open source", "subcategory": "tools" + }, + { + "name": "Hubdev", + "description": "HubDev.tools is a developer resource platform featuring a categorized collection of tools and resources. It uses advanced semantic search powered by Vercel, OpenAI, and Supabase to help developers find specific tools for UI, testing, authentication.", + "url": "https://www.hubdev.tools/", + "category": "open source", + "subcategory": "tools" } ] From d372bc5f758ccad49f3a86ac47150510a106892f Mon Sep 17 00:00:00 2001 From: Rajneesh <112794051+rajneesh-18@users.noreply.github.com> Date: Wed, 2 Oct 2024 20:44:47 +0530 Subject: [PATCH 2/3] feat: add jsonify JSONify is a simple tool for formatting, validating, and converting JSON data with an intuitive interface. --- .../artificial_intelligence/artificial_intelligence.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/database/artificial_intelligence/artificial_intelligence.json b/database/artificial_intelligence/artificial_intelligence.json index d327f2509..a1014794e 100644 --- a/database/artificial_intelligence/artificial_intelligence.json +++ b/database/artificial_intelligence/artificial_intelligence.json @@ -12,5 +12,12 @@ "url": "https://huggingface.co/", "category": "ai", "subcategory": "artificial_intelligence" + }, + { + "name": "jsonify", + "description": "JSONify is a powerful and user-friendly tool designed to simplify the process of formatting, validating, and converting JSON data. Whether you're a developer needing to debug or structure your JSON, or you're looking for quick API testing, JSONify provides a clean interface to streamline these tasks. Effortlessly beautify or minify JSON, and ensure your data is accurate with built-in validation features.", + "url": "https://jsonify.com/", + "category": "ai", + "subcategory": "artificial_intelligence" } ] \ No newline at end of file From 1a1e0a19aef64683275bf95322a132c8602cfafc Mon Sep 17 00:00:00 2001 From: Rajneesh <112794051+rajneesh-18@users.noreply.github.com> Date: Wed, 2 Oct 2024 20:47:13 +0530 Subject: [PATCH 3/3] Update artificial_intelligence.json --- .../artificial_intelligence/artificial_intelligence.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/database/artificial_intelligence/artificial_intelligence.json b/database/artificial_intelligence/artificial_intelligence.json index a1014794e..d327f2509 100644 --- a/database/artificial_intelligence/artificial_intelligence.json +++ b/database/artificial_intelligence/artificial_intelligence.json @@ -12,12 +12,5 @@ "url": "https://huggingface.co/", "category": "ai", "subcategory": "artificial_intelligence" - }, - { - "name": "jsonify", - "description": "JSONify is a powerful and user-friendly tool designed to simplify the process of formatting, validating, and converting JSON data. Whether you're a developer needing to debug or structure your JSON, or you're looking for quick API testing, JSONify provides a clean interface to streamline these tasks. Effortlessly beautify or minify JSON, and ensure your data is accurate with built-in validation features.", - "url": "https://jsonify.com/", - "category": "ai", - "subcategory": "artificial_intelligence" } ] \ No newline at end of file