Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions frontend/src/DB/product.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,28 @@
"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",
"image": "https://shorturl.at/upeTZ",
"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",
Expand Down