forked from rupali-codes/LinksHub
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Kage - Closes [Add] Tech News rupali-codes#2323"
- Loading branch information
Showing
3 changed files
with
87 additions
and
142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,38 @@ | ||
[ | ||
{ | ||
"name": "Web Application Penetration Testing Fundamentals", | ||
"description": "Learn the basics of web application penetration testing, including common vulnerabilities and testing methodologies.", | ||
"url": "https://www.owasp.org/index.php/Web_Application_Penetration_Testing", | ||
"category": "cyber-security", | ||
"subcategory": "web-security" | ||
}, | ||
{ | ||
"name": "Certified Web Application Penetration Tester (CWAPT) Certification", | ||
"description": "Information on the CWAPT certification, a specialized certification for professionals focusing on web application penetration testing.", | ||
"url": "https://mile2.com/web-application-penetration-tester-cwapt.html", | ||
"category": "cyber-security", | ||
"subcategory": "web-security" | ||
}, | ||
{ | ||
"name": "Burp Suite", | ||
"description": "Explore Burp Suite, a popular web application security testing tool that assists in identifying and exploiting vulnerabilities.", | ||
"url": "https://portswigger.net/web-security", | ||
"category": "cyber-security", | ||
"subcategory": "web-security" | ||
}, | ||
{ | ||
"name": "OWASP AppSec Conferences", | ||
"description": "Information about the OWASP AppSec conferences, which focus on web application security, including penetration testing techniques.", | ||
"url": "https://owasp.org/", | ||
"category": "cyber-security", | ||
"subcategory": "web-security" | ||
}, | ||
{ | ||
"name": "SQL Injection Testing", | ||
"description": "Learn about SQL injection testing techniques used to identify and exploit SQL injection vulnerabilities in web applications.", | ||
"url": "https://portswigger.net/web-security/sql-injection", | ||
"category": "cyber-security", | ||
"subcategory": "web-security" | ||
}, | ||
{ | ||
"name": "Trivy", | ||
"description": "Trivy is the most popular open source security scanner, reliable, fast, and easy to use. It's a container security scanner designed specifically for Docker images.", | ||
"url": "https://trivy.dev", | ||
"category": "cyber-security", | ||
"subcategory": "web-security" | ||
}, | ||
{ | ||
"name": "Snyk", | ||
"description": "Snyk specializes in JavaScript security. It is a developer-first security solution that helps you use open source code and stay secure. Continuously find and fix vulnerabilities for npm, Maven, NuGet, RubyGems, PyPI and more.", | ||
"url": "https://snyk.io/", | ||
"category": "cyber-security", | ||
"subcategory": "web-security" | ||
} | ||
] | ||
{ | ||
"name": "Web Application Penetration Testing Fundamentals", | ||
"description": "Learn the basics of web application penetration testing, including common vulnerabilities and testing methodologies.", | ||
"url": "https://www.owasp.org/index.php/Web_Application_Penetration_Testing", | ||
"category": "cyber-security", | ||
"subcategory": "web-security" | ||
}, | ||
{ | ||
"name": "Certified Web Application Penetration Tester (CWAPT) Certification", | ||
"description": "Information on the CWAPT certification, a specialized certification for professionals focusing on web application penetration testing.", | ||
"url": "https://mile2.com/web-application-penetration-tester-cwapt.html", | ||
"category": "cyber-security", | ||
"subcategory": "web-security" | ||
}, | ||
{ | ||
"name": "Burp Suite", | ||
"description": "Explore Burp Suite, a popular web application security testing tool that assists in identifying and exploiting vulnerabilities.", | ||
"url": "https://portswigger.net/web-security", | ||
"category": "cyber-security", | ||
"subcategory": "web-security" | ||
}, | ||
{ | ||
"name": "OWASP AppSec Conferences", | ||
"description": "Information about the OWASP AppSec conferences, which focus on web application security, including penetration testing techniques.", | ||
"url": "https://owasp.org/", | ||
"category": "cyber-security", | ||
"subcategory": "web-security" | ||
}, | ||
{ | ||
"name": "SQL Injection Testing", | ||
"description": "Learn about SQL injection testing techniques used to identify and exploit SQL injection vulnerabilities in web applications.", | ||
"url": "https://portswigger.net/web-security/sql-injection", | ||
"category": "cyber-security", | ||
"subcategory": "web-security" | ||
} | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,86 +1,51 @@ | ||
[ | ||
{ | ||
"name": "Chart.js", | ||
"description": "Chart.js is a simple yet flexible JavaScript charting library that allows you to create interactive and responsive charts for your web applications.", | ||
"url": "https://www.chartjs.org/", | ||
"category": "frontend", | ||
"subcategory": "js-chart-libraries" | ||
}, | ||
{ | ||
"name": "Highcharts", | ||
"description": "Highcharts is a powerful JavaScript charting library that provides a wide range of customizable and interactive charts for visualizing data in your web applications.", | ||
"url": "https://www.highcharts.com/", | ||
"category": "frontend", | ||
"subcategory": "js-chart-libraries" | ||
}, | ||
{ | ||
"name": "D3.js", | ||
"description": "D3.js is a popular JavaScript library for manipulating documents based on data. It provides powerful tools for creating dynamic and interactive data visualizations on the web.", | ||
"url": "https://d3js.org/", | ||
"category": "frontend", | ||
"subcategory": "js-chart-libraries" | ||
}, | ||
{ | ||
"name": "Plotly.js", | ||
"description": "Plotly.js is an open-source JavaScript graphing library that allows you to create interactive, publication-quality graphs and charts in your web applications.", | ||
"url": "https://plotly.com/javascript/", | ||
"category": "frontend", | ||
"subcategory": "js-chart-libraries" | ||
}, | ||
{ | ||
"name": "FusionCharts", | ||
"description": "FusionCharts is a comprehensive JavaScript charting library that offers a wide range of charts, gauges, and maps for visualizing data in your web applications.", | ||
"url": "https://www.fusioncharts.com/", | ||
"category": "frontend", | ||
"subcategory": "js-chart-libraries" | ||
}, | ||
{ | ||
"name": "Google Charts", | ||
"description": "Google Charts is a powerful JavaScript charting library that provides a variety of charts and visualization options for displaying data in your web applications.", | ||
"url": "https://developers.google.com/chart/", | ||
"category": "frontend", | ||
"subcategory": "js-chart-libraries" | ||
}, | ||
{ | ||
"name": "ApexCharts", | ||
"description": "ApexCharts is a modern JavaScript charting library that offers a wide range of beautiful and interactive charts for visualizing data in your web applications.", | ||
"url": "https://apexcharts.com/", | ||
"category": "frontend", | ||
"subcategory": "js-chart-libraries" | ||
}, | ||
{ | ||
"name": "amCharts", | ||
"description": "amCharts is a powerful JavaScript charting library that provides a wide range of customizable and interactive charts for visualizing data in your web applications.", | ||
"url": "https://www.amcharts.com/", | ||
"category": "frontend", | ||
"subcategory": "js-chart-libraries" | ||
}, | ||
{ | ||
"name": "Recharts", | ||
"description": "Recharts is a composable charting library built with React components that allows you to create beautiful and interactive charts for your web applications.", | ||
"url": "https://recharts.org/en-US/", | ||
"category": "frontend", | ||
"subcategory": "js-chart-libraries" | ||
}, | ||
{ | ||
"name": "Tremor", | ||
"description": "Tremor is a powerful and flexible data processing system that allows you to build real-time data pipelines for processing, transforming, and analyzing data at scale.", | ||
"url": "https://www.tremor.rs/", | ||
"category": "frontend", | ||
"subcategory": "js-chart-libraries" | ||
}, | ||
{ | ||
"name": "visx", | ||
"description": "visx is a collection of expressive, low-level visualization primitives for building custom data visualizations with React. It provides a wide range of components for creating interactive and responsive charts and graphs.", | ||
"url": "https://airbnb.io/visx/", | ||
"category": "frontend", | ||
"subcategory": "js-chart-libraries" | ||
}, | ||
{ | ||
"name": "Nivo", | ||
"description": "Nivo is a powerful and flexible data visualization library for React that provides a wide range of customizable and interactive charts and graphs for visualizing data in your web applications.", | ||
"url": "https://nivo.rocks/", | ||
"category": "frontend", | ||
"subcategory": "js-chart-libraries" | ||
} | ||
] | ||
{ | ||
"name": "Chart.js", | ||
"description": "Chart.js is a simple yet flexible JavaScript charting library that allows you to create interactive and responsive charts for your web applications.", | ||
"url": "https://www.chartjs.org/", | ||
"category": "frontend", | ||
"subcategory": "js-chart-libraries" | ||
}, | ||
{ | ||
"name": "Highcharts", | ||
"description": "Highcharts is a powerful JavaScript charting library that provides a wide range of customizable and interactive charts for visualizing data in your web applications.", | ||
"url": "https://www.highcharts.com/", | ||
"category": "frontend", | ||
"subcategory": "js-chart-libraries" | ||
}, | ||
{ | ||
"name": "D3.js", | ||
"description": "D3.js is a popular JavaScript library for manipulating documents based on data. It provides powerful tools for creating dynamic and interactive data visualizations on the web.", | ||
"url": "https://d3js.org/", | ||
"category": "frontend", | ||
"subcategory": "js-chart-libraries" | ||
}, | ||
{ | ||
"name": "Plotly.js", | ||
"description": "Plotly.js is an open-source JavaScript graphing library that allows you to create interactive, publication-quality graphs and charts in your web applications.", | ||
"url": "https://plotly.com/javascript/", | ||
"category": "frontend", | ||
"subcategory": "js-chart-libraries" | ||
}, | ||
{ | ||
"name": "FusionCharts", | ||
"description": "FusionCharts is a comprehensive JavaScript charting library that offers a wide range of charts, gauges, and maps for visualizing data in your web applications.", | ||
"url": "https://www.fusioncharts.com/", | ||
"category": "frontend", | ||
"subcategory": "js-chart-libraries" | ||
}, | ||
{ | ||
"name": "Google Charts", | ||
"description": "Google Charts is a powerful JavaScript charting library that provides a variety of charts and visualization options for displaying data in your web applications.", | ||
"url": "https://developers.google.com/chart/", | ||
"category": "frontend", | ||
"subcategory": "js-chart-libraries" | ||
}, | ||
{ | ||
"name": "ApexCharts", | ||
"description": "ApexCharts is a modern JavaScript charting library that offers a wide range of beautiful and interactive charts for visualizing data in your web applications.", | ||
"url": "https://apexcharts.com/", | ||
"category": "frontend", | ||
"subcategory": "js-chart-libraries" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters