Amirali Toori
446373532f
Addition: [roadmaps/DataScience] Add article for Dispersion ( #5983 )
5 months ago
Micael Andrade
a69459ba31
fixing broken link ( #5985 )
5 months ago
dsh
7e2f9d3e6b
add linux permissions article and video ( #5964 )
5 months ago
fellalli
e4d106904e
Corrected / Improved C++ roadmap ( #5947 )
...
Updated c++ content with `std::` as this is the recommended method. Added content links where needed and corrected various wording and grammar.
5 months ago
MTRX
7d694f3e56
Fix and add links in Computer Science roadmap ( #5960 )
...
Corrected daily.dev feed link & added content links.
---------
Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>
5 months ago
Jhonatan Mustiola
338bce1308
Update 108-hashmap.md ( #5958 )
...
Add Rust Hashmap content links.
---------
Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>
5 months ago
Nikhil
c9d6b36b34
Fixed Typo for DSA Roadmap ( #5962 )
...
Added content links and fixed link syntax error.
---------
Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>
5 months ago
Ruslan Semagin
2874eb0a42
add links for 'Rust Macros' ( #5963 )
5 months ago
Kamran Ahmed
a62ed919c1
Add github URL in redirect
5 months ago
Kamran Ahmed
9ecf4a9d78
Add x URL
5 months ago
Kamran Ahmed
2c373c7574
Add links for discord, twitter and youtubeg
5 months ago
Kamran Ahmed
d9cdc95a79
Update product mangaement SEO description
5 months ago
Kamran Ahmed
3af4bde2ea
Fix text wrap on TF roadmap
5 months ago
Arik Chakma
1ee6f0e125
feat: add daily dev link in profile ( #5948 )
5 months ago
Jhonatan Mustiola
9471bf50f9
Update 107-string.md ( #5951 )
...
More links were added to the Vector step in the Rust roadmap
---------
Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>
5 months ago
Nikhil
f143d800bd
DRAFT: Added link(s) for DSA Roadmap ( #5935 )
...
* Added various content links
---------
Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>
5 months ago
Jacob Penner
f7b42a63bf
feat: Add content links to API Design roadmap ( #5869 )
...
* Add content links to 'What are APIs' section
* Add content links to 'API Documentation Tools' section
* Add content links to 'HTTP' section
* Add content links to 'HTTP Versions' section
---------
Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
5 months ago
Leni Kirilov
212be69582
Update 106-files-and-apis.md ( #5943 )
...
added newer Files.* API with articles
5 months ago
MTRX
393eb6c87d
Add and correct links in C++ resources section ( #5950 )
5 months ago
Michael Budnikov
fe6e0830eb
All additional links at the end of the articles in C++ roadmap have been wrapped with 'Learn more from the following resources:' line as in contribution docs stated ( #5949 )
5 months ago
Ye Naing Tun
24c4221591
Add Content links to 'Vue' Section ( #5934 )
...
* added Vue content links.
5 months ago
Leni Kirilov
7744363cde
added enum and records ( #5940 )
5 months ago
Leni Kirilov
ce6e2ff71e
added lambda functions examples and articles ( #5941 )
5 months ago
Ruslan Semagin
09e345f48b
add useful links for 'Rust Error Handling' ( #5936 )
5 months ago
Nguyen Trong Toan
5dff9b20e1
feat: Update iOS roadmap link to React Native ( #5933 )
...
The iOS roadmap link for React Native was updated to the correct URL. This change ensures that users are directed to the appropriate resource for learning React Native on the iOS roadmap.
Authored-by: kai <trongtoan1609ht@gmail.com>
5 months ago
Michael Budnikov
f1d6cd51cd
Update index.md: Article about function pointers was added ( #5916 )
...
I added the link to the article about function pointers in C++ that helped me to learn more about it and try it on my own.
5 months ago
GGGamesXDlol
045bab002a
Updated 100-spline.md: Added a video about splines ( #5930 )
...
* Added a video about splines
Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>
5 months ago
dsh
0b6da0e076
Correct iOS tool/component names ( #5922 )
...
* Correct iOS tool/component names
* forgot AVFoundation
5 months ago
Jhonatan Mustiola
520fa2db45
Update 106-vector.md ( #5920 )
...
More links were added to the Vector step in the Rust roadmap
5 months ago
Dale Nash
3c160e8809
Add missing space to about page ( #5921 )
...
Very minimal but sure, it's valid.
5 months ago
Kamran Ahmed
f682a6e1a2
Fix content in wrong files
5 months ago
Kamran Ahmed
3f655ad424
Add legends to backend roadmap
5 months ago
Kamran Ahmed
5b108f1fd2
chore: redraw backend roadmaps with our editor ( #5917 )
...
* Migrate backend roadmap
* Update frontend roadmap
* Fix typo in backend roadmap
* Remove local caching of progress
* Update migration count
5 months ago
dsh
0064d04ff4
Add external links to intro PM topics ( #5867 )
...
* add external links to intro PM topics
* lifecycle and development links
5 months ago
Abdallah Gaber
e98ebcfa11
Fix and Update JavaScript Recourses Links ( #5896 )
...
* Update JavaScript-asynchronous Promises resources
* Replace broken link
The previous link to the article was outdated and resulted in a 404 error.
* Fixed the JavaScript typo
* Add Video Resource JS 101-debugging-memory-leaks.md
Added a helpful YouTube video on visualizing memory leaks and debugging them in the console.
* Introduce resource (Chrome Developers) JS-debugging-performance
Added link to Chrome Developers documentation on debugging JavaScript performance in JS 102-debugging-performance.md. This provides valuable insights and best practices for optimizing code performance from the official docs.
5 months ago
Blamowizard
64bbbc2f25
Typo/grammar fixes plus copy edits for Rust roadmap (19 files) ( #5906 )
...
* Fix typos Rust/100-integers.md
* Grammatical clarity Rust/101-why-rust.md
* Sentence restructuring for Rust/102-memory-safety.md
* Additional linker explanation for newbies, Rust/103-installing-rust.md
* Wording changes, Rust/103-installing-rust.md
* "tools for debugging" -> "debugging tools" Rust/104-ides-and-rust.md
* Small clarity change Rust/105-rust-repl.md
* "systems" -> "system" (for consistency), Rust/101-why-rust.md
* Clarity, Rust/101-variables.md
* Small sentence edits, Rust/102-control-flow.md
* Another small edit, 102-control-flow.md
* Small changes + added `return` keyword info, Rust/103-functions.md
* Rust/103-functions.md
* Clarity/grammar for Rust/104-pattern-matching.md
* Sentence flow + prose about pattern matching, Rust/100-syntax/index.md
* Wording/paragraph improvements, Rust/100-syntax/index.md
* List-ified, italics-ified for Rust/101-ownership/100-rules.md
* Small changes + bullets for Rust/102-stack-heap.md
* List-ify + small clarity improvements, Rust/101-ownership/index.md
* Sentence flow & clarity for Rust/102-constructs/100-enums.md
* Rewrite of Rust/100-enums.md
* a -> an
* List-ify and small edits for Rust/101-structs.md
* Bold some stuff in Rust/101-structs.md
* Small rewrite for Rust/102-traits.md
* Rewrite Rust/103-impl-blocks.md
* List-ify + clarity edits for Rust/102-constructs/index.md
* More data types explanation for Rust/102-constructs/index.md
* define -> declare
* Update index.md
* Unbolded “traits”
* Unbolded “enum” + replaced em-dashes with commas
* “Rust is a system…”
* Replaced em-dashes with commas
* Update 102-control-flow.md
Replaced more em-dashes with commas
* Unbold “struct”
* Unbold “constructs”
5 months ago
Kamran Ahmed
2da1f61945
Update progress nudge number
5 months ago
Kamran Ahmed
894b66f026
Update progress
5 months ago
Kamran Ahmed
f5fc71aadb
Redraw frontend roadmap with our editor ( #5897 )
...
* Update frontend roadmap
* Migrate content for frontend roadmap
* Add a button for beginner friendly version
* Frontend roadmap
* Implement beginner version of frontend roadmap
* Clear progress for roadmaps
* Update
5 months ago
Amit Merchant
ec9bebbcda
Add article "Unlimited function parameters using Rest" ( #5908 )
5 months ago
Kamran Ahmed
9cf940e741
Remove badge from backend questions
5 months ago
Kamran Ahmed
f4b157b328
Update new badges
5 months ago
Kamran Ahmed
c4cc0630c0
Add basic content for hcl
5 months ago
Kamran Ahmed
a637805a24
Add directory structure for terraform roadmap
5 months ago
Kamran Ahmed
8604810a2e
Add directory structure
5 months ago
Kamran Ahmed
a2481f7681
Add terraform roadmap
5 months ago
Nikita Ivanov
88926c9ba5
Fix answer for backend question about eventual consistency ( #5904 )
5 months ago
Ed Lan
faf12dcf8e
Update faqs.astro ( #5898 )
...
Copy update
5 months ago
Kamran Ahmed
70d3e6cd39
Redraw frontend roadmap fork
5 months ago
Jhonatan Mustiola
b1d790739f
More links to steps in the Rust Roadmap ( #5894 )
...
More links were added to the array step in the Rust roadmap
5 months ago