From 9b182f965f236bc72b384e49f7bcb9b245682d0b Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Mon, 24 Mar 2025 15:23:53 +0000 Subject: [PATCH] Remove javatpoint links --- .../angular/content/reactive-forms@1d3Y4HVnqom8UOok-7EEf.md | 1 - .../data-structures-and-algorithms@RAX2xN37taw9cqA3pnORh.md | 1 - .../content/boyer-moore@p6qub32jcaGloHXUDUrlG.md | 1 - .../content/data-structures@NM7q5REW1sJgMhxJhPpLT.md | 1 - .../content/knuth-morris-pratt@8abFKMfaV9H8F38I0DcMT.md | 1 - .../roadmaps/devops/content/bash@syBIAL1mHbJLnTBoSxXI7.md | 1 - .../content/operating-system@qe84v529VbCyydl0BKFk2.md | 1 - src/data/roadmaps/flutter/content/100-dart-basics/index.md | 1 - .../java/content/conditionals@sG_3ZQIE1-FQXQkk-OduQ.md | 1 - .../java/content/data-types@5g9mmi01WeZ4aDqNzwx_V.md | 1 - .../java/content/file-operations@NowpzyPVFcX082j5YS5i8.md | 1 - .../content/generic-collections@eL4pc6SaNiKP48PzN7mNe.md | 1 - .../roadmaps/java/content/gradle@rmDIm5dqtdlNfPhvpqS7-.md | 1 - .../java/content/hibernate@UEiDzzodyEu5O1xFAFDly.md | 1 - .../content/logging-frameworks@d9F5Wt8onY125DLuzNULg.md | 1 - .../roadmaps/java/content/loops@JHUhVEjWFXTn6-wKcKevg.md | 1 - .../roadmaps/java/content/packages@60POZOjwHSdKYL6rfkyEy.md | 1 - .../java/content/spring-data-jpa@WzWOxBUKKg6LeuBmVesc2.md | 1 - .../java/content/stream-api@WHxAwfdKHQSOg0TLX05EG.md | 1 - src/data/roadmaps/linux/content/101-editing-files/index.md | 3 +-- .../python/content/inheritance@S0FLE70szSVUPI0CDEQK7.md | 1 - .../qa/content/accessibility-tests@mmDIqSD6MU3ZhWREGI5E2.md | 1 - .../qa/content/agile-model@47NXgbc1OTGE06qXxlQoh.md | 1 - .../qa/content/manual-testing@daUEq4xlh4PIltSdiD4F2.md | 1 - .../100-spring-core/100-introduction/101-architecture.md | 1 - .../content/100-spring-core/102-dependency-injection.md | 1 - .../spring-boot/content/100-spring-core/103-spring-ioc.md | 1 - .../spring-boot/content/100-spring-core/105-spring-mvc.md | 1 - .../spring-boot/content/100-spring-core/106-annotations.md | 1 - .../spring-boot/content/101-spring-security/index.md | 1 - .../spring-boot/content/102-spring-boot-starters.md | 1 - .../roadmaps/spring-boot/content/103-autconfiguration.md | 1 - .../spring-boot/content/104-spring-boot-actuators.md | 1 - .../spring-boot/content/106-hibernate/100-transactions.md | 1 - .../content/106-hibernate/102-entity-lifecycle.md | 1 - .../content/107-spring-data/100-spring-data-jpa.md | 1 - .../content/108-microservices/100-spring-cloud/index.md | 1 - .../roadmaps/spring-boot/content/108-microservices/index.md | 1 - .../spring-boot/content/109-spring-mvc/102-architecture.md | 1 - .../spring-boot/content/109-spring-mvc/103-components.md | 6 +----- .../roadmaps/spring-boot/content/109-spring-mvc/index.md | 1 - .../roadmaps/sql/content/ceiling@BAqJQvcguhIhzyII5LRH6.md | 1 - .../rdbms-benefits-and-limitations@fNTb9y3zs1HPYclAmu_Wv.md | 1 - .../content/external-modules@egQWk1n3p8Pep83yIwCtI.md | 1 - 44 files changed, 2 insertions(+), 49 deletions(-) diff --git a/src/data/roadmaps/angular/content/reactive-forms@1d3Y4HVnqom8UOok-7EEf.md b/src/data/roadmaps/angular/content/reactive-forms@1d3Y4HVnqom8UOok-7EEf.md index f5a000b79..1ffeb5244 100644 --- a/src/data/roadmaps/angular/content/reactive-forms@1d3Y4HVnqom8UOok-7EEf.md +++ b/src/data/roadmaps/angular/content/reactive-forms@1d3Y4HVnqom8UOok-7EEf.md @@ -5,7 +5,6 @@ Reactive Forms in angular are those which used to handle the inputs coming from Visit the following resources to learn more: - [@official@Reactive forms - Angular](https://angular.dev/guide/forms/reactive-forms) -- [@article@Angular Reactive Forms](https://www.javatpoint.com/angular-reactive-forms) - [@article@How To Use Reactive Forms in Angular](https://www.digitalocean.com/community/tutorials/angular-reactive-forms-introduction) - [@video@Reactive Form in Angular](https://www.youtube.com/watch?v=8k4ctDmVn7w) - [@feed@Explore top posts about General Programming](https://app.daily.dev/tags/general-programming?ref=roadmapsh) diff --git a/src/data/roadmaps/aspnet-core/content/data-structures-and-algorithms@RAX2xN37taw9cqA3pnORh.md b/src/data/roadmaps/aspnet-core/content/data-structures-and-algorithms@RAX2xN37taw9cqA3pnORh.md index df79c8dd5..394e94577 100644 --- a/src/data/roadmaps/aspnet-core/content/data-structures-and-algorithms@RAX2xN37taw9cqA3pnORh.md +++ b/src/data/roadmaps/aspnet-core/content/data-structures-and-algorithms@RAX2xN37taw9cqA3pnORh.md @@ -4,7 +4,6 @@ As the name indicates, a **Data Structure** is a way of organizing the data in t Visit the following resources to learn more: -- [@article@Data Structures and Algorithms](https://www.javatpoint.com/data-structure-tutorial) - [@video@Data Structures Illustrated](https://www.youtube.com/watch?v=9rhT3P1MDHk\&list=PLkZYeFmDuaN2-KUIv-mvbjfKszIGJ4FaY) - [@article@C# resources](https://dev.to/adavidoaiei/fundamental-data-structures-and-algorithms-in-c-4ocf) - [@article@Interview Questions about Data Structures](https://www.csharpstar.com/csharp-algorithms/) diff --git a/src/data/roadmaps/computer-science/content/boyer-moore@p6qub32jcaGloHXUDUrlG.md b/src/data/roadmaps/computer-science/content/boyer-moore@p6qub32jcaGloHXUDUrlG.md index 1e20f1c37..d1f4d3b65 100644 --- a/src/data/roadmaps/computer-science/content/boyer-moore@p6qub32jcaGloHXUDUrlG.md +++ b/src/data/roadmaps/computer-science/content/boyer-moore@p6qub32jcaGloHXUDUrlG.md @@ -4,5 +4,4 @@ Boyer Moore algorithm is a string searching algorithm that is used to find the i Visit the following resources to learn more: -- [@article@The Boyer-Moore Algorithm](https://www.javatpoint.com/daa-boyer-moore-algorithm) - [@course@Boyer Moore Algorithm](https://www.coursera.org/learn/algorithms-part2/lecture/CYxOT/boyer-moore) diff --git a/src/data/roadmaps/computer-science/content/data-structures@NM7q5REW1sJgMhxJhPpLT.md b/src/data/roadmaps/computer-science/content/data-structures@NM7q5REW1sJgMhxJhPpLT.md index d7228e83d..76b608db4 100644 --- a/src/data/roadmaps/computer-science/content/data-structures@NM7q5REW1sJgMhxJhPpLT.md +++ b/src/data/roadmaps/computer-science/content/data-structures@NM7q5REW1sJgMhxJhPpLT.md @@ -5,7 +5,6 @@ As the name indicates itself, a **Data Structure** is a way of organizing the da Visit the following resources to learn more: - [@roadmap@Visit Dedicated DSA Roadmap](https://roadmap.sh/datastructures-and-algorithms) -- [@article@Data Structures and Algorithms](https://www.javatpoint.com/data-structure-tutorial) - [@course@Data Structures and Algorithms By Google](https://techdevguide.withgoogle.com/paths/data-structures-and-algorithms/) - [@video@Data Structures Illustrated](https://www.youtube.com/watch?v=9rhT3P1MDHk\&list=PLkZYeFmDuaN2-KUIv-mvbjfKszIGJ4FaY) - [@video@Data Structures playlist](https://youtube.com/playlist?list=PLDV1Zeh2NRsB6SWUrDFW2RmDotAfPbeHu&si=_EEf7x58G6lUcMGG) diff --git a/src/data/roadmaps/computer-science/content/knuth-morris-pratt@8abFKMfaV9H8F38I0DcMT.md b/src/data/roadmaps/computer-science/content/knuth-morris-pratt@8abFKMfaV9H8F38I0DcMT.md index 6fdb8f0ae..dd4df5f11 100644 --- a/src/data/roadmaps/computer-science/content/knuth-morris-pratt@8abFKMfaV9H8F38I0DcMT.md +++ b/src/data/roadmaps/computer-science/content/knuth-morris-pratt@8abFKMfaV9H8F38I0DcMT.md @@ -9,6 +9,5 @@ Knuth morris pratt is a string searching algorithm that uses a precomputed array Visit the following resources to learn more: -- [@article@The Knuth-Morris-Pratt (KMP)Algorithm](https://www.javatpoint.com/daa-knuth-morris-pratt-algorithm) - [@video@9.1 Knuth-Morris-Pratt KMP String Matching Algorithm](https://www.youtube.com/watch?v=V5-7GzOfADQ) - [@course@Knuth-Morris Pratt](https://www.coursera.org/learn/algorithms-part2/lecture/TAtDr/knuth-morris-pratt) diff --git a/src/data/roadmaps/devops/content/bash@syBIAL1mHbJLnTBoSxXI7.md b/src/data/roadmaps/devops/content/bash@syBIAL1mHbJLnTBoSxXI7.md index 2f08b19c4..9d7403f7e 100644 --- a/src/data/roadmaps/devops/content/bash@syBIAL1mHbJLnTBoSxXI7.md +++ b/src/data/roadmaps/devops/content/bash@syBIAL1mHbJLnTBoSxXI7.md @@ -5,7 +5,6 @@ Bash (Bourne Again Shell) is a powerful Unix shell and command language interpre Visit the following resources to learn more: - [@article@Interactive Shell Scripting Tutorial](https://www.learnshell.org/en/Welcome) -- [@article@Bash Scripting Tutorial](https://www.javatpoint.com/bash) - [@video@Bash in 100 Seconds](https://www.youtube.com/watch?v=I4EWvMFj37g) - [@course@Bash Scripting Tutorial for Beginners](https://www.youtube.com/watch?v=tK9Oc6AEnR4) - [@feed@Explore top posts about Bash](https://app.daily.dev/tags/bash?ref=roadmapsh) diff --git a/src/data/roadmaps/devops/content/operating-system@qe84v529VbCyydl0BKFk2.md b/src/data/roadmaps/devops/content/operating-system@qe84v529VbCyydl0BKFk2.md index 52d44ec6f..1caad0df3 100644 --- a/src/data/roadmaps/devops/content/operating-system@qe84v529VbCyydl0BKFk2.md +++ b/src/data/roadmaps/devops/content/operating-system@qe84v529VbCyydl0BKFk2.md @@ -5,7 +5,6 @@ Operating systems (OS) are fundamental software that manage computer hardware an Visit the following resources to learn more: - [@article@Operating Systems - Wiki](https://en.wikipedia.org/wiki/Operating_system) -- [@article@All you need to know about OS.](https://www.javatpoint.com/operating-system) - [@article@Learn Operating Systems](https://www.tutorialspoint.com/operating_system/os_overview.htm) - [@video@What are Operating Systems?](https://www.youtube.com/watch?v=pVzRTmdd9j0) - [@video@Operating Systems](https://www.youtube.com/watch?v=vBURTt97EkA&list=PLBlnK6fEyqRiVhbXDGLXDk_OQAeuVcp2O) diff --git a/src/data/roadmaps/flutter/content/100-dart-basics/index.md b/src/data/roadmaps/flutter/content/100-dart-basics/index.md index 3dc00eb50..c802d56be 100644 --- a/src/data/roadmaps/flutter/content/100-dart-basics/index.md +++ b/src/data/roadmaps/flutter/content/100-dart-basics/index.md @@ -5,7 +5,6 @@ Dart is an open-source, general-purpose, object-oriented programming language wi Visit the following resources to learn more: - [@official@Dart Overview](https://dart.dev/overview) -- [@article@What is Dart Programming?](https://www.javatpoint.com/flutter-dart-programming) - [@video@What is Dart?](https://www.youtube.com/watch?v=sOSd6G1qXoY) - [@video@Dart in 100 Seconds](https://www.youtube.com/watch?v=NrO0CJCbYLA) - [@feed@Explore top posts about Dart](https://app.daily.dev/tags/dart?ref=roadmapsh) diff --git a/src/data/roadmaps/java/content/conditionals@sG_3ZQIE1-FQXQkk-OduQ.md b/src/data/roadmaps/java/content/conditionals@sG_3ZQIE1-FQXQkk-OduQ.md index 1a5ecfde1..9b6156b39 100644 --- a/src/data/roadmaps/java/content/conditionals@sG_3ZQIE1-FQXQkk-OduQ.md +++ b/src/data/roadmaps/java/content/conditionals@sG_3ZQIE1-FQXQkk-OduQ.md @@ -11,6 +11,5 @@ Java has the following conditional statements: Visit the following resources to learn more: - [@article@What are Conditional statements?](https://www.educative.io/answers/what-are-conditional-statements-in-programming) -- [@article@Conditionals in Java](https://www.javatpoint.com/java-if-else) - [@video@Conditionals and Loops in Java](https://youtu.be/ldYLYRNaucM) - [@video@Switch Statements + Nested Case in Java](https://youtu.be/mA23x39DjbI) diff --git a/src/data/roadmaps/java/content/data-types@5g9mmi01WeZ4aDqNzwx_V.md b/src/data/roadmaps/java/content/data-types@5g9mmi01WeZ4aDqNzwx_V.md index 6e9d62fe9..d1da42032 100644 --- a/src/data/roadmaps/java/content/data-types@5g9mmi01WeZ4aDqNzwx_V.md +++ b/src/data/roadmaps/java/content/data-types@5g9mmi01WeZ4aDqNzwx_V.md @@ -11,4 +11,3 @@ Visit the following resources to learn more: - [@article@Java Data Types](https://jenkov.com/tutorials/java/variables.html) - [@article@What are Data Types & Variables?](https://jenkov.com/tutorials/java/data-types.html) -- [@article@Java Variables](https://www.javatpoint.com/java-variables) diff --git a/src/data/roadmaps/java/content/file-operations@NowpzyPVFcX082j5YS5i8.md b/src/data/roadmaps/java/content/file-operations@NowpzyPVFcX082j5YS5i8.md index 489b76b68..127dbe721 100644 --- a/src/data/roadmaps/java/content/file-operations@NowpzyPVFcX082j5YS5i8.md +++ b/src/data/roadmaps/java/content/file-operations@NowpzyPVFcX082j5YS5i8.md @@ -10,7 +10,6 @@ Learn how to work with files i.e., reading, writing and deleting, files and fold Visit the following resources to learn more: - [@article@How To Work With Files In Java](https://www.marcobehler.com/guides/java-files) -- [@article@Java File Class](https://www.javatpoint.com/java-file-class) - [@article@(old) Java HttpURLConnection Example - Java HTTP Request GET, POST](https://www.digitalocean.com/community/tutorials/java-httpurlconnection-example-java-http-request-get-post) - [@article@New Java HttpClient](https://www.baeldung.com/java-9-http-client) - [@article@5 ways to make HTTP requests in Java](https://www.twilio.com/blog/5-ways-to-make-http-requests-in-java) diff --git a/src/data/roadmaps/java/content/generic-collections@eL4pc6SaNiKP48PzN7mNe.md b/src/data/roadmaps/java/content/generic-collections@eL4pc6SaNiKP48PzN7mNe.md index 6532f77bb..0b5552324 100644 --- a/src/data/roadmaps/java/content/generic-collections@eL4pc6SaNiKP48PzN7mNe.md +++ b/src/data/roadmaps/java/content/generic-collections@eL4pc6SaNiKP48PzN7mNe.md @@ -5,5 +5,4 @@ Java Generic methods and generic classes enable programmers to specify, with a s Visit the following resources to learn more: - [@article@Java - Generics](https://www.tutorialspoint.com/java/java_generics.htm) -- [@article@Generics in Java](https://www.javatpoint.com/generics-in-java) - [@video@Generics in Java](https://www.youtube.com/watch?v=XMvznsY02Mk) \ No newline at end of file diff --git a/src/data/roadmaps/java/content/gradle@rmDIm5dqtdlNfPhvpqS7-.md b/src/data/roadmaps/java/content/gradle@rmDIm5dqtdlNfPhvpqS7-.md index ffe8de1c7..be359a1cb 100644 --- a/src/data/roadmaps/java/content/gradle@rmDIm5dqtdlNfPhvpqS7-.md +++ b/src/data/roadmaps/java/content/gradle@rmDIm5dqtdlNfPhvpqS7-.md @@ -7,6 +7,5 @@ Visit the following resources to learn more: - [@official@Gradle](https://gradle.org/) - [@video@Gradle Tutorial](https://youtu.be/kONQCIAcWeI) - [@video@Working with Gradle](https://youtu.be/6V6G3RyxEMk) -- [@article@Gradle](https://www.javatpoint.com/gradle) - [@article@Building Spring Boot Projects with Gradle](https://www.baeldung.com/spring-boot-gradle-plugin) - [@feed@Explore top posts about Gradle](https://app.daily.dev/tags/gradle?ref=roadmapsh) diff --git a/src/data/roadmaps/java/content/hibernate@UEiDzzodyEu5O1xFAFDly.md b/src/data/roadmaps/java/content/hibernate@UEiDzzodyEu5O1xFAFDly.md index ed7d9bf76..f220b6798 100644 --- a/src/data/roadmaps/java/content/hibernate@UEiDzzodyEu5O1xFAFDly.md +++ b/src/data/roadmaps/java/content/hibernate@UEiDzzodyEu5O1xFAFDly.md @@ -5,5 +5,4 @@ Hibernate is an open source object-relational mapping tool that provides a frame Visit the following resources to learn more: - [@official@Hibernate](https://hibernate.org/) -- [@article@Hibernate Tutorial](https://www.javatpoint.com/hibernate-tutorial) - [@article@Second-level caching explained](https://hazelcast.com/glossary/hibernate-second-level-cache/) diff --git a/src/data/roadmaps/java/content/logging-frameworks@d9F5Wt8onY125DLuzNULg.md b/src/data/roadmaps/java/content/logging-frameworks@d9F5Wt8onY125DLuzNULg.md index 5552123f6..45df76533 100644 --- a/src/data/roadmaps/java/content/logging-frameworks@d9F5Wt8onY125DLuzNULg.md +++ b/src/data/roadmaps/java/content/logging-frameworks@d9F5Wt8onY125DLuzNULg.md @@ -5,7 +5,6 @@ Logging is an important feature that helps developers to trace out the errors. I Visit the following resources to learn more: - [@article@Introduction to Java Logging](https://www.baeldung.com/java-logging-intro) -- [@article@Java Logger](https://www.javatpoint.com/java-logger) - [@article@Java Logging Frameworks](https://en.wikipedia.org/wiki/Java_logging_framework) - [@article@How to Do Logging In Java](https://www.marcobehler.com/guides/java-logging) - [@feed@Explore top posts about Java](https://app.daily.dev/tags/java?ref=roadmapsh) diff --git a/src/data/roadmaps/java/content/loops@JHUhVEjWFXTn6-wKcKevg.md b/src/data/roadmaps/java/content/loops@JHUhVEjWFXTn6-wKcKevg.md index c25284536..e4bbdec10 100644 --- a/src/data/roadmaps/java/content/loops@JHUhVEjWFXTn6-wKcKevg.md +++ b/src/data/roadmaps/java/content/loops@JHUhVEjWFXTn6-wKcKevg.md @@ -7,5 +7,4 @@ In Java and other programming languages, loops are used to iterate a part of the Visit the following resources to learn more: -- [@article@What are loops in Java?](https://www.javatpoint.com/java-for-loop) - [@article@Loops in Java.](https://www.programiz.com/java-programming/for-loop) diff --git a/src/data/roadmaps/java/content/packages@60POZOjwHSdKYL6rfkyEy.md b/src/data/roadmaps/java/content/packages@60POZOjwHSdKYL6rfkyEy.md index 66d514777..243a0e6fa 100644 --- a/src/data/roadmaps/java/content/packages@60POZOjwHSdKYL6rfkyEy.md +++ b/src/data/roadmaps/java/content/packages@60POZOjwHSdKYL6rfkyEy.md @@ -7,4 +7,3 @@ To create package use this command -> javac -d directory javafilename Visit the following resources to learn more: - [@article@Packages in Java](https://docs.oracle.com/javase/8/docs/api/java/lang/Package.html) -- [@article@Java Package](https://www.javatpoint.com/package) diff --git a/src/data/roadmaps/java/content/spring-data-jpa@WzWOxBUKKg6LeuBmVesc2.md b/src/data/roadmaps/java/content/spring-data-jpa@WzWOxBUKKg6LeuBmVesc2.md index d93486780..0a496d52e 100644 --- a/src/data/roadmaps/java/content/spring-data-jpa@WzWOxBUKKg6LeuBmVesc2.md +++ b/src/data/roadmaps/java/content/spring-data-jpa@WzWOxBUKKg6LeuBmVesc2.md @@ -6,7 +6,6 @@ Visit the following resources to learn more: - [@official@Spring Data JPA](https://spring.io/projects/spring-data-jpa) - [@article@Introduction to Spring Data JPA](https://www.baeldung.com/the-persistence-layer-with-spring-data-jpa) -- [@article@Spring Data JPA Tutorial](https://www.javatpoint.com/spring-and-jpa-integration) - [@video@Spring Data JPA Tutorial](https://youtu.be/XszpXoII9Sg) - [@video@Spring Boot Tutorial - Spring Data JPA](https://youtu.be/8SGI_XS5OPw) - [@feed@Explore top posts about Spring Framework](https://app.daily.dev/tags/spring?ref=roadmapsh) diff --git a/src/data/roadmaps/java/content/stream-api@WHxAwfdKHQSOg0TLX05EG.md b/src/data/roadmaps/java/content/stream-api@WHxAwfdKHQSOg0TLX05EG.md index 5b62ad71d..ca9149459 100644 --- a/src/data/roadmaps/java/content/stream-api@WHxAwfdKHQSOg0TLX05EG.md +++ b/src/data/roadmaps/java/content/stream-api@WHxAwfdKHQSOg0TLX05EG.md @@ -4,7 +4,6 @@ Java provides a new additional package in Java 8 called java.util.stream. This p Visit the following resources to learn more: -- [@article@Java 8 Stream](https://www.javatpoint.com/java-8-stream) - [@video@Streams API Tutorial in Java 8+](https://www.youtube.com/watch?v=VNovNwHr9jY) - [@video@Java 8 Streams Tutorial](https://www.youtube.com/watch?v=t1-YZ6bF-g0) - [@article@The Java 8 Stream API Tutorial](https://www.baeldung.com/java-8-streams) \ No newline at end of file diff --git a/src/data/roadmaps/linux/content/101-editing-files/index.md b/src/data/roadmaps/linux/content/101-editing-files/index.md index 08b16919f..0090f2394 100644 --- a/src/data/roadmaps/linux/content/101-editing-files/index.md +++ b/src/data/roadmaps/linux/content/101-editing-files/index.md @@ -19,5 +19,4 @@ gedit [filename] ``` Visit the following resources to learn more: -- [@article@How to edit a file](https://www.scaler.com/topics/how-to-edit-a-file-in-linux/) -- [@article@Linux edit file](https://www.javatpoint.com/linux-edit-file) \ No newline at end of file +- [@article@How to edit a file](https://www.scaler.com/topics/how-to-edit-a-file-in-linux/) \ No newline at end of file diff --git a/src/data/roadmaps/python/content/inheritance@S0FLE70szSVUPI0CDEQK7.md b/src/data/roadmaps/python/content/inheritance@S0FLE70szSVUPI0CDEQK7.md index 64eea2c46..c60860f21 100644 --- a/src/data/roadmaps/python/content/inheritance@S0FLE70szSVUPI0CDEQK7.md +++ b/src/data/roadmaps/python/content/inheritance@S0FLE70szSVUPI0CDEQK7.md @@ -5,4 +5,3 @@ Inheritance is a fundamental concept in object-oriented programming (OOP) that a Visit the following resources to learn more: - [@article@Python Inheritance](https://www.w3schools.com/python/python_inheritance.asp) -- [@article@Inheritance in Python](https://www.javatpoint.com/inheritance-in-python) diff --git a/src/data/roadmaps/qa/content/accessibility-tests@mmDIqSD6MU3ZhWREGI5E2.md b/src/data/roadmaps/qa/content/accessibility-tests@mmDIqSD6MU3ZhWREGI5E2.md index 208222997..effaea3cc 100644 --- a/src/data/roadmaps/qa/content/accessibility-tests@mmDIqSD6MU3ZhWREGI5E2.md +++ b/src/data/roadmaps/qa/content/accessibility-tests@mmDIqSD6MU3ZhWREGI5E2.md @@ -4,5 +4,4 @@ In software QA, accessibility testing is the practice of confirming that an appl Visit the following resources to learn more: -- [@article@Accessibility Testing - Javatpoint](https://www.javatpoint.com/accessibility-testing) - [@feed@Explore top posts about Accessibility](https://app.daily.dev/tags/accessibility?ref=roadmapsh) diff --git a/src/data/roadmaps/qa/content/agile-model@47NXgbc1OTGE06qXxlQoh.md b/src/data/roadmaps/qa/content/agile-model@47NXgbc1OTGE06qXxlQoh.md index 9df3b8cfb..7a6432d20 100644 --- a/src/data/roadmaps/qa/content/agile-model@47NXgbc1OTGE06qXxlQoh.md +++ b/src/data/roadmaps/qa/content/agile-model@47NXgbc1OTGE06qXxlQoh.md @@ -7,6 +7,5 @@ The Agile software development methodology is one of the simplest and most effec Visit the following resources to learn more: - [@article@Agile Methodology: What is Agile Model in Software Testing?](https://www.guru99.com/agile-scrum-extreme-testing.html) -- [@article@Agile Model](https://www.javatpoint.com/software-engineering-agile-model) - [@article@Manifesto for Agile Software Development](https://agilemanifesto.org/) - [@feed@Explore top posts about Agile](https://app.daily.dev/tags/agile?ref=roadmapsh) diff --git a/src/data/roadmaps/qa/content/manual-testing@daUEq4xlh4PIltSdiD4F2.md b/src/data/roadmaps/qa/content/manual-testing@daUEq4xlh4PIltSdiD4F2.md index 0f6881cfd..d9869f7c1 100644 --- a/src/data/roadmaps/qa/content/manual-testing@daUEq4xlh4PIltSdiD4F2.md +++ b/src/data/roadmaps/qa/content/manual-testing@daUEq4xlh4PIltSdiD4F2.md @@ -5,5 +5,4 @@ Manual Testing is a type of software testing in which test cases are executed ma Visit the following resources to learn more: - [@article@Manual Testing Tutorial: What is, Types, Concepts](https://www.guru99.com/manual-testing.html) -- [@article@Manual Testing](https://www.javatpoint.com/manual-testing) - [@feed@Explore top posts about QA](https://app.daily.dev/tags/qa?ref=roadmapsh) diff --git a/src/data/roadmaps/spring-boot/content/100-spring-core/100-introduction/101-architecture.md b/src/data/roadmaps/spring-boot/content/100-spring-core/100-introduction/101-architecture.md index f349c4708..91d8959ea 100644 --- a/src/data/roadmaps/spring-boot/content/100-spring-core/100-introduction/101-architecture.md +++ b/src/data/roadmaps/spring-boot/content/100-spring-core/100-introduction/101-architecture.md @@ -9,6 +9,5 @@ Spring Boot follows a layered architecture in which each layer communicates with For more information, visit the following links: -- [@article@Spring Boot Architecture](https://www.javatpoint.com/spring-boot-architecture) - [@article@Spring Boot Architecture – Detailed Explanation](https://www.interviewbit.com/blog/spring-boot-architecture) - [@feed@Explore top posts about Architecture](https://app.daily.dev/tags/architecture?ref=roadmapsh) diff --git a/src/data/roadmaps/spring-boot/content/100-spring-core/102-dependency-injection.md b/src/data/roadmaps/spring-boot/content/100-spring-core/102-dependency-injection.md index 4552de635..17dab77da 100644 --- a/src/data/roadmaps/spring-boot/content/100-spring-core/102-dependency-injection.md +++ b/src/data/roadmaps/spring-boot/content/100-spring-core/102-dependency-injection.md @@ -6,5 +6,4 @@ Visit the following links for more resources: - [@article@Spring Dependency Injection](https://www.baeldung.com/spring-dependency-injection) - [@article@Dependency Injection Using Spring Boot](https://medium.com/edureka/what-is-dependency-injection-5006b53af782) -- [@article@Dependency Injection in Spring](https://www.javatpoint.com/dependency-injection-in-spring) - [@feed@Explore top posts about Dependency Injection](https://app.daily.dev/tags/dependency-injection?ref=roadmapsh) diff --git a/src/data/roadmaps/spring-boot/content/100-spring-core/103-spring-ioc.md b/src/data/roadmaps/spring-boot/content/100-spring-core/103-spring-ioc.md index 9b0172284..2a0119c41 100644 --- a/src/data/roadmaps/spring-boot/content/100-spring-core/103-spring-ioc.md +++ b/src/data/roadmaps/spring-boot/content/100-spring-core/103-spring-ioc.md @@ -23,5 +23,4 @@ More more resources, check out the following links: - [@article@Spring IoC, Spring Bean Example Tutorial](https://www.digitalocean.com/community/tutorials/spring-ioc-bean-example-tutorial) - [@article@Intro to Inversion of Control with Spring](https://www.baeldung.com/inversion-control-and-dependency-injection-in-spring) -- [@article@IoC Container](https://www.javatpoint.com/ioc-container) - [@feed@Explore top posts about Spring Framework](https://app.daily.dev/tags/spring?ref=roadmapsh) diff --git a/src/data/roadmaps/spring-boot/content/100-spring-core/105-spring-mvc.md b/src/data/roadmaps/spring-boot/content/100-spring-core/105-spring-mvc.md index 49ea07ddc..cebfe5e2f 100644 --- a/src/data/roadmaps/spring-boot/content/100-spring-core/105-spring-mvc.md +++ b/src/data/roadmaps/spring-boot/content/100-spring-core/105-spring-mvc.md @@ -6,7 +6,6 @@ Spring MVC provides a powerful and flexible way to build web applications, and i For more resources, visit the following links: -- [@article@Spring MVC Tutorial](https://www.javatpoint.com/spring-mvc-tutorial) - [@article@Spring - MVC Framework](https://www.tutorialspoint.com/spring/spring_web_mvc_framework.htm) - [@article@Web MVC framework](https://docs.spring.io/spring-framework/docs/3.2.x/spring-framework-reference/html/mvc.html) - [@feed@Explore top posts about Spring Framework](https://app.daily.dev/tags/spring?ref=roadmapsh) diff --git a/src/data/roadmaps/spring-boot/content/100-spring-core/106-annotations.md b/src/data/roadmaps/spring-boot/content/100-spring-core/106-annotations.md index 95d01d574..c79f2ec91 100644 --- a/src/data/roadmaps/spring-boot/content/100-spring-core/106-annotations.md +++ b/src/data/roadmaps/spring-boot/content/100-spring-core/106-annotations.md @@ -17,5 +17,4 @@ These are just a few examples of the many annotations that are available in Spri Visit the following link for more details on annotations in spring boot: - [@article@Spring Annotations](https://www.digitalocean.com/community/tutorials/spring-annotations) -- [@article@Spring Boot Annotations](https://www.javatpoint.com/spring-boot-annotations) - [@article@Annotations in Spring](https://www.techferry.com/articles/spring-annotations.html) diff --git a/src/data/roadmaps/spring-boot/content/101-spring-security/index.md b/src/data/roadmaps/spring-boot/content/101-spring-security/index.md index 9835bc0cc..cd29819c6 100644 --- a/src/data/roadmaps/spring-boot/content/101-spring-security/index.md +++ b/src/data/roadmaps/spring-boot/content/101-spring-security/index.md @@ -5,7 +5,6 @@ Spring Security is a framework for securing Java-based applications. It is a pow Visit the following links for more resources: - [@official@Spring Security](https://spring.io/projects/spring-security) -- [@article@Spring Security Introduction](https://www.javatpoint.com/spring-security-introduction) - [@article@What is Spring security](https://www.javadevjournal.com/spring/what-is-spring-security/) - [@article@Spring Security: Authentication and Authorization In-Depth](https://www.marcobehler.com/guides/spring-security) - [@feed@Explore top posts about Security](https://app.daily.dev/tags/security?ref=roadmapsh) diff --git a/src/data/roadmaps/spring-boot/content/102-spring-boot-starters.md b/src/data/roadmaps/spring-boot/content/102-spring-boot-starters.md index e16232706..938c2849c 100644 --- a/src/data/roadmaps/spring-boot/content/102-spring-boot-starters.md +++ b/src/data/roadmaps/spring-boot/content/102-spring-boot-starters.md @@ -5,5 +5,4 @@ Spring Boot starters are a set of convenient dependency descriptors that you can For more information, visit the following links: - [@article@Intro to Spring Boot Starters](https://www.baeldung.com/spring-boot-starters) -- [@article@Spring Boot Starters](https://www.javatpoint.com/spring-boot-starters) - [@feed@Explore top posts about Spring Framework](https://app.daily.dev/tags/spring?ref=roadmapsh) diff --git a/src/data/roadmaps/spring-boot/content/103-autconfiguration.md b/src/data/roadmaps/spring-boot/content/103-autconfiguration.md index ec8438f17..477733a62 100644 --- a/src/data/roadmaps/spring-boot/content/103-autconfiguration.md +++ b/src/data/roadmaps/spring-boot/content/103-autconfiguration.md @@ -5,4 +5,3 @@ Spring Boot's Autoconfiguration is a powerful and convenient feature that makes For more information, visit the following links: - [@article@Auto-configuration using Spring Boot](https://docs.spring.io/spring-boot/docs/2.0.x/reference/html/using-boot-auto-configuration.html) -- [@article@Spring Boot Auto-configuration](https://www.javatpoint.com/spring-boot-auto-configuration) diff --git a/src/data/roadmaps/spring-boot/content/104-spring-boot-actuators.md b/src/data/roadmaps/spring-boot/content/104-spring-boot-actuators.md index 2a50fdb8f..c608fe884 100644 --- a/src/data/roadmaps/spring-boot/content/104-spring-boot-actuators.md +++ b/src/data/roadmaps/spring-boot/content/104-spring-boot-actuators.md @@ -15,6 +15,5 @@ Spring Boot Actuators are typically used in production environments to monitor t For more information, visit the following links: - [@official@Building a RESTful Web Service with Spring Boot Actuator](https://spring.io/guides/gs/actuator-service/) -- [@article@Spring Boot Starter Actuator](https://www.javatpoint.com/spring-boot-actuator) - [@article@What is Spring Boot Actuator](https://www.baeldung.com/spring-boot-actuators) - [@feed@Explore top posts about Spring Framework](https://app.daily.dev/tags/spring?ref=roadmapsh) diff --git a/src/data/roadmaps/spring-boot/content/106-hibernate/100-transactions.md b/src/data/roadmaps/spring-boot/content/106-hibernate/100-transactions.md index e7f64c782..d9457d420 100644 --- a/src/data/roadmaps/spring-boot/content/106-hibernate/100-transactions.md +++ b/src/data/roadmaps/spring-boot/content/106-hibernate/100-transactions.md @@ -6,6 +6,5 @@ In hibernate framework, we have Transaction interface that defines the unit of w For more information, visit the following links: -- [@article@Hibernate Transaction Management Example](https://www.javatpoint.com/hibernate-transaction-management-example) - [@article@Hibernate Transaction Management](https://www.javaguides.net/2018/12/hibernate-transaction-management-tutorial.html) - [@article@Hibernate Transaction](https://www.w3schools.blog/hibernate-transaction-management) diff --git a/src/data/roadmaps/spring-boot/content/106-hibernate/102-entity-lifecycle.md b/src/data/roadmaps/spring-boot/content/106-hibernate/102-entity-lifecycle.md index 5ce8f4967..aef81425a 100644 --- a/src/data/roadmaps/spring-boot/content/106-hibernate/102-entity-lifecycle.md +++ b/src/data/roadmaps/spring-boot/content/106-hibernate/102-entity-lifecycle.md @@ -11,5 +11,4 @@ There are mainly four states of the Hibernate Lifecycle : For more resources, visit the following links: -- [@article@Entity Lifecycle in Hibernate](https://www.javatpoint.com/hibernate-lifecycle) - [@article@Hibernate Entity Lifecycle & and its state](https://www.baeldung.com/hibernate-entity-lifecycle) diff --git a/src/data/roadmaps/spring-boot/content/107-spring-data/100-spring-data-jpa.md b/src/data/roadmaps/spring-boot/content/107-spring-data/100-spring-data-jpa.md index 86cee71da..03d92e972 100644 --- a/src/data/roadmaps/spring-boot/content/107-spring-data/100-spring-data-jpa.md +++ b/src/data/roadmaps/spring-boot/content/107-spring-data/100-spring-data-jpa.md @@ -6,5 +6,4 @@ For more resources, visit the following links: - [@official@Spring Data JPA](https://spring.io/projects/spring-data-jpa) - [@article@Introduction to Spring Data JPA](https://www.baeldung.com/the-persistence-layer-with-spring-data-jpa) -- [@article@Spring Data JPA Tutorial](https://www.javatpoint.com/spring-and-jpa-integration) - [@feed@Explore top posts about Spring Framework](https://app.daily.dev/tags/spring?ref=roadmapsh) diff --git a/src/data/roadmaps/spring-boot/content/108-microservices/100-spring-cloud/index.md b/src/data/roadmaps/spring-boot/content/108-microservices/100-spring-cloud/index.md index f420b6ba0..773707440 100644 --- a/src/data/roadmaps/spring-boot/content/108-microservices/100-spring-cloud/index.md +++ b/src/data/roadmaps/spring-boot/content/108-microservices/100-spring-cloud/index.md @@ -19,6 +19,5 @@ By using Spring Cloud, developers can take advantage of the features and capabil For more resources, visit the following links: - [@official@Spring Cloud](https://spring.io/projects/spring-cloud) -- [@article@Spring Cloud Tutorial](https://www.javatpoint.com/spring-cloud) - [@article@Spring Cloud – Bootstrapping](https://www.baeldung.com/spring-cloud-bootstrapping) - [@feed@Explore top posts about Cloud](https://app.daily.dev/tags/cloud?ref=roadmapsh) diff --git a/src/data/roadmaps/spring-boot/content/108-microservices/index.md b/src/data/roadmaps/spring-boot/content/108-microservices/index.md index 23742a144..1af502e40 100644 --- a/src/data/roadmaps/spring-boot/content/108-microservices/index.md +++ b/src/data/roadmaps/spring-boot/content/108-microservices/index.md @@ -5,6 +5,5 @@ Spring Microservices is a framework that makes it easier to build and manage mic For more resources, visit the following links: - [@official@Microservices with Spring](https://spring.io/microservices) -- [@article@Microservices Tutorial](https://www.javatpoint.com/microservices) - [@article@Microservices with Spring Boot ](https://medium.com/omarelgabrys-blog/microservices-with-spring-boot-intro-to-microservices-part-1-c0d24cd422c3) - [@feed@Explore top posts about Microservices](https://app.daily.dev/tags/microservices?ref=roadmapsh) diff --git a/src/data/roadmaps/spring-boot/content/109-spring-mvc/102-architecture.md b/src/data/roadmaps/spring-boot/content/109-spring-mvc/102-architecture.md index 935ace9cb..7aabf3331 100644 --- a/src/data/roadmaps/spring-boot/content/109-spring-mvc/102-architecture.md +++ b/src/data/roadmaps/spring-boot/content/109-spring-mvc/102-architecture.md @@ -4,6 +4,5 @@ The Spring MVC (Model-View-Controller) is a web application framework that is pa For more resources, visit the following resources: -- [@article@Spring MVC Tutorial](https://www.javatpoint.com/spring-mvc-tutorial) - [@article@Overview of Spring MVC Architecture](https://terasolunaorg.github.io/guideline/1.0.1.RELEASE/en/Overview/SpringMVCOverview.html) - [@feed@Explore top posts about Architecture](https://app.daily.dev/tags/architecture?ref=roadmapsh) diff --git a/src/data/roadmaps/spring-boot/content/109-spring-mvc/103-components.md b/src/data/roadmaps/spring-boot/content/109-spring-mvc/103-components.md index b413a07c9..9221fc1ff 100644 --- a/src/data/roadmaps/spring-boot/content/109-spring-mvc/103-components.md +++ b/src/data/roadmaps/spring-boot/content/109-spring-mvc/103-components.md @@ -11,8 +11,4 @@ The Spring MVC (Model-View-Controller) framework has several key components that - `HandlerMapping`: This maps requests to appropriate controllers, responsible for handling the requests. - `HandlerAdapter`: This is used to handle the request and generate the response. -There are other supporting components that are used to manage the lifecycle of the application's objects, such as the Spring IoC container and different interceptors that provides additional functionality, such as caching and security. - -For more information, visit the following links: - -- [@article@Spring Boot vs Spring MVC: How do They Compare?](https://www.javatpoint.com/spring-vs-spring-boot-vs-spring-mvc) +There are other supporting components that are used to manage the lifecycle of the application's objects, such as the Spring IoC container and different interceptors that provides additional functionality, such as caching and security. \ No newline at end of file diff --git a/src/data/roadmaps/spring-boot/content/109-spring-mvc/index.md b/src/data/roadmaps/spring-boot/content/109-spring-mvc/index.md index 6e85dbcc2..a74767002 100644 --- a/src/data/roadmaps/spring-boot/content/109-spring-mvc/index.md +++ b/src/data/roadmaps/spring-boot/content/109-spring-mvc/index.md @@ -6,7 +6,6 @@ In Spring MVC, the application is divided into three main components: the Model, For more information, visit the following links: -- [@article@Spring MVC Tutorial](https://www.javatpoint.com/spring-mvc-tutorial) - [@article@Spring - MVC Framework](https://www.tutorialspoint.com/spring/spring_web_mvc_framework.htm) - [@article@Spring MVC Tutorial – Everything You Need To Know](https://www.edureka.co/blog/spring-mvc-tutorial/) - [@feed@Explore top posts about Spring Framework](https://app.daily.dev/tags/spring?ref=roadmapsh) diff --git a/src/data/roadmaps/sql/content/ceiling@BAqJQvcguhIhzyII5LRH6.md b/src/data/roadmaps/sql/content/ceiling@BAqJQvcguhIhzyII5LRH6.md index 99a233221..f8fe35fe3 100644 --- a/src/data/roadmaps/sql/content/ceiling@BAqJQvcguhIhzyII5LRH6.md +++ b/src/data/roadmaps/sql/content/ceiling@BAqJQvcguhIhzyII5LRH6.md @@ -4,5 +4,4 @@ The `CEILING()` function in SQL returns the smallest integer greater than or equ Learn more from the following resources: -- [@article@CEILING Function in SQL](https://www.javatpoint.com/ceiling-function-in-sql) - [@article@SQL CEILING](https://www.w3schools.com/sql/func_sqlserver_ceiling.asp) \ No newline at end of file diff --git a/src/data/roadmaps/sql/content/rdbms-benefits-and-limitations@fNTb9y3zs1HPYclAmu_Wv.md b/src/data/roadmaps/sql/content/rdbms-benefits-and-limitations@fNTb9y3zs1HPYclAmu_Wv.md index e2345c3a8..ccdb9fbd4 100644 --- a/src/data/roadmaps/sql/content/rdbms-benefits-and-limitations@fNTb9y3zs1HPYclAmu_Wv.md +++ b/src/data/roadmaps/sql/content/rdbms-benefits-and-limitations@fNTb9y3zs1HPYclAmu_Wv.md @@ -28,5 +28,4 @@ Here are some of the limitations of using an RDBMS: Learn more from the following resources: -- [@article@Advantages and Disadvantages of DBMS](https://www.javatpoint.com/advantages-and-disadvantages-of-dbms) - [@article@ACID Transactions in Databases](https://www.databricks.com/glossary/acid-transactions) \ No newline at end of file diff --git a/src/data/roadmaps/typescript/content/external-modules@egQWk1n3p8Pep83yIwCtI.md b/src/data/roadmaps/typescript/content/external-modules@egQWk1n3p8Pep83yIwCtI.md index 20b994e7a..6a084f66a 100644 --- a/src/data/roadmaps/typescript/content/external-modules@egQWk1n3p8Pep83yIwCtI.md +++ b/src/data/roadmaps/typescript/content/external-modules@egQWk1n3p8Pep83yIwCtI.md @@ -19,5 +19,4 @@ In this example, we use the "export" keyword in the "myModule.ts" file to export Learn more from the following links: -- [@official@External Module](https://www.javatpoint.com/typescript-module) - [@article@TypeScript - External Module](https://learncodeweb.com/typescript/modules-in-typescript-explain-with-an-example/)