Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix database config #1609

Merged
merged 9 commits into from
Aug 21, 2023
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion components/TopBar/CategoryDescriptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const categoryDescriptions: CategoryDescriptions = {
'game development': 'Game development is the process of creating games for various platforms. It involves different stages and aspects, such as design, development, release, storyboarding, writing, audio, art, coding, music, animation, modelling, testing and marketing. ',
'machine learning': 'Machine learning is an application of artificial intelligence (AI) that provides systems the ability to automatically learn and improve from experience without being explicitly programmed. ',
tensorflow: 'TensorFlow is a free and open-source software library for machine learning and artificial intelligence. It can be used across a range of tasks but has a particular focus on training and inference of deep neural networks.',
youtubeTesting: 'Testing is executing a system in order to identify any gaps, errors, or missing requirements. For example, YouTube also uses A/B testing to test different versions of their website to see which version performs better.',
'software testing': 'Testing is executing a system in order to identify any gaps, errors, or missing requirements.For example, YouTube also uses A/ B testing to test different versions of their website to see which version performs better.',
'web development': 'Web development is the process of building, programming, and maintaining websites and web applications. It involves various disciplines such as web design, coding, programming, database management, and web server administration.',
'web3 metaverse': 'Web3 is the next generation of the internet. It is a decentralized network that allows users to interact with each other without the need for intermediaries. ',
// other
Expand Down
10 changes: 5 additions & 5 deletions database/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const sidebarData: ISidebar[] = [
},
{ name: 'database', url: '/database', resources: DB.database },
{
name:'APIs',
name: 'APIs',
url: '/api',
resources: DB.api,
}
Expand Down Expand Up @@ -123,7 +123,7 @@ export const sidebarData: ISidebar[] = [
{
name: 'Videos',
url: '/open-source-videos',
resources: DB.openSourceVideos,
resources: DB.openSourceVideos,
},
],
},
Expand Down Expand Up @@ -225,9 +225,9 @@ export const sidebarData: ISidebar[] = [
resources: DB.web3metaverse,
},
{
name: 'Testing',
url: '/youtube-testing',
resources: DB.youtubeTesting,
name: 'Software Testing',
url: '/software-testing',
resources: DB.softwareTesting,
},
{
name: 'Computer Science',
Expand Down
6 changes: 3 additions & 3 deletions database/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export { default as testing } from './backend/testing.json'
export { default as validation } from './backend/validation.json'
export { default as systemDesign } from './backend/system-design.json'
export { default as database } from './backend/database.json'
export {default as api} from './backend/api.json'
export { default as api } from './backend/api.json'

//devops
export { default as cicd } from './DevOps/cicd.json'
Expand Down Expand Up @@ -80,7 +80,7 @@ export { default as machineLearning } from './youtube/machine-learning.json'
export { default as tensorflow } from './youtube/tensorflow.json'
export { default as webDevelopment } from './youtube/web-development.json'
export { default as web3metaverse } from './youtube/web3-metaverse.json'
export { default as youtubeTesting } from './youtube/testing.json'
export { default as softwareTesting } from './youtube/software-testing.json'
export { default as computerScience } from './youtube/computer-science.json'
export { default as competitiveProgramming } from './youtube/competitive-programming.json'
export { default as fintech } from './youtube/fintech.json'
Expand All @@ -92,4 +92,4 @@ export { default as podcasts } from './other/podcasts.json'
export { default as otherResources } from './other/other-resources.json'
export { default as communities } from './other/communities.json'
// competitive programming
export {default as platforms } from './competitive_programming/platforms.json'
export { default as platforms } from './competitive_programming/platforms.json'
Original file line number Diff line number Diff line change
Expand Up @@ -4,47 +4,56 @@
"description": "This channel is for everyone who wants to learn Manual testing and Automation Testing for FREE. The reason he has made this channel is to educate people who want to learn an easy language. I have a good theory and practical knowledge on testing.",
"url": "https://www.youtube.com/@SoftwaretestingbyMKT",
"category": "youtube",
"subcategory": "testing",
"subcategory": "software-testing",
"language": "english"
},
{
"name": "Automation Bro-Dilpreet johal",
"description": "This channel teaches Automation from beginner to advanced with almost every framework",
"url": "https://www.youtube.com/@dilpreetjohal",
"category": "youtube",
"subcategory": "testing",
"subcategory": "software-testing",
"language": "english"
},
{
"name": "JoanMedia",
"description": "In this channel, you will find free content related to the Software Engineer Area(Front End, Backend, Software Quality Assurance/Quality Control, and DevOps).",
"url": "https://www.youtube.com/@joanmedia",
"category": "youtube",
"subcategory": "testing",
"subcategory": "software-testing",
"language": "english"
},
{
"name": "Software Testing Mentor",
"description": "This channel to share practical knowledge about Jira, Confluence, Software Testing, Test Automation, Testing Tools, Jenkins, Docker, GIT, Agile, and many more topics",
"url": "https://www.youtube.com/@softwaretestingmentor",
"category": "youtube",
"subcategory": "testing",
"subcategory": "software-testing",
"language": "english"
},
{
"name": "Automation Step by Step",
"description": "This beginner-friendly step-by-step course teaches automation in different tools and technologies like Automation Testing, DevOps and CI, API Testing, Mobile Testing, Performance Testing, and UI Testing.",
"url": "https://www.youtube.com/@RaghavPal",
"category": "youtube",
"subcategory": "testing",
"subcategory": "software-testing",
"language": "english"
},
{
"name": "EDUREKA! (Testing)",
"description": "Learn fullstack testing from scratch using Selenium with Java Combination along with Concepts related to Selenium WebDriver, IDE, Grid & Selenium's industry implementation methodologies",
"url": "https://www.youtube.com/watch?v=9p6NNapsUvQ&t=2s",
"category": "youtube",
"subcategory": "testing",
"subcategory": "software-testing",
"language": "english"
},

{
"name": "SDET- QA Automation Techie",
"description": "This channel has educational videos on software testing & automation tools to help beginners and experienced professionals.",
"url": "https://www.youtube.com/@sdetpavan",
"category": "youtube",
"subcategory": "software-testing",
"language": "english"
}
]
2 changes: 1 addition & 1 deletion types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export const subcategoryArray = [
'game-development',
'machine-learning',
'tensorflow',
'testing',
'software-testing',
'web-development',
'web3-metaverse',
// other
Expand Down