From 0b47cfc98150f8d6e0d8f4547b1fb343b655357e Mon Sep 17 00:00:00 2001 From: Konrad Date: Thu, 11 Jul 2024 12:57:59 +0200 Subject: [PATCH] style: remove whitespace characters in roadmaps resources (#6131) --- .../roadmaps/angular/content/110-state-management/index.md | 2 +- .../content/109-dapps/100-frontend-frameworks/index.md | 2 +- .../computer-science/content/102-data-structures/index.md | 4 ++-- .../104-design-language/102-logo/101-small-use-guidance.md | 2 +- .../roadmaps/devops/content/firewall@f3tM2uo6LLSOmyeFfLc7h.md | 2 +- .../content/pick-a-framework@eXezX7CVNyC1RuyU_I4yP.md | 2 +- .../roadmaps/frontend/content/sass@kukEE5rMSPa4NeNjx21kt.md | 4 ++-- .../101-game-mathematics/106-orientation/100-spline.md | 2 +- src/data/roadmaps/golang/content/101-go-advanced/109-mutex.md | 2 +- .../ios/content/memory-management@tqbg8mBJfjuXacdMlIB_L.md | 2 +- .../roadmaps/ios/content/swiftui@kAIKsDcDzwI1E0wSnC_uo.md | 2 +- .../java/content/100-java-fundamentals/104-datastructures.md | 2 +- .../java/content/100-java-fundamentals/106-files-and-apis.md | 4 ++-- .../roadmaps/java/content/100-java-fundamentals/107-loops.md | 2 +- .../content/101-java-advanced-topics/106-how-jvm-works.md | 2 +- .../content/104-javascript-data-structures/index.md | 2 +- .../100-equality-algorithms/100-is-loosely-equal.md | 2 +- .../100-equality-algorithms/101-is-strictly-equal.md | 2 +- .../100-equality-algorithms/102-same-value-zero.md | 2 +- .../100-equality-algorithms/103-same-value.md | 2 +- .../roadmaps/linux/content/110-disks-filesystems/104-swap.md | 4 ++-- .../nodejs/content/106-nodejs-command-line-apps/index.md | 2 +- .../102-backend-automation/103-postman-newman.md | 2 +- .../terraform/content/cac-vs-iac@UsINvx84pBF1hp8XoLF4c.md | 4 ++-- .../roadmaps/terraform/content/mv@0xVXwjWPFXDGRw_3p6th6.md | 4 ++-- .../terraform/content/preconditions@DB-p_S4Ce4tDWF4wDiGSt.md | 2 +- .../terraform/content/providers@ZRVv9onD7KGz1cJLcsnwy.md | 2 +- 27 files changed, 33 insertions(+), 33 deletions(-) diff --git a/src/data/roadmaps/angular/content/110-state-management/index.md b/src/data/roadmaps/angular/content/110-state-management/index.md index 13c827ae6..41a32ebd1 100644 --- a/src/data/roadmaps/angular/content/110-state-management/index.md +++ b/src/data/roadmaps/angular/content/110-state-management/index.md @@ -5,5 +5,5 @@ Application state management is the process of maintaining knowledge of an appli Visit the following resources to learn more: - [@article@What is State Management?](https://www.techtarget.com/searchapparchitecture/definition/state-management) -- [@article@ Angular state management made simple with NgRx](https://blog.logrocket.com/angular-state-management-made-simple-with-ngrx/) +- [@article@Angular state management made simple with NgRx](https://blog.logrocket.com/angular-state-management-made-simple-with-ngrx/) - [@article@Angular State Management with NgRx](https://www.syncfusion.com/blogs/post/angular-state-management-with-ngrx.aspx) diff --git a/src/data/roadmaps/blockchain/content/109-dapps/100-frontend-frameworks/index.md b/src/data/roadmaps/blockchain/content/109-dapps/100-frontend-frameworks/index.md index aadd0a44e..6ef18df6f 100644 --- a/src/data/roadmaps/blockchain/content/109-dapps/100-frontend-frameworks/index.md +++ b/src/data/roadmaps/blockchain/content/109-dapps/100-frontend-frameworks/index.md @@ -6,5 +6,5 @@ Visit the following resources to learn more: - [@article@Web3 Frontend – Everything You Need to Learn About Building Dapp Frontends](https://moralis.io/web3-frontend-everything-you-need-to-learn-about-building-dapp-frontends/) - [@video@What is the difference between a framework and a library?](https://www.youtube.com/watch?v=D_MO9vIRBcA) -- [@video@ Which JS Framework is best?](https://www.youtube.com/watch?v=cuHDQhDhvPE) +- [@video@Which JS Framework is best?](https://www.youtube.com/watch?v=cuHDQhDhvPE) - [@feed@Explore top posts about Frontend Development](https://app.daily.dev/tags/frontend?ref=roadmapsh) diff --git a/src/data/roadmaps/computer-science/content/102-data-structures/index.md b/src/data/roadmaps/computer-science/content/102-data-structures/index.md index 99286a2a8..58bd956aa 100644 --- a/src/data/roadmaps/computer-science/content/102-data-structures/index.md +++ b/src/data/roadmaps/computer-science/content/102-data-structures/index.md @@ -5,8 +5,8 @@ As the name indicates itself, a **Data Structure** is a way of organizing the da Visit the following resources to learn more: - [@article@What are Data Structures?](https://www.geeksforgeeks.org/data-structures) -- [@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/) +- [@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) - [@feed@Explore top posts about Data Structures](https://app.daily.dev/tags/data-structures?ref=roadmapsh) diff --git a/src/data/roadmaps/design-system/content/104-design-language/102-logo/101-small-use-guidance.md b/src/data/roadmaps/design-system/content/104-design-language/102-logo/101-small-use-guidance.md index e6788d88b..7ca35f1a4 100644 --- a/src/data/roadmaps/design-system/content/104-design-language/102-logo/101-small-use-guidance.md +++ b/src/data/roadmaps/design-system/content/104-design-language/102-logo/101-small-use-guidance.md @@ -2,4 +2,4 @@ Your logo must perform well and be recognisable at all sizes. Tips for using your logo in these cases will minimise the risk of it being misused. -- [@article@ Everything You Need to Know About Logo Usage Guidelines](https://www.tailorbrands.com/blog/logo-usage-guidelines) \ No newline at end of file +- [@article@Everything You Need to Know About Logo Usage Guidelines](https://www.tailorbrands.com/blog/logo-usage-guidelines) diff --git a/src/data/roadmaps/devops/content/firewall@f3tM2uo6LLSOmyeFfLc7h.md b/src/data/roadmaps/devops/content/firewall@f3tM2uo6LLSOmyeFfLc7h.md index 6b685bce1..f5b54bd97 100644 --- a/src/data/roadmaps/devops/content/firewall@f3tM2uo6LLSOmyeFfLc7h.md +++ b/src/data/roadmaps/devops/content/firewall@f3tM2uo6LLSOmyeFfLc7h.md @@ -7,5 +7,5 @@ Visit the following resources to learn more: - [@article@What is Firewall?](https://www.checkpoint.com/cyber-hub/network-security/what-is-firewall/) - [@article@Types of Firewall](https://www.cisco.com/c/en_in/products/security/firewalls/what-is-a-firewall.html) - [@article@Why do we need Firewalls?](https://www.tutorialspoint.com/what-is-a-firewall-and-why-do-you-need-one) -- [@video@ Firewalls and Network Security - SimpliLearn](https://www.youtube.com/watch?v=9GZlVOafYTg) +- [@video@Firewalls and Network Security - SimpliLearn](https://www.youtube.com/watch?v=9GZlVOafYTg) - [@feed@Explore top posts about Firewall](https://app.daily.dev/tags/firewall?ref=roadmapsh) diff --git a/src/data/roadmaps/frontend/content/pick-a-framework@eXezX7CVNyC1RuyU_I4yP.md b/src/data/roadmaps/frontend/content/pick-a-framework@eXezX7CVNyC1RuyU_I4yP.md index ee618197a..4812f1455 100644 --- a/src/data/roadmaps/frontend/content/pick-a-framework@eXezX7CVNyC1RuyU_I4yP.md +++ b/src/data/roadmaps/frontend/content/pick-a-framework@eXezX7CVNyC1RuyU_I4yP.md @@ -5,4 +5,4 @@ Web frameworks are designed to write web applications. Frameworks are collection Visit the following resources to learn more: - [@video@What is the difference between a framework and a library?](https://www.youtube.com/watch?v=D_MO9vIRBcA) -- [@video@ Which JS Framework is best?](https://www.youtube.com/watch?v=cuHDQhDhvPE) +- [@video@Which JS Framework is best?](https://www.youtube.com/watch?v=cuHDQhDhvPE) diff --git a/src/data/roadmaps/frontend/content/sass@kukEE5rMSPa4NeNjx21kt.md b/src/data/roadmaps/frontend/content/sass@kukEE5rMSPa4NeNjx21kt.md index 102b560ad..f4ea74c21 100644 --- a/src/data/roadmaps/frontend/content/sass@kukEE5rMSPa4NeNjx21kt.md +++ b/src/data/roadmaps/frontend/content/sass@kukEE5rMSPa4NeNjx21kt.md @@ -6,5 +6,5 @@ Visit the following resources to learn more: - [@article@Sass Website](https://sass-lang.com/) - [@article@Official Documentation](https://sass-lang.com/documentation) -- [@video@ Sass Tutorial for Beginners](https://www.youtube.com/watch?v=_a5j7KoflTs) -- [@video@ Sass, BEM, & Responsive Design](https://www.youtube.com/watch?v=jfMHA8SqUL4) +- [@video@Sass Tutorial for Beginners](https://www.youtube.com/watch?v=_a5j7KoflTs) +- [@video@Sass, BEM, & Responsive Design](https://www.youtube.com/watch?v=jfMHA8SqUL4) diff --git a/src/data/roadmaps/game-developer/content/101-game-mathematics/106-orientation/100-spline.md b/src/data/roadmaps/game-developer/content/101-game-mathematics/106-orientation/100-spline.md index f113ab52a..39e8656d9 100644 --- a/src/data/roadmaps/game-developer/content/101-game-mathematics/106-orientation/100-spline.md +++ b/src/data/roadmaps/game-developer/content/101-game-mathematics/106-orientation/100-spline.md @@ -4,4 +4,4 @@ Learn more from the following resources: -- [@Video@ In-depth video about Splines by Freya Holmér](https://youtu.be/jvPPXbo87ds?si=JX_G-gS81tOwQwjf) +- [@Video@In-depth video about Splines by Freya Holmér](https://youtu.be/jvPPXbo87ds?si=JX_G-gS81tOwQwjf) diff --git a/src/data/roadmaps/golang/content/101-go-advanced/109-mutex.md b/src/data/roadmaps/golang/content/101-go-advanced/109-mutex.md index 5d1897923..4abdc0ade 100644 --- a/src/data/roadmaps/golang/content/101-go-advanced/109-mutex.md +++ b/src/data/roadmaps/golang/content/101-go-advanced/109-mutex.md @@ -4,4 +4,4 @@ Go allows us to run code concurrently using goroutines. However, when concurrent Visit the following resources to learn more: -- [@article@ Using a Mutex in Go with Examples](https://www.sohamkamani.com/golang/mutex/) +- [@article@Using a Mutex in Go with Examples](https://www.sohamkamani.com/golang/mutex/) diff --git a/src/data/roadmaps/ios/content/memory-management@tqbg8mBJfjuXacdMlIB_L.md b/src/data/roadmaps/ios/content/memory-management@tqbg8mBJfjuXacdMlIB_L.md index 3c703255f..a0367b19d 100644 --- a/src/data/roadmaps/ios/content/memory-management@tqbg8mBJfjuXacdMlIB_L.md +++ b/src/data/roadmaps/ios/content/memory-management@tqbg8mBJfjuXacdMlIB_L.md @@ -12,4 +12,4 @@ Visit the following resources to learn more: - [@official@Mac Apps That Use Garbage Collection Must Move to ARC](https://developer.apple.com/news/?id=02202015a) - [@official@MemoryLayout](https://developer.apple.com/documentation/swift/memorylayout) - [@official@Detect and diagnose memory issues](https://developer.apple.com/videos/play/wwdc2021/10180/) -- [@official@ WWDC24: Analyze heap memory](https://www.youtube.com/watch?v=X_JYRz-Hd0o) +- [@official@WWDC24: Analyze heap memory](https://www.youtube.com/watch?v=X_JYRz-Hd0o) diff --git a/src/data/roadmaps/ios/content/swiftui@kAIKsDcDzwI1E0wSnC_uo.md b/src/data/roadmaps/ios/content/swiftui@kAIKsDcDzwI1E0wSnC_uo.md index 38eb01e0a..9dbdd9cbe 100644 --- a/src/data/roadmaps/ios/content/swiftui@kAIKsDcDzwI1E0wSnC_uo.md +++ b/src/data/roadmaps/ios/content/swiftui@kAIKsDcDzwI1E0wSnC_uo.md @@ -7,4 +7,4 @@ Learn more from the following resources: - [@official@SwiftUI Documentation](https://developer.apple.com/xcode/swiftui/) - [@official@Apple - SwiftUI Documentation](https://developer.apple.com/documentation/SwiftUI?changes=latest_minor) - [@article@Build an iOS app with SwiftUI](https://www.swift.org/getting-started/swiftui/) -- [@video@ WWDC24: SwiftUI essentials | Apple ](https://www.youtube.com/watch?v=HyQgpxX__-A) \ No newline at end of file +- [@video@WWDC24: SwiftUI essentials | Apple ](https://www.youtube.com/watch?v=HyQgpxX__-A) diff --git a/src/data/roadmaps/java/content/100-java-fundamentals/104-datastructures.md b/src/data/roadmaps/java/content/100-java-fundamentals/104-datastructures.md index b339667e3..2300d6791 100644 --- a/src/data/roadmaps/java/content/100-java-fundamentals/104-datastructures.md +++ b/src/data/roadmaps/java/content/100-java-fundamentals/104-datastructures.md @@ -9,6 +9,6 @@ As the name indicates itself, a **Data Structure** is a way of organizing the da Visit the following resources to learn more: -- [@article@ Data Structures and Algorithms](https://www.javatpoint.com/data-structure-tutorial) +- [@article@Data Structures and Algorithms](https://www.javatpoint.com/data-structure-tutorial) - [@video@Java + DSA + Interview Preparation Course](https://youtube.com/playlist?list=PL9gnSGHSqcnr_DxHsP7AW9ftq0AtAyYqJ) - [@video@Data Structures Illustrated](https://www.youtube.com/watch?v=9rhT3P1MDHk&list=PLkZYeFmDuaN2-KUIv-mvbjfKszIGJ4FaY) diff --git a/src/data/roadmaps/java/content/100-java-fundamentals/106-files-and-apis.md b/src/data/roadmaps/java/content/100-java-fundamentals/106-files-and-apis.md index 4bbbfe6d3..489b76b68 100644 --- a/src/data/roadmaps/java/content/100-java-fundamentals/106-files-and-apis.md +++ b/src/data/roadmaps/java/content/100-java-fundamentals/106-files-and-apis.md @@ -11,8 +11,8 @@ 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@(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) - [@article@Read a file line by line in Java](https://mkyong.com/java8/java-8-stream-read-a-file-line-by-line/) - [@article@Various ways to read a file to String in Java](https://howtodoinjava.com/java/io/java-read-file-to-string-examples/) diff --git a/src/data/roadmaps/java/content/100-java-fundamentals/107-loops.md b/src/data/roadmaps/java/content/100-java-fundamentals/107-loops.md index 27b376e5d..c25284536 100644 --- a/src/data/roadmaps/java/content/100-java-fundamentals/107-loops.md +++ b/src/data/roadmaps/java/content/100-java-fundamentals/107-loops.md @@ -8,4 +8,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) +- [@article@Loops in Java.](https://www.programiz.com/java-programming/for-loop) diff --git a/src/data/roadmaps/java/content/101-java-advanced-topics/106-how-jvm-works.md b/src/data/roadmaps/java/content/101-java-advanced-topics/106-how-jvm-works.md index b2e06570c..bbd01a6db 100644 --- a/src/data/roadmaps/java/content/101-java-advanced-topics/106-how-jvm-works.md +++ b/src/data/roadmaps/java/content/101-java-advanced-topics/106-how-jvm-works.md @@ -8,5 +8,5 @@ Visit the following resources to learn more: - [@article@Introducing the Java Virtual Machine](https://www.infoworld.com/article/3272244/what-is-the-jvm-introducing-the-java-virtual-machine.html) - [@video@How JVM works?](https://youtu.be/G1ubVOl9IBw) - [@article@JVM languages](https://www.whizlabs.com/blog/jvm-languages/) -- [@article@ GraalVM](https://www.graalvm.org/) +- [@article@GraalVM](https://www.graalvm.org/) - [@feed@Explore top posts about JVM](https://app.daily.dev/tags/jvm?ref=roadmapsh) diff --git a/src/data/roadmaps/javascript/content/104-javascript-data-structures/index.md b/src/data/roadmaps/javascript/content/104-javascript-data-structures/index.md index 279d818bd..f8829cd3a 100644 --- a/src/data/roadmaps/javascript/content/104-javascript-data-structures/index.md +++ b/src/data/roadmaps/javascript/content/104-javascript-data-structures/index.md @@ -4,7 +4,7 @@ A Data structure is a format to organize, manage and store data in a way that al Visit the following resources to learn more: -- [@article@ Data structures](https://www.freecodecamp.org/news/data-structures-in-javascript-with-examples/#what-is-a-data-structure) +- [@article@Data structures](https://www.freecodecamp.org/news/data-structures-in-javascript-with-examples/#what-is-a-data-structure) - [@video@Introduction to the Stack Data Structure](https://youtu.be/4F-BnR2XwqU) - [@video@Introduction to the Queue Data Structure](https://youtu.be/GRA_3Ppl2ZI) - [@video@Intro to Recursion: Anatomy of a Recursive Solution](https://youtu.be/yBWlPte6FhA) diff --git a/src/data/roadmaps/javascript/content/105-javascript-equality-comparisons/100-equality-algorithms/100-is-loosely-equal.md b/src/data/roadmaps/javascript/content/105-javascript-equality-comparisons/100-equality-algorithms/100-is-loosely-equal.md index 5c25e0148..b69f86aef 100644 --- a/src/data/roadmaps/javascript/content/105-javascript-equality-comparisons/100-equality-algorithms/100-is-loosely-equal.md +++ b/src/data/roadmaps/javascript/content/105-javascript-equality-comparisons/100-equality-algorithms/100-is-loosely-equal.md @@ -4,5 +4,5 @@ Visit the following resources to learn more: -- [@article@ Loosely Equality (==) Operator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Equality) +- [@article@Loosely Equality (==) Operator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Equality) - [@article@Comparison - javascript.info](https://javascript.info/comparison) diff --git a/src/data/roadmaps/javascript/content/105-javascript-equality-comparisons/100-equality-algorithms/101-is-strictly-equal.md b/src/data/roadmaps/javascript/content/105-javascript-equality-comparisons/100-equality-algorithms/101-is-strictly-equal.md index 5ad448345..1f94feb71 100644 --- a/src/data/roadmaps/javascript/content/105-javascript-equality-comparisons/100-equality-algorithms/101-is-strictly-equal.md +++ b/src/data/roadmaps/javascript/content/105-javascript-equality-comparisons/100-equality-algorithms/101-is-strictly-equal.md @@ -4,5 +4,5 @@ Visit the following resources to learn more: -- [@article@ Strictly Equality (===) Operator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Strict_equality) +- [@article@Strictly Equality (===) Operator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Strict_equality) - [@article@Comparison - javascript.info](https://javascript.info/comparison) diff --git a/src/data/roadmaps/javascript/content/105-javascript-equality-comparisons/100-equality-algorithms/102-same-value-zero.md b/src/data/roadmaps/javascript/content/105-javascript-equality-comparisons/100-equality-algorithms/102-same-value-zero.md index 52f4672aa..d558944ea 100644 --- a/src/data/roadmaps/javascript/content/105-javascript-equality-comparisons/100-equality-algorithms/102-same-value-zero.md +++ b/src/data/roadmaps/javascript/content/105-javascript-equality-comparisons/100-equality-algorithms/102-same-value-zero.md @@ -4,4 +4,4 @@ Visit the following resources to learn more: -- [@article@ Same-value-zero equality](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Equality_comparisons_and_sameness#same-value-zero_equality) +- [@article@Same-value-zero equality](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Equality_comparisons_and_sameness#same-value-zero_equality) diff --git a/src/data/roadmaps/javascript/content/105-javascript-equality-comparisons/100-equality-algorithms/103-same-value.md b/src/data/roadmaps/javascript/content/105-javascript-equality-comparisons/100-equality-algorithms/103-same-value.md index 6897c5ca4..0480c1754 100644 --- a/src/data/roadmaps/javascript/content/105-javascript-equality-comparisons/100-equality-algorithms/103-same-value.md +++ b/src/data/roadmaps/javascript/content/105-javascript-equality-comparisons/100-equality-algorithms/103-same-value.md @@ -4,4 +4,4 @@ Visit the following resources to learn more: -- [@article@ Same-value equality using Object.is()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Equality_comparisons_and_sameness#same-value_equality_using_object.is) +- [@article@Same-value equality using Object.is()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Equality_comparisons_and_sameness#same-value_equality_using_object.is) diff --git a/src/data/roadmaps/linux/content/110-disks-filesystems/104-swap.md b/src/data/roadmaps/linux/content/110-disks-filesystems/104-swap.md index df07710a1..37334601a 100644 --- a/src/data/roadmaps/linux/content/110-disks-filesystems/104-swap.md +++ b/src/data/roadmaps/linux/content/110-disks-filesystems/104-swap.md @@ -20,5 +20,5 @@ swapon /swapfile # enables the file for swapping Remember that the decision of where to place your swap space, how much swap space to have, and how to utilize swap space are all important considerations in optimizing your system's performance. -- [@article@ Swap - Arch Wiki](https://wiki.archlinux.org/title/Swap) -- [@article@ zram (alternative) - Arch Wiki](https://wiki.archlinux.org/title/Zram) +- [@article@Swap - Arch Wiki](https://wiki.archlinux.org/title/Swap) +- [@article@zram (alternative) - Arch Wiki](https://wiki.archlinux.org/title/Zram) diff --git a/src/data/roadmaps/nodejs/content/106-nodejs-command-line-apps/index.md b/src/data/roadmaps/nodejs/content/106-nodejs-command-line-apps/index.md index 62a536e1c..e3789a069 100644 --- a/src/data/roadmaps/nodejs/content/106-nodejs-command-line-apps/index.md +++ b/src/data/roadmaps/nodejs/content/106-nodejs-command-line-apps/index.md @@ -5,5 +5,5 @@ Command Line Applications are applications that can be run from the command line Visit the following resources to learn more: - [@article@Build a Command Line Application with Node.js](https://developer.okta.com/blog/2019/06/18/command-line-app-with-nodejs) -- [@video@ 5-Minute Node.js CLI Project](https://www.youtube.com/watch?v=_oHByo8tiEY) +- [@video@5-Minute Node.js CLI Project](https://www.youtube.com/watch?v=_oHByo8tiEY) - [@feed@Explore top posts about Node.js](https://app.daily.dev/tags/nodejs?ref=roadmapsh) diff --git a/src/data/roadmaps/qa/content/103-qa-automated-testing/102-backend-automation/103-postman-newman.md b/src/data/roadmaps/qa/content/103-qa-automated-testing/102-backend-automation/103-postman-newman.md index c375b56d5..cac30e664 100644 --- a/src/data/roadmaps/qa/content/103-qa-automated-testing/102-backend-automation/103-postman-newman.md +++ b/src/data/roadmaps/qa/content/103-qa-automated-testing/102-backend-automation/103-postman-newman.md @@ -9,5 +9,5 @@ Visit the following resources to learn more: - [@official@Postman website](https://www.postman.com) - [@article@Learn postman](https://learning.postman.com/docs/getting-started/introduction/) - [@video@API testing with postman](https://www.youtube.com/watch?v=VywxIQ2ZXw4) -- [@article@ Newman cli usage](https://learning.postman.com/docs/running-collections/using-newman-cli/command-line-integration-with-newman/) +- [@article@Newman cli usage](https://learning.postman.com/docs/running-collections/using-newman-cli/command-line-integration-with-newman/) - [@feed@Explore top posts about Postman](https://app.daily.dev/tags/postman?ref=roadmapsh) diff --git a/src/data/roadmaps/terraform/content/cac-vs-iac@UsINvx84pBF1hp8XoLF4c.md b/src/data/roadmaps/terraform/content/cac-vs-iac@UsINvx84pBF1hp8XoLF4c.md index 738076c5f..2de516b55 100644 --- a/src/data/roadmaps/terraform/content/cac-vs-iac@UsINvx84pBF1hp8XoLF4c.md +++ b/src/data/roadmaps/terraform/content/cac-vs-iac@UsINvx84pBF1hp8XoLF4c.md @@ -4,5 +4,5 @@ CaC (Configuration as Code) and IaC (Infrastructure as Code) are both ways to ma Learn more from the following resources: -- [@video@ Ansible vs. Terraform: What's the difference?](https://www.youtube.com/watch?v=rx4Uh3jv1cA) -- [@article@IaC vs CaC](https://medium.com/@cloudhacks_/infrastructure-as-code-iac-vs-configuration-as-code-cac-unraveling-the-differences-24fbce05ae25) \ No newline at end of file +- [@video@Ansible vs. Terraform: What's the difference?](https://www.youtube.com/watch?v=rx4Uh3jv1cA) +- [@article@IaC vs CaC](https://medium.com/@cloudhacks_/infrastructure-as-code-iac-vs-configuration-as-code-cac-unraveling-the-differences-24fbce05ae25) diff --git a/src/data/roadmaps/terraform/content/mv@0xVXwjWPFXDGRw_3p6th6.md b/src/data/roadmaps/terraform/content/mv@0xVXwjWPFXDGRw_3p6th6.md index e85b02c38..7e92ad5b8 100644 --- a/src/data/roadmaps/terraform/content/mv@0xVXwjWPFXDGRw_3p6th6.md +++ b/src/data/roadmaps/terraform/content/mv@0xVXwjWPFXDGRw_3p6th6.md @@ -5,5 +5,5 @@ The terraform state mv command is used to move resources within a Terraform stat Learn more from the following resources: - [@official@Terraform state mv](https://developer.hashicorp.com/terraform/cli/commands/state/mv) -- [@video@ Terraform — Terraform State MV ](https://www.youtube.com/watch?v=i10IMXn3l0o) -- [@article@Moving resoureces](https://developer.hashicorp.com/terraform/cli/state/move) \ No newline at end of file +- [@video@Terraform — Terraform State MV ](https://www.youtube.com/watch?v=i10IMXn3l0o) +- [@article@Moving resoureces](https://developer.hashicorp.com/terraform/cli/state/move) diff --git a/src/data/roadmaps/terraform/content/preconditions@DB-p_S4Ce4tDWF4wDiGSt.md b/src/data/roadmaps/terraform/content/preconditions@DB-p_S4Ce4tDWF4wDiGSt.md index 055f5d81e..521a9d1d5 100644 --- a/src/data/roadmaps/terraform/content/preconditions@DB-p_S4Ce4tDWF4wDiGSt.md +++ b/src/data/roadmaps/terraform/content/preconditions@DB-p_S4Ce4tDWF4wDiGSt.md @@ -5,4 +5,4 @@ Terraform preconditions are declarative checks within resource or data blocks th Learn more from the following resources: - [@official@Custom Condition Checks](https://developer.hashicorp.com/terraform/language/values/outputs#custom-condition-checks) -- [@video@ Using Precondition and Postcondition Blocks in Terraform](https://www.youtube.com/watch?v=55ZLu8tSnvk) \ No newline at end of file +- [@video@Using Precondition and Postcondition Blocks in Terraform](https://www.youtube.com/watch?v=55ZLu8tSnvk) diff --git a/src/data/roadmaps/terraform/content/providers@ZRVv9onD7KGz1cJLcsnwy.md b/src/data/roadmaps/terraform/content/providers@ZRVv9onD7KGz1cJLcsnwy.md index 2b6630270..3ce50eea4 100644 --- a/src/data/roadmaps/terraform/content/providers@ZRVv9onD7KGz1cJLcsnwy.md +++ b/src/data/roadmaps/terraform/content/providers@ZRVv9onD7KGz1cJLcsnwy.md @@ -6,4 +6,4 @@ Learn more from the following resources: - [@official@Providers Documentation](https://developer.hashicorp.com/terraform/language/providers#providers) - [@article@Understanding Terraform Providers](https://docs.aws.amazon.com/prescriptive-guidance/latest/getting-started-terraform/providers.html) -- [@video@ What are terraform providers and how to use them?](https://www.youtube.com/watch?v=Kd7ddHBR2ec) \ No newline at end of file +- [@video@What are terraform providers and how to use them?](https://www.youtube.com/watch?v=Kd7ddHBR2ec)