1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-01-17 22:28:32 +01:00

style: remove whitespace characters in roadmaps resources (#6131)

This commit is contained in:
Konrad 2024-07-11 12:57:59 +02:00 committed by GitHub
parent b7daa93f7c
commit 0b47cfc981
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
27 changed files with 33 additions and 33 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)
- [@article@Everything You Need to Know About Logo Usage Guidelines](https://www.tailorbrands.com/blog/logo-usage-guidelines)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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/)

View File

@ -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)

View File

@ -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)
- [@video@WWDC24: SwiftUI essentials | Apple ](https://www.youtube.com/watch?v=HyQgpxX__-A)

View File

@ -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)

View File

@ -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/)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)
- [@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)

View File

@ -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)
- [@video@Terraform — Terraform State MV ](https://www.youtube.com/watch?v=i10IMXn3l0o)
- [@article@Moving resoureces](https://developer.hashicorp.com/terraform/cli/state/move)

View File

@ -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)
- [@video@Using Precondition and Postcondition Blocks in Terraform](https://www.youtube.com/watch?v=55ZLu8tSnvk)

View File

@ -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)
- [@video@What are terraform providers and how to use them?](https://www.youtube.com/watch?v=Kd7ddHBR2ec)