diff --git a/frontend/src/DB/product.json b/frontend/src/DB/product.json index ca9865bc..66c042a6 100644 --- a/frontend/src/DB/product.json +++ b/frontend/src/DB/product.json @@ -13,6 +13,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", @@ -20,6 +27,14 @@ "link": "https://bitbucket.org/", "description": "Bitbucket is a Git-based source code repository hosting service from Atlassian that offers a collaborative environment for code development, integrated CI/CD, and seamless integration with other Atlassian products." }, + { + "productName": "Sublime Text", + "category": "coding", + "image": "https://t.ly/-PnbM", + "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",