Ethan Cui
b9b9a68eaa
Add deployment stamps pattern details ( #5475 )
...
The description for deployment-stamps in the high-availability section is actually the bulkhead pattern instead of the deployment-stamps pattern.
The new changes above are from the deployment stamps pattern in the availability section.
12 months ago
NEWTON MALLICK
e7f8f394b4
Fix static typing typos ( #5486 )
12 months ago
Ata Tekeli
5a910b53e6
add bluetooth security resources from norton us and bluetooth officia… ( #5490 )
...
* add bluetooth security resources from norton us and bluetooth official website
* add video to basics of computer networking for cybersecurity roadmap
* add Linux Commands Cheat Sheet
Added Linux Commands Cheat Sheet to 101-linux.md
* add virtual machine explanation from abhishek veeramalla's devops zero to hero course
12 months ago
Antonio Coratelli
c72dd0081c
Add bool to C++ roadmap ( #5578 )
12 months ago
Arik Chakma
f2a2ac9ec8
feat: implement team activity stream ( #5565 )
...
* wip
* feat: implement team activity page
* feat: add pagination
* fix: add max height
* Team activity updates
* Remove invalid activityes
* Team activity page
* fix: team roadmap versions not working
* Add team activity items
---------
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
12 months ago
Kamran Ahmed
c3bcaa7489
Add shortcode support
12 months ago
Ed Lan
83f60ce01b
Updated backend developer tools copy and images ( #5577 )
...
* Update backend-developer-tools.md
Small copy tweak to test
* Update backend-languages.md
Changed the order of sections to start with the most imp/relevant content + to try and catch featured snippets.
* Update backend-developer-tools.md
Replaced images & tweaked alt tags
12 months ago
Cryo-Lord
2a9195c6d2
Update flask resource URL ( #5492 )
...
Fixed Tutorial link to an updated versión of the tutorial
12 months ago
Deepak Mardi
cdd02fef30
Fix wrong URL ( #5431 )
...
* Updating the link for DevOps Roadmap to correct URL (https://roadmap.sh/docker ) previously set to (https://roadmap.sh/best-practices )
* update
12 months ago
Sören König
b884a9cd29
DevOps / Serverless / GCP (Cloud) Functions ( #5496 )
...
Added some intro text and materials to get started.
12 months ago
Stephen George
ed06724d78
[TYPO] Eliminate variants of Python Generator Expressions ( #5510 )
...
* [TYPO] Eliminate variants of Python Generator Expressions
* [GRAMMAR] Simplify "creating generators that generate" language
* Avoid using the word 'generating' too much
12 months ago
Oleksandr Glushchenko
3e52fef36b
Adds missing whitespace ( #5515 )
12 months ago
Akash Goswami
38b29c3bf1
Fix typo in Data Structures and Algorithms roadmap ( #5519 )
12 months ago
Manan Koyawala
a739d56d97
Add gorm resource ( #5540 )
...
Easy and quick start to learn gorm with mysql video for beginners.
12 months ago
Md. Jahidul Islam
24ade1c8f3
Add link to bubble sort algorithm ( #5541 )
...
* Update 100-bubble-sort.md
Adding bubble sort link from w3 school
* Update src/data/roadmaps/datastructures-and-algorithms/content/105-sorting-algorithms/100-bubble-sort.md
---------
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
12 months ago
Abhishek
9fcf7b7c93
Fix grammatical mistake ( #5546 )
12 months ago
Faris Han
3f132ca632
Minor code formatting fix ( #5550 )
...
Fix code formatting
12 months ago
Daniyal Zhanturin
8d42807d0c
Update n+1 problem resource ( #5557 )
...
* Update 103-n-plus-one-problem.md
Remove link to payed content and provide free access article
* Update src/data/roadmaps/backend/content/108-more-about-databases/103-n-plus-one-problem.md
---------
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
12 months ago
gabriel pita
90f1a9c432
Improve readability of text ( #5563 )
12 months ago
petitpandarouge
bd5eee4a9e
Update build command in docs ( #5569 )
12 months ago
stationname
f77bfc499f
Add learning reference to CIDR ( #5573 )
12 months ago
Kamran Ahmed
7ea80b39fa
Remove code sample
1 year ago
Kamran Ahmed
7b297bdba6
Add linux roadmap
1 year ago
Kamran Ahmed
3d53ce67e9
Add linux content directoriesg
1 year ago
Kamran Ahmed
6cfea7994e
Add linux roadmap png/pdf
1 year ago
Kamran Ahmed
d802841f1a
Add linux roadmap
1 year ago
Abhishek
fd46f026dd
Fix the content of IF function in data analyst roadmap ( #5547 )
1 year ago
Kamran Ahmed
41b179fc66
Change path for raycast app launcher image
1 year ago
Ivan Vasilev
4db353e017
Replace plagiarized source with original ( #5539 )
...
Remove a plagiarized article and refer to the original article and youtube video by Fireship
1 year ago
Cinquin Andy
91dc6b862c
Fix broken video link, and add unlighthouse to the ressources ( #5527 )
...
* Update 112-lighthouse.md
* fix: broken youtube link
---------
Co-authored-by: Arik Chakma <arikchangma@gmail.com>
1 year ago
Selva Muthu Kumaran Boopalan
d042f4511c
Add linux upskill challenge link ( #4554 )
...
devops-roadmap-ubuntu-linux-upskill-challenge link fixed
fix : #4550
1 year ago
Mark-a-obrien
b2adb619f0
Fix grammatical mistake ( #5503 )
...
* Update react.md - fixed grammatical error
Changed
- "Server Components in allow developers to write components"
to
- "Server Components allows developers to write components"
* Update src/data/question-groups/react/react.md
---------
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
1 year ago
Zakarya Meddahi
3ab6942cee
Fix typo in ephemeral FS in docker
...
Solve conflict in information between lines 3 and 9
"stopped (and) removed" in line 3
"stopped (or) removed" in line 9
1 year ago
Kamran Ahmed
ad6002a514
feat: profile pages, custom roadmap pages and SSR ( #5494 )
...
* Update
* Add stats and health endpoints
* Add pre-render
* fix: redirect to the error page
* Fix generate-renderer issue
* Rename
* Fix best practice topics not loading
* Handle SSR for static pages
* Refactor faqs
* Refactor best practices
* Fix absolute import
* Fix stats
* Add custom roadmap page
* Minor UI change
* feat: custom roadmap slug routes (#4987 )
* feat: replace roadmap slug
* fix: remove roadmap slug
* feat: username route
* fix: user public page
* feat: show roadmap progress
* feat: update public profile
* fix: replace with toast
* feat: user public profile page
* feat: implement profile form
* feat: implement user profile roadmap page
* refactor: remove logs
* fix: increase progress gap
* fix: remove title margin
* fix: breakpoint for roadmaps
* Update dependencies
* Upgrade dependencies
* fix: improper avatars
* fix: heatmap focus
* wip: remove `getStaticPaths`
* fix: add disable props
* wip
* feat: add email icon
* fix: update pnpm lock
* fix: implement author page
* Fix beginner roadmaps not working
* Changes to form
* Refactor profile and form
* Refactor public profile form
* Rearrange sidebar items
* Update UI for public form
* Minor text update
* Refactor public profile form
* Error page for user
* Revamp UI for profile page
* Add public profile page
* Fix vite warnings
* Add private profile banner
* feat: on blur check username
* Update fetch depth
* Add error detail
* Use hybrid mode of rendering
* Do not pre-render stats pages
* Update deployment workflow
* Update deployment workflow
---------
Co-authored-by: Arik Chakma <arikchangma@gmail.com>
1 year ago
Ethan Cui
7ce02300de
fix: typo Chatty I/O ( #5471 )
...
The content's title should be "Chatty I/O" instead of "Chat I/O"
1 year ago
Kamran Ahmed
60568caff7
Add table of contents to guides
1 year ago
Jaydeep Das
235567400e
Update 100-horizontal-vs-vertical-scaling.md
...
The previous URL redirects to a whole different website which has nothing related to the topic.
1 year ago
Kamran Ahmed
03173f6017
Update dates for data analyst roadmap
1 year ago
Kamran Ahmed
5c1e3cae3f
Update content for data analyst roadmap
1 year ago
Kamran Ahmed
a3f9c8e5e2
Add content for data analyst
1 year ago
Kamran Ahmed
58e11afc94
Add roadmap dirs for data analyst
1 year ago
Kamran Ahmed
854c39ec39
Add content directory
1 year ago
Kamran Ahmed
907391b34c
Add analyst roadmap
1 year ago
Faiq Mahmood
e5e03c76a3
Update 100-bash-scripting.md
...
Added link to an interactive shell scripting tutorial
1 year ago
Deepak Mardi
5a56b0f753
Fixed typo ( #5443 )
...
* Updating the link for DevOps Roadmap to correct URL (https://roadmap.sh/docker ) previously set to (https://roadmap.sh/best-practices )
* update
* update
* Fixed typo in Lazy Eager Explicit Loading of ASP.NET Core Roadmap
1 year ago
Deepak Mardi
58960eb6d4
update
1 year ago
Deepak Mardi
675f90adc6
Updated resource URL from figment.io(resource deleted) to Near docs(tutorial in rust)
1 year ago
Deepak Mardi
d4eef5ecd0
Fixed typo at Lazy Eager Explicit Loading topic
1 year ago
Deepak Mardi
5d43f4b1e6
Updating the link for DevOps Roadmap to correct URL ( https://roadmap.sh/docker ) previously set to ( https://roadmap.sh/best-practices )
1 year ago
Deepak Mardi
0a89057823
fix: invalid link in Java Roadmap ( #5425 )
1 year ago