From 1f4627e9d1a618f93183cc40e9d4f5eadae93b46 Mon Sep 17 00:00:00 2001 From: Akash Choudhary Date: Wed, 2 Oct 2024 00:40:37 +0530 Subject: [PATCH 1/7] Fixed the Broken link of Language/general_web_fundamental/hitesh choudhary youtube --- database/languages/general_web_fundamentals.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/database/languages/general_web_fundamentals.json b/database/languages/general_web_fundamentals.json index 43bd8480f..a3a797675 100644 --- a/database/languages/general_web_fundamentals.json +++ b/database/languages/general_web_fundamentals.json @@ -346,7 +346,7 @@ { "name": "Hitesh Choudhary", "description": "It is an underrated channel for Web Development, Android development, DevOps, and more", - "url": "https://www.youtube.com/@HiteshChoudharydotcom", + "url": "https://www.youtube.com/@HiteshCodeLab", "category": "languages", "subcategory": "general_web_fundamentals", "language": "english" @@ -368,4 +368,4 @@ "language":"hindi" } ] - \ No newline at end of file + 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 2/7] 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 04dcf5ddecdb3d67e4ee7b49471b9a6f226c51c8 Mon Sep 17 00:00:00 2001 From: Arnav Date: Wed, 2 Oct 2024 19:16:56 +0530 Subject: [PATCH 3/7] add memfree --- .../artificial_intelligence/artificial_intelligence.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/database/artificial_intelligence/artificial_intelligence.json b/database/artificial_intelligence/artificial_intelligence.json index d327f2509..16296d7ec 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": "MemFree", + "description": "Hybrid AI Search Engine: Instantly Get Accurate Answers from the Internet, Bookmarks, Notes, and Docs.", + "url": "https://www.memfree.me", + "category": "ai", + "subcategory": "artificial_intelligence" } -] \ No newline at end of file +] 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 4/7] 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 5/7] 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 From 94ecc9e9b9043281f3fc69a2b7a2df5b3da23832 Mon Sep 17 00:00:00 2001 From: Akash Choudhary Date: Wed, 2 Oct 2024 21:36:00 +0530 Subject: [PATCH 6/7] - fix The broken link and also little description changes --- database/languages/general_web_fundamentals.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/languages/general_web_fundamentals.json b/database/languages/general_web_fundamentals.json index a3a797675..b1ec3115f 100644 --- a/database/languages/general_web_fundamentals.json +++ b/database/languages/general_web_fundamentals.json @@ -345,7 +345,7 @@ }, { "name": "Hitesh Choudhary", - "description": "It is an underrated channel for Web Development, Android development, DevOps, and more", + "description": "It is an youtube channel for Web Development, Android development, DevOps, and more", "url": "https://www.youtube.com/@HiteshCodeLab", "category": "languages", "subcategory": "general_web_fundamentals", From 3a20f0cc9e68425e9eea4ca596619f063b86fc7b Mon Sep 17 00:00:00 2001 From: Rajneesh <112794051+rajneesh-18@users.noreply.github.com> Date: Thu, 3 Oct 2024 15:25:49 +0530 Subject: [PATCH 7/7] feat: add jsonify Jsonify is a simple and efficient online tool designed to convert, format, and validate JSON data. --- .../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..7c588e302 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 simple and efficient online tool designed to convert, format, and validate JSON data. It allows developers and users to easily input raw JSON code and instantly see the results in a structured and readable format. Jsonify also provides features like error detection, pretty printing, and minifying JSON, making it a helpful resource for those working with APIs, data structures, or web development. Its user-friendly interface ensures that both beginners and experienced developers can quickly process JSON data without any hassle.", + "url": "https://jsonify.com/", + "category": "ai", + "subcategory": "artificial_intelligence" } ] \ No newline at end of file