Mahyar
5b03601aa2
Fix Polynomial Time Complexity ( #4836 )
2023-12-13 05:31:22 +06:00
Wasif
90df308751
Fix Content Heading ( #4850 )
...
Fixing Typos: Heading was wrong.
2023-12-13 05:27:33 +06:00
Sepehr Safari
3c0545e54f
Fix Heap Typo ( #4851 )
2023-12-13 05:26:19 +06:00
Kamran Habib
4eb145dff4
Fix Content Grammar Typo ( #4854 )
...
I made a slight modification to improve the clarity of the sentence.
Specifically, I changed:
"Make sure to follow the instructions provided by the editor's documentation to set up C++ correctly."
to:
"Make sure to follow the instructions provided in the editor's documentation to set up C++ correctly."
This change maintains the same meaning but improves the flow of the sentence.
2023-12-13 05:25:38 +06:00
HlexNC
966d5fedb5
Update database section to focus on scaling databases ( #4843 )
2023-12-11 00:39:45 +00:00
Drew Rodrigues
243778cf11
Update session-based-authentication.md ( #4844 )
2023-12-11 00:39:10 +00:00
Kamran Ahmed
9c9c59911b
Update backend roadmap JSON
2023-12-09 20:15:38 +00:00
Kamran Ahmed
7a93301b5b
Upgrade dependencies
2023-12-09 20:08:12 +00:00
Kamran Ahmed
aa056c1da8
Update backend roadmap
2023-12-09 20:02:05 +00:00
Tasos Tsournos
45462c49da
Update use-non-blocking-javascript.md
...
v4 is deprecated
2023-12-07 16:18:13 +02:00
Kamran Ahmed
13d1879977
Add embed roadmap functionalityg
2023-12-05 22:58:46 +00:00
Hardik
aca3163ba9
Flutter : update 100-material-widgets.md ( #4824 )
...
'RaisedButton' is deprecated and shouldn't be used. It is replaced by ElevatedButton
2023-12-05 21:36:19 +06:00
Kamran Ahmed
5e80d9d4d8
Add embed functionality
2023-12-05 15:32:17 +00:00
AliMaazKhan
a191948675
Update 101-vector.md
...
Added a video on the introduction to "Vectors" for game development".
2023-12-03 15:40:22 +05:30
Ethan Butler
8154a398a8
Fix spelling error on 100-basic-prompting.md
2023-11-29 20:34:51 -05:00
Kamran Ahmed
0fc28c482a
Add content for AWS roadmap
2023-11-29 14:53:08 +00:00
Kamran Ahmed
837d2ac782
Add roadmap dirs for AWS
2023-11-29 14:09:49 +00:00
Kamran Ahmed
68c62bacc2
Add AWS roadmap
2023-11-29 05:31:41 +00:00
Muhammad Auwal
ef353e1c8f
Update enable-compression.md
...
Fix grammar error
2023-11-28 18:58:57 +01:00
Jakub Kaźmierczak
720438e619
Add DDD resources ( #4765 )
2023-11-27 23:11:14 +00:00
Selva Muthu Kumaran
3afab1aa70
Add resource for DDOS ( #4776 )
...
cyber-security-ddos-link-updated
2023-11-27 23:10:14 +00:00
Selva Muthu Kumaran
f40585f992
Remove redundant link ( #4777 )
...
roadmap-javascript-built-in-object-redundant-link
fixes : #4758
2023-11-27 23:09:47 +00:00
Selva Muthu Kumaran
9232d03e24
Add resource for np completness ( #4778 )
...
roadmap-computer-science-np-complete-new-video-link-provided
fixes : #4731
2023-11-27 23:09:19 +00:00
Jakub Kaźmierczak
01cb4b5131
Add backpressure resource ( #4779 )
2023-11-27 23:08:46 +00:00
kan1shq
aaacc41c82
Update 101-why-rust.md
...
added links to beginner friendly videos on choosing rust
2023-11-27 13:11:48 +05:30
collegedude9300
863758b49f
Update 103-unity-3d.md
2023-11-26 15:18:16 -08:00
Yoandre Saavedra Gonzalez
50f02b504a
Update Top Python Asynchronous Web Frameworks ( #4766 )
...
The number changed from 5 to 9 in the original article.
2023-11-27 01:42:51 +06:00
PetroKabina
5fe66a1e4f
Update index.md
...
ls command added to `docker container` and `docker image` to be more specific
2023-11-25 12:07:17 +02:00
Jakub Kaźmierczak
2d12bffe46
Update backend service mesh description ( #4752 )
2023-11-25 01:13:29 +00:00
Rishi
3b1762cd91
Update Next.js resource ( #4750 )
...
Updated to latest video of NextJS from freecodecamp in Forntend RoadMap
2023-11-23 20:20:58 +00:00
Rachit Agrawal
d9be6e3c8b
Fix invalid URL ( #4747 )
2023-11-23 20:20:24 +00:00
Kamran Ahmed
b65328ebc9
Add zilliz logo
2023-11-23 20:19:29 +00:00
Rishi
7e5c0a5716
Update 101-next-js.md
...
Updated to latest video of JextJS from freecodecamp
2023-11-22 22:22:14 +05:30
Kamran Ahmed
5da5924b6c
Update embed logo
2023-11-22 14:06:58 +00:00
Kamran Ahmed
b35a169315
Allow embedding of roadmaps
2023-11-22 13:53:30 +00:00
Nozarno
41d182e987
Update index.md
...
Add resource site https://refactoring.guru/
2023-11-21 23:33:38 +01:00
Bilal Rahim
bd553fa630
Update 101-posa-patterns.md
...
The correct abbreviation for POSA is Pattern-Oriented Software Architecture not Patterns of Scalable and Adaptable Software Architecture.
Thanks
2023-11-21 09:16:32 +05:00
omkarl08
9d05c64f50
Add course for linear algebra ( #4703 )
...
* Update 100-linear-algebra.md
Kimberly Brehm's Linear Algebra Course
> Matrices: Properties, operations, and applications.
> Determinants: Role in system solvability and transformations.
> Vectors: Geometric interpretation and relevance in
transformations.
Eigenvalues & Eigenvectors: Stability and system analysis.
This course lays a solid foundation for game development. Matrices and vectors are core elements in creating graphics, handling transformations, and optimizing game performance. Understanding determinants aids in solving complex problems, while eigenvalues/eigenvectors are crucial for stability in game mechanics. Focus on matrices, vectors, and transformations for practical game design applications.
* Update src/data/roadmaps/game-developer/content/101-game-mathematics/100-linear-algebra.md
---------
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com >
2023-11-16 19:33:47 +00:00
Kaya-Sem
e94296cdd4
Update 101-app-shortcuts.md ( #4705 )
...
Removed unnecessary chatgpt line.
2023-11-16 19:32:37 +00:00
Max Mynter
7a4796508d
Add Fullstack Deep Learning to MLOps ( #4698 )
2023-11-15 23:06:09 +00:00
Kamran Ahmed
e0f5d6f436
Update contribution functionality
2023-11-15 02:58:56 +00:00
Kamran Ahmed
d103bc629c
Topic links contribution functionality
2023-11-15 02:46:45 +00:00
Taylor
d4f48a3ebd
Update and rename 101-vulcan-ray-tracing.md to 101-vulkan-ray-tracing.md
...
Typo in Vulkan
2023-11-14 22:37:27 +01:00
Kamran Ahmed
cb9943191e
Add axum
2023-11-14 20:20:38 +00:00
Kamran Ahmed
eaa567dfe0
Add link to rust roadmap
2023-11-14 18:53:35 +00:00
Kamran Ahmed
277713e16b
Add rust roadmap
2023-11-14 18:35:14 +00:00
Kamran Ahmed
5ed49b965c
Add rust roadmap
2023-11-14 18:19:07 +00:00
Ebenezer Adeoye
a27aaf6e2d
Fixed the links not working ( #4677 )
2023-11-12 18:50:59 +00:00
Kamran Ahmed
be02cc59ea
Add favorite functionality
2023-11-12 18:50:05 +00:00
Abdelrhman Kamal
068847af08
Abdelrhman: Fix best practices articles ( #4680 )
...
* Fix gtx-trans close sidepanel
* reset the package-lock.json file
* Install the CodeSee workflow. Learn more at https://docs.codesee.io
* Fix Best Practcies roadmaps articels
* Restore files
---------
Co-authored-by: codesee-maps[bot] <86324825+codesee-maps[bot]@users.noreply.github.com>
2023-11-12 18:37:31 +00:00