7449 Commits

Author SHA1 Message Date
github-actions[bot]
df5cdf244f chore: sync content to repo (#9407)
Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com>
2025-11-25 11:26:07 +01:00
github-actions[bot]
fa4c572098 chore: sync content to repo (#9406)
Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com>
2025-11-25 11:25:50 +01:00
github-actions[bot]
8736519a73 chore: sync content to repo (#9408)
Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com>
2025-11-25 11:25:38 +01:00
PARTH PRATYUSH
3c0a1d78de Fix: Replace invalid @official SourceMaps link with correct MDN URL (#9401)
Co-authored-by: Javier Canales <56018501+jcanalesluna@users.noreply.github.com>
2025-11-25 11:25:18 +01:00
Sergei
038a161fea fix: go roadmap pointers dead link to willworth clean up (#9389)
Co-authored-by: Sergei Prokhorov <s.prokhorov@protonmail.ch>
2025-11-25 11:24:21 +01:00
Nik
39da61dd5f Fix broken Cyfrin Updraft link in blockchain "Why it matters" (#9386)
The previous link to the Cyfrin Updraft lesson “The Purpose of Smart Contracts” pointed to a deprecated path and resulted in an error page.

Updated from:
/courses/blockchain-basics/basics/the-purpose-of-smart-contracts
to:
/courses/blockchain-basics/what-is-a-blockchain/the-purpose-of-smart-contracts

This restores the working reference.
2025-11-25 11:23:55 +01:00
shreyazh
c6ecd67593 Update link description for matrix operations resource (#9375)
The youtube video was titled under the article tagname
2025-11-25 11:16:54 +01:00
Adil Heybatov
b84b146db3 Remove duplicate resource link for pre-trained models (#9374)
Removed duplicate article link from resources.
2025-11-25 11:16:25 +01:00
Sergei
5b1ba80ad1 improvement: Go roadmap provided links to official documentation for goto (discouraged) (#9365)
Co-authored-by: Sergei Prokhorov <s.prokhorov@protonmail.ch>
2025-11-25 11:16:11 +01:00
Sergei
3a7bb8cce7 fix: go roadmap excessive spaces and missing @article@ tag (#9364)
Co-authored-by: Sergei Prokhorov <s.prokhorov@protonmail.ch>
2025-11-25 11:15:40 +01:00
Ahmed
b7862e9560 Fix broken link to s element in html roadmap (#9363) 2025-11-25 11:12:56 +01:00
jj
5930376c37 Fix linux roadmap content (#9361) 2025-11-25 11:12:27 +01:00
Vaishnav Ghenge
c15dc437d7 Fix React Native SourceMaps docs url (#9356) (#9357)
Co-authored-by: Javier Canales <56018501+jcanalesluna@users.noreply.github.com>
2025-11-25 11:08:45 +01:00
jj
ebc6b8cb61 Fix Python roadmap and Frontend roadmap links (#9346) 2025-11-25 11:04:59 +01:00
Gabriel
1f0d134585 Enhance documentation for control flow statements (#9345)
* Enhance documentation for control flow statements

Expanded explanations and examples for if-else, switch, and goto statements in C++.

* Refactor cout to std::cout in C++ examples

Updated code examples to use std::cout instead of cout.
2025-11-25 11:03:48 +01:00
Mohamad Obeid
d98d7b2102 Eliminate a link that links to a non existing page (#9341)
Removed a resource link that was leading to a non existing page
2025-11-25 11:03:11 +01:00
Om Tita
7da307b6f2 fix: SQL Tuning Broken link (#9331)
* fix: SQL Tuning Broken link

Article mentioned in the scope is expired, this commit suggests a newer article from the same source.

* Update Link to Correctly Redirect
2025-11-25 10:49:30 +01:00
Aayush Chaudhary
a5c512a459 docs: fixed typo (#9328)
"use" instead of "user"
2025-11-25 10:48:47 +01:00
Aayush Chaudhary
51196b076a fix: broken link in AI Engg Roadmap (#9327)
- fixed the link to the indexing article from Llama Index
2025-11-25 10:47:39 +01:00
Dr. Lloyd
e17d8a99b4 python list comprehensions quiz broken link fix (#9326)
* added video resource

* updated SPA resource

* updated server actions resource

* fix python list comprehensions quiz broken link

* added an offcial doc, documenting Go code

* added a link to terraform resource lifecycle meta-argument

* fix React Native SourceMap broken link
2025-11-25 10:46:30 +01:00
Delphin RUKUNDO
a42ec7ed31 docs: fix Dart operators documentation link (#9320)
Update Dart operators link to point to the current docs page (https://dart.dev/language/operators) instead of the old language tour anchor.
2025-11-25 10:42:03 +01:00
Delphin RUKUNDO
7d3710e77f Update link to Dart built-in types documentation (#9319) 2025-11-25 10:41:41 +01:00
Gustavo Carvalho
496c497f39 fix: ajust multiple mutation fields description (#9317) 2025-11-25 10:40:04 +01:00
Alexander Akhilchenok
634edd5ee4 Update link for defining dependency providers (#9316)
Previous link (https://angular.dev/guide/di/guide/di/defining-dependency-providers) does not exist anymore.
It got replaced with an updated one.
2025-11-25 10:38:06 +01:00
Ikhsan Nusaly
61cb96dc08 Add article on system design roadmap (#9315)
* add system design article

* Add A comprehensive guide to system design article

---------

Co-authored-by: Javier Canales <56018501+jcanalesluna@users.noreply.github.com>
2025-11-25 10:37:29 +01:00
Ikhsan Nusaly
7e90d12045 add system design article (#9314) 2025-11-25 10:35:28 +01:00
Rogério Ferreira de Souza
78f7d911f4 feat(backend): add RESTful API design resource (#9312) 2025-11-25 10:32:57 +01:00
Agustín Fernández
c732275ecb Enhance LLM self-evaluation documentation (#9301)
Added a reference link for LLM self-evaluation.
2025-11-25 10:29:46 +01:00
Muhammed Anees P P
a2051c6af0 Add official Python documentation links to core concepts (#9300)
- Add generator expressions official docs link
- Add inheritance official docs link
- Add iterators official docs link
- Add lists official docs link

Closes #9299
2025-11-25 10:26:13 +01:00
cassivsgabriellis
7540bc4cb6 Update Docker resources with new course and feed link (#9297)
Added a new course link for 'DevOps with Docker'.
2025-11-25 10:23:38 +01:00
Agustín Fernández
e89482b459 Add video link on how LLMs work (#9287)
* Add video link on how LLMs work

Added a video link explaining how large language models work.

* Update src/data/roadmaps/prompt-engineering/content/llms-and-how-they-work@74JxgfJ_1qmVNZ_QRp9Ne.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Javier Canales <56018501+jcanalesluna@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-25 10:06:51 +01:00
Agustín Fernández
c280d48608 Enhance prompt injection section with additional resources (#9286)
Added a resource link for further learning about prompt injection.
2025-11-25 09:55:16 +01:00
Agustín Fernández
ffa064ecff Add video resource on Retrieval-Augmented Generation (#9285) 2025-11-25 09:54:42 +01:00
Oluwasetemi Ojo
01743767be Update llms@wf2BSyUekr1S1q6l8kyq6.md (#9284)
Add an article from Lee Robinson that captures the idea of AI, LLM, and all important concepts
2025-11-25 09:53:13 +01:00
Esther Ibeh
f55087f392 Add course link for Insertion Sort (#9279)
Added a link to an Insertion Sort course for better understanding.
2025-11-25 09:52:14 +01:00
malikabdcom
c7dde5f5a5 Fix link format for Session Based Authentication (#9275) 2025-11-25 09:49:08 +01:00
Agustín Fernández
3796e1d2b5 Add video link to prompt engineering explanation (#9274)
Added a video link to enhance understanding of prompt engineering.
2025-11-25 09:47:07 +01:00
Javier Canales
206b4e02a8 Revert "Delete src/data/roadmaps/data-engineer/content/streaming@wwPO5Uc6qnwY…" (#9405)
This reverts commit 4b01c4449c.
2025-11-25 09:41:35 +01:00
github-actions[bot]
ddd578050a chore: sync content to repo (#9404)
Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com>
2025-11-25 09:39:38 +01:00
Mahmoud Gamal
4b01c4449c Delete src/data/roadmaps/data-engineer/content/streaming@wwPO5Uc6qnwYgibrbPn7y.md (#9273)
In Data Ingestion section we actually have two labels with literally the same content and same meaning, here I've removed one of them which doesn't affect the section.
2025-11-25 09:29:41 +01:00
github-actions[bot]
dbfb51970f chore: sync content to repo (#9399)
Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com>
2025-11-24 17:41:03 +01:00
github-actions[bot]
674e0e77fb chore: sync content to repo (#9394)
Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com>
2025-11-24 17:21:28 +01:00
github-actions[bot]
b9f3d9bb86 chore: sync content to repo (#9395)
Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com>
2025-11-24 17:20:58 +01:00
github-actions[bot]
4cfdfa7081 chore: sync content to repo (#9396)
Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com>
2025-11-24 17:20:43 +01:00
github-actions[bot]
c8d6f69d59 chore: sync content to repo (#9397)
Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com>
2025-11-24 17:20:33 +01:00
github-actions[bot]
8dbc161e01 chore: sync content to repo (#9398)
Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com>
2025-11-24 17:19:57 +01:00
Kamran Ahmed
ff5dc3e5e0 Fix content 2025-11-24 11:31:50 +00:00
github-actions[bot]
cf2368502a chore: sync content to repo (#9270)
Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com>
2025-11-24 11:25:01 +00:00
github-actions[bot]
f91913ce9d chore: sync content to repo (#9280)
Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com>
2025-11-24 11:24:45 +00:00
github-actions[bot]
26c071f5a2 chore: sync content to repo (#9304)
Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com>
2025-11-24 11:20:36 +00:00