From 0dcb55477e2ae55cd9deae72c4f62aab0393fa79 Mon Sep 17 00:00:00 2001 From: Daniel Leon <107798177+KKaged@users.noreply.github.com> Date: Thu, 28 Mar 2024 16:06:51 +0900 Subject: [PATCH] Revert "Kage - Closes [Add] Tech News #2323" --- .../web_application_security.json | 87 +++++------ database/frontend/js-chart-libraries.json | 135 +++++++----------- database/placement_prep/job-portals.json | 7 - 3 files changed, 87 insertions(+), 142 deletions(-) diff --git a/database/cybersecurity/web_application_security.json b/database/cybersecurity/web_application_security.json index ac6b64989..01c058446 100644 --- a/database/cybersecurity/web_application_security.json +++ b/database/cybersecurity/web_application_security.json @@ -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" + } + ] + \ No newline at end of file diff --git a/database/frontend/js-chart-libraries.json b/database/frontend/js-chart-libraries.json index 439cbf423..07aee2a38 100644 --- a/database/frontend/js-chart-libraries.json +++ b/database/frontend/js-chart-libraries.json @@ -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" + } +] \ No newline at end of file diff --git a/database/placement_prep/job-portals.json b/database/placement_prep/job-portals.json index 726dc5abf..e398ba418 100644 --- a/database/placement_prep/job-portals.json +++ b/database/placement_prep/job-portals.json @@ -1,11 +1,4 @@ [ - { - "name": "Remotely", - "description": "Remotely is platform that helps you find full-time and part-time remote jobs. They have tech and as well as non-tech jobs.", - "url": "https://www.remotely.jobs/", - "category": "placement-prep", - "subcategory": "job-portals" - }, { "name": "WorkAtAStartup", "description": "Work-At-Startup is a job portal to find Remote, On-site and Full-time remote jobs",