Kamran Ahmed
1a5b6976c2
Wiggle animation on the course banner
2 days ago
Kamran Ahmed
45059998c0
Add support for replacing TNS partner banner
2 days ago
Kamran Ahmed
f3eed4d010
Update og image
2 days ago
Kamran Ahmed
0f1e1962db
Update announcement banner
2 days ago
Kamran Ahmed
84de2a7c9d
Update title of course
2 days ago
Arik Chakma
dfd54b35b0
feat: ai course chat ( #8426 )
...
* feat: ai course chat
* wip: remove old code
* wip
* feat: responsiveness of ai chat
* fix: key warning
* feat: make chat resizeable
* wip
* wip: default questions
* wip
* fix: fixed position
* fix: hide button
* Fix scroll issue
* Improve questions UI
* Refactor UI
* Add close icon
* Update UI for course chat
* Close AI chat question
---------
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
2 days ago
github-actions[bot]
981af58fa9
chore: update roadmap content json ( #8441 )
...
Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com>
3 days ago
sickpoitew
e5802eaeaf
feat: update resource video ( #8431 )
...
Replace Git & GitHub Crash Course For Beginner with Git & GitHub Crash Course For Beginner 2025 made by the same guy
4 days ago
github-actions[bot]
64fd0e28aa
chore: update roadmap content json ( #8427 )
...
Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com>
4 days ago
Kamran Ahmed
0a442493f1
Update sticky course banner
6 days ago
Kamran Ahmed
77b4e78348
Update sticky course banner
6 days ago
Kamran Ahmed
56c9faabe8
Add ai tutor inside ai roadmap topic
6 days ago
Kamran Ahmed
a68ed2e0b8
Remove terms of sale link
7 days ago
Kamran Ahmed
7d7cec3f4a
Update terms of use
1 week ago
Kamran Ahmed
15ae58a109
Merge branch 'master' of github.com:kamranahmedse/developer-roadmap
1 week ago
Jawher Kl
c32cc7c11b
fix: broken resource link ( #8424 )
1 week ago
github-actions[bot]
5398e2a93c
chore: update roadmap content json ( #8419 )
...
Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com>
1 week ago
Kamran Ahmed
bb8083801d
Improve animation style
1 week ago
Jawher Kl
a2018556cd
Add content to game developer roadmap ( #8415 )
...
* Improve coroutine content with resources
* Improve flow-control content with resources
* Improve congestion control content with resources
* Improve reliable transmission content with resources
* Improve error detection content with resources
* Improve channel content with resources
* Improve max-segment-size content with resources
* Improve max-segment-size content with resources
1 week ago
Kamran Ahmed
e0589284ef
Fix typo
1 week ago
Arik Chakma
bd1a19da3d
feat: ai course lesson questions ( #8396 )
...
* feat: ai course lesson questions
* Several fixes
* Improve test my knowledge
* Improve UI for questions
---------
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
1 week ago
Kamran Ahmed
6c6c9ea85d
Improve limits page
1 week ago
Kamran Ahmed
8921081bf7
Improve guide content
1 week ago
Jawher Kl
858f131222
Add missing content in game developer roadmap ( #8408 )
...
* Update semaphore@DYvzGc_r0SlOArPPc1gNI.md
* Improve epoll content with many resource.
* Improve epoll content with many resource.
* Improve select content with many resource.
* Improve wsa-poll content with link resource.
* Improve iocp content with link resource.
* Improve io_uring content with link resource.
* update the title of resource section
* Improve registered-io content with link resource.
* Improve kqueue content with resources
* update content syntax
1 week ago
Arik Chakma
85202507e6
feat: course ai roadmap ( #8352 )
...
* feat: course ai roadmap
* wip
* fix: error
* refactor: remove open ai key
* wip: view switch
* feat: add roadmap progress
* fix: simplify module
* wip
* Update outline generation
* Update course limits popup
* fix: module done
* Updates to AI usage
* UI and error handling
* Map and outline view to share header
* Outline switcher
* Responsive AI generation
* Update header for course
* Roadmap switch
---------
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
1 week ago
Jawher Kl
80a4ebbb3d
fix: broken link ( #8409 )
...
* Update data-types@5g9mmi01WeZ4aDqNzwx_V.md
* Update data-types@5g9mmi01WeZ4aDqNzwx_V.md
* Update src/data/roadmaps/java/content/data-types@5g9mmi01WeZ4aDqNzwx_V.md
---------
Co-authored-by: Arik Chakma <arikchangma@gmail.com>
1 week ago
Samyeak
03caf1bf23
feat: adds Gridify content for aspnet-core ( #8407 )
...
* Update gridlify@w5RnrhsP4p-AdSOLYVAY9.md
Adds description and links for Gridify library
* Update gridlify@w5RnrhsP4p-AdSOLYVAY9.md
1 week ago
Ed Lan
1a4f9f8f96
feat: update faqs ( #8403 )
1 week ago
Ed Lan
2778ed958d
feat: update faqs ( #8404 )
1 week ago
github-actions[bot]
cda2be543d
chore: update roadmap content json ( #8397 )
...
Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com>
1 week ago
Ash Blade
e362d4250e
Fix typo in "Tensor" title ( #8400 )
1 week ago
Jawher Kl
28493bc7f0
Update drivers section ( #8401 )
1 week ago
Kouka
2931461e2e
Corrected description for "Built-in Functions" section ( #8391 )
...
* Corrected description for "Built-in Functions" section
The previous description primarily explained methods rather than built-in functions, which could cause confusion. This update provides a clearer explanation of built-in functions, including examples like parseInt(), setTimeout(), and Math.random(), while also acknowledging built-in methods within JavaScript objects.
This ensures that the description aligns with the section title and provides more accurate information for learners.
* Fixed explanation of JavaScript built-in functions
Refined the description of JavaScript’s built-in functions that are globally available or tied to specific objects. Clarified that objects like Array, String, and Date provide built-in methods for efficient data manipulation.
1 week ago
Vladimir Poplavskij
892ef44070
Add fs resource ( #8395 )
...
* Update working-with-files@wEK77A6MPQBCBUSJKMiaY.md
Add official File system page in the Node.js documentation
* Update src/data/roadmaps/nodejs/content/working-with-files@wEK77A6MPQBCBUSJKMiaY.md
---------
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
1 week ago
Piotr Idzik
58c3195831
Join strings and newline char ( #8394 )
1 week ago
Piotr Idzik
1813c7bba6
feat: use `black` compliant formatting ( #8393 )
1 week ago
Piotr Idzik
e92d8c442f
fix: `std` abbreviation for STL ( #8392 )
1 week ago
Kamran Ahmed
dc08643daf
Fix wrong link
1 week ago
Kamran Ahmed
7ccf731088
Fix search param in topic popup
1 week ago
Igor Kustov
cf2d0b80af
Replace HTTP cookies resource ( #8250 )
1 week ago
Kamran Ahmed
d518867e80
Replace std::endl with \n
1 week ago
Jawher Kl
431790b690
Add content to infinite in game developer roadmap ( #8253 )
...
* Update infinite@sC3omOmL2DOyTSvET5cDa.md
* Update src/data/roadmaps/game-developer/content/infinite@sC3omOmL2DOyTSvET5cDa.md
---------
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
1 week ago
Vedansh
f077f354d7
fix: refactor and optimize resources ( #8257 )
1 week ago
Mahmoud Elnaggar
4268ce4346
Fixed a typo in brute-force-vs-password-spray@Q0i-plPQkb_NIvOQBVaDd.md ( #8273 )
1 week ago
Allan Lires
180ca335b6
Add Git resource ( #8284 )
1 week ago
Matthew Bill
81ebc0197a
Add agile resource ( #8299 )
...
Added the scrum guide to the list of resources
1 week ago
akshatsuccessive
ff7fdcd5bf
Added content for Manual mapping in aspnet core ( #8305 )
...
Co-authored-by: akshat.kumar <akshat.kumar@succssive.tech>
1 week ago
Kamran Ahmed
55b6a81ccc
Fix razor pages typo
1 week ago
golfpastete
0bc63fb9af
Fix typo in DevOps beginner roadmap ( #8331 )
1 week ago
Jawher Kl
a90495b0d6
Add resources to RDBMS ( #8342 )
...
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
1 week ago