From ae7f03f1dbf5f7dacea06e368de336d785b66073 Mon Sep 17 00:00:00 2001 From: Revanth <109272714+revanth1718@users.noreply.github.com> Date: Fri, 9 Aug 2024 10:39:44 +0530 Subject: [PATCH 1/4] Add --- frontend/src/DB/product.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/frontend/src/DB/product.json b/frontend/src/DB/product.json index 7bd75b6d..aa731f8c 100644 --- a/frontend/src/DB/product.json +++ b/frontend/src/DB/product.json @@ -6,6 +6,13 @@ "link": "https://sentry.io/welcome/", "description": "Sentry is an open-source error tracking tool that helps developers monitor and fix crashes in real time." }, + { + "productName": "PyCharm", + "category": "coding", + "image": "https://shorturl.at/yBog0", + "link": "https://www.jetbrains.com/pycharm/", + "description": "PyCharm is a powerful integrated development environment (IDE) for Python developers, providing smart code assistance, robust debugging, and seamless integration with numerous tools and frameworks." +}, { "productName": "Bitbucket", "category": "tools", From 03a0a134c333f796da4b1e31b689b641c8b46106 Mon Sep 17 00:00:00 2001 From: Revanth <109272714+revanth1718@users.noreply.github.com> Date: Fri, 9 Aug 2024 10:40:01 +0530 Subject: [PATCH 2/4] Added Pycharm --- frontend/src/DB/product.json | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/DB/product.json b/frontend/src/DB/product.json index aa731f8c..9b4e7449 100644 --- a/frontend/src/DB/product.json +++ b/frontend/src/DB/product.json @@ -6,6 +6,7 @@ "link": "https://sentry.io/welcome/", "description": "Sentry is an open-source error tracking tool that helps developers monitor and fix crashes in real time." }, + { "productName": "PyCharm", "category": "coding", From e8520a48007f5048f2e54c6925d71043b02531b5 Mon Sep 17 00:00:00 2001 From: Revanth <109272714+revanth1718@users.noreply.github.com> Date: Fri, 9 Aug 2024 11:34:59 +0530 Subject: [PATCH 3/4] Added Pycharm --- frontend/src/DB/product.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/DB/product.json b/frontend/src/DB/product.json index 9b4e7449..0d978c06 100644 --- a/frontend/src/DB/product.json +++ b/frontend/src/DB/product.json @@ -6,8 +6,7 @@ "link": "https://sentry.io/welcome/", "description": "Sentry is an open-source error tracking tool that helps developers monitor and fix crashes in real time." }, - - { + { "productName": "PyCharm", "category": "coding", "image": "https://shorturl.at/yBog0", From c6cc95f2c11fe494bd99887593f3fb66df38b958 Mon Sep 17 00:00:00 2001 From: Revanth <109272714+revanth1718@users.noreply.github.com> Date: Fri, 9 Aug 2024 12:06:21 +0530 Subject: [PATCH 4/4] Added Pycharm --- frontend/src/DB/product.json | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/DB/product.json b/frontend/src/DB/product.json index 0d978c06..fd6af88c 100644 --- a/frontend/src/DB/product.json +++ b/frontend/src/DB/product.json @@ -27,6 +27,7 @@ "link": "https://www.sublimetext.com/", "description": "Sublime Text is a sophisticated text editor for code, markup, and prose. It features a clean interface, powerful search and editing capabilities, and a wide range of plugins and customizations to enhance the development experience." }, + { "productName": "Eclipse", "category": "coding",