Wagner Goulart
97e0059475
Add angular RxJS diagram videos ( #5649 )
...
* ADD: Videos explainning how marble diagrams works
Signed-off-by: Wagner <wagnergoulart0@gmail.com>
* Update src/data/roadmaps/angular/content/101-rxjs-basics/102-marble-diagrams.md
---------
Signed-off-by: Wagner <wagnergoulart0@gmail.com>
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
12 months ago
Kamran Ahmed
9674bce96e
Add get-x to flutter state management
12 months ago
Kamran Ahmed
72da2d43d8
Update python frameworks
12 months ago
Kamran Ahmed
f22674a0b2
Update logging in golang roadmap
12 months ago
Kamran Ahmed
43ece4c10f
Add new topics to MLOps roadmap
12 months ago
Kamran Ahmed
304efd83b6
Add sqlite to backend roadmap
12 months ago
Kamran Ahmed
4697e69e23
Replace Vue CLI with create-vue
12 months ago
Kamran Ahmed
af3bbd9320
Add pointers to golang roadmap
12 months ago
Kamran Ahmed
742b79e473
Add generics to go roadmap
12 months ago
Kamran Ahmed
1a619e1dbd
Add standalone components in angular
12 months ago
Kamran Ahmed
2c9bfb3c80
Add changes to go and spring roadmaps
12 months ago
Kamran Ahmed
3102148485
Add prometheus to app monitoring
12 months ago
Kamran Ahmed
f8a7c40c11
Fix broken UI in full-stack roadmap
12 months ago
Machalkas
d7978d39c9
Add resource under linux roadmap ( #5608 )
...
* add url to introductory resource
* Update src/data/roadmaps/linux/content/100-navigation-basics/103-directory-hierarchy.md
Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>
* Update src/data/roadmaps/linux/content/100-navigation-basics/103-directory-hierarchy.md
---------
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>
12 months ago
Lily Paczesniak
722b1c60d2
Add video resource for OOP ( #5393 )
...
* Add a video resource to 103-oop.md
* Update src/data/roadmaps/flutter/content/106-design-principles/103-oop.md
Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>
---------
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>
12 months ago
Aditya Trivedi
b0136b0524
Update index.md ( #5363 )
...
* Update index.md
* Update src/data/roadmaps/docker/content/101-underlying-technologies/index.md
Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>
---------
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>
12 months ago
Sakti Sriraj Mishra
7333941a38
Add kotlin resources ( #5351 )
...
* Update 100-kotlin.md
Resources to learn Kotlin were added
* Added Kotlin Learning resource to Android Roadmap
Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>
* Update src/data/roadmaps/android/content/100-pick-a-language/100-kotlin.md
---------
Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
12 months ago
Abdelrahman Eltohamy
27934c1188
Add nexus content ( #5336 )
...
* Update 101-nexus.md
I have added the (definition - role).
* Update src/data/roadmaps/devops/content/118-artifcats/101-nexus.md
---------
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
12 months ago
Gustavo Montini de Abreu
247b24e1a3
Add resource ( #5219 )
...
* Update 102-spark-airflow-kafka.md
Add link for website 'Spark by Examples'
* Update src/data/roadmaps/mlops/content/105-data-eng-fundamentals/102-spark-airflow-kafka.md
Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>
---------
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>
12 months ago
Sigma Devops
fb6c56e1aa
Add powershell text ( #5147 )
...
* Update 101-powershell.md
* Update src/data/roadmaps/devops/content/102-live-in-terminal/scripting/101-powershell.md
Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>
---------
Co-authored-by: Sigma Devops <muhammadsiddiqbe@gmail.com>
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>
12 months ago
Ashutosh Kumar
db4b2487f5
Update queries ( #5143 )
...
* Update index.md
added correct syntax for renaming table or column
* Update src/data/roadmaps/sql/content/102-ddl/index.md
* Update src/data/roadmaps/sql/content/102-ddl/index.md
* Update src/data/roadmaps/sql/content/102-ddl/index.md
* Update src/data/roadmaps/sql/content/102-ddl/index.md
* Update src/data/roadmaps/sql/content/102-ddl/index.md
---------
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
12 months ago
Ashutosh Kumar
f1fbca6fc9
Fix alter table query ( #5137 )
...
* Update 101-alter-table.md
Previously :
ALTER TABLE tableName
ALTER COLUMN columnName TYPE newDataType;
results in syntax error
Now:
ALTER TABLE tableName
MODIFY COLUMN columnName newDataType;
* Update 101-alter-table.md
Added how to drop an primary key
* Update src/data/roadmaps/sql/content/102-ddl/101-alter-table.md
Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>
---------
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>
12 months ago
Praneel Maitra
3308387e20
Add resource link ( #5108 )
...
* Update linear-algebra-calc-mathana.md
* Update src/data/roadmaps/ai-data-scientist/content/linear-algebra-calc-mathana.md
Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>
---------
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>
12 months ago
Yubraj khatri
ba00c917cf
Add resource for useContext ( #5033 )
...
* Update 100-context.md
This article help me a lot to grab the idea about how the context is solving the problem of the prop drilling. I think beginner should start with this article to grasp the knowledge about the problem that trying to solve by the the context
* Update src/data/roadmaps/react/content/106-state-management/100-context.md
* Update src/data/roadmaps/react/content/106-state-management/100-context.md
---------
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
12 months ago
Alucard
b476ca0080
Add resources for N+1 Problem ( #4952 )
...
Add additional resource links
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
12 months ago
Jhonatan Mustiola
e9c33a405b
Update rust integers section ( #4821 )
...
* Update 100-integers.md
More readable, links and more explanations were added
* Update 100-integers.md
Changes in the way the links were coded
* Update 100-integers.md
Incorrect wording corrected
* Update 100-integers.md
Incorrect markdown format corrected
* Update 100-integers.md
Incorrect line spacing was corrected and "-" sign was prepended to each link item
---------
Co-authored-by: Jhonatan Mustiola <152746443+JhonatanMustiolaCas@users.noreply.github.com>
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
12 months ago
dogukan
56247431de
Add resource for function borrowing ( #4725 )
...
* Update 100-function-borrowing.md
added stackoverflow example
* Update src/data/roadmaps/javascript/content/111-javascript-this-keyword/100-function-borrowing.md
---------
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
12 months ago
Alex
cae46c5db6
Remove duplicate link ( #4531 )
...
* Update 101-prototypal-inheritance.md
url "The Modern JavaScript Tutorial" is the same link as "Prototype Inheritance".
* Update src/data/roadmaps/javascript/content/102-javascript-datatypes/101-object/101-prototypal-inheritance.md
---------
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
12 months ago
mastercoder8
9cbfbb9231
Add instrumentation link ( #3534 )
...
Add open telemetry, which is widely used in the industry and is a the standard for metrics, tracing, logs
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
12 months ago
Germán González
9f49424e67
Fix typo in android roadmap ( #5317 )
12 months ago
C E L L
82564712c3
Add up to date resource to learn Next.js ( #5325 )
12 months ago
Mindy Flores
e1f32a13ab
Fix query ( #5424 )
...
Description of having clause filter is incorrect. The current query filters for Customers with a total amount strictly greater than $3000.
12 months ago
Dennis O'Connell
5a2305193b
Minor resource title change for clarity ( #5434 )
...
Specified link for W3 Schools' Golang tutorial to add clarity
12 months ago
VTolmasov
f8b9d2e271
Add CROSS JOIN in queries ( #5447 )
...
Added CROSS JOIN type
12 months ago
Deepak Mardi
a1ced7573b
Add content for mongo performance optimization #4538 ( #5465 )
...
* Updating the link for DevOps Roadmap to correct URL (https://roadmap.sh/docker ) previously set to (https://roadmap.sh/best-practices )
* update
* update
* Updated text content in "Performance Optimization" topic (MongoDB Roadmap)
12 months ago
nikob-dev
0ec50a1ee4
Remove topic text ( #5307 )
...
Removing no-context spam at the bottom.
12 months ago
Davee
1d74d0b223
Fix typos ( #5302 )
12 months ago
Abhay Naik
7333f1357e
JavaScript closure explanation ( #5298 )
12 months ago
Abhishek Santra
82ccd5c755
fix: broken link in "Express Full Guide"( #5259 ) ( #5294 )
12 months ago
Alex Marmolejo
577d7af7f8
fix: typo in fullstack chekcpoint ( #5292 )
12 months ago
Shizan Shaikh
fb7136e1b0
Update index.md of 'Printing output' in NodeJs Roadmap ( #5287 )
...
* Update index.md of 'Printing output' in NodeJs Roadmap
Update index.md of 'Printing output' in NodeJs Roadmap
* Update src/data/roadmaps/nodejs/content/106-nodejs-command-line-apps/101-printing-output/index.md
---------
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
12 months ago
Kamran Ahmed
bb093764ba
Add quarkus framework in java
12 months ago
taraferguson
1f5a601370
Fix dead links in prompt hacking ( #5280 )
...
* Update 100-style-modifiers.md
Fix 404 link error
* Update index.md
fix 404 error
* Update 100-prompt-injection.md
fix 404 error
* Update 103-defensive-measures.md
fix 404 error
* Update 104-offensive-measures.md
fix 404 error
* Update 100-style-modifiers.md
fix 404 error
* Update 101-quality-boosters.md
add link
* Update 102-weighted-terms.md
add link
* Update 103-deformed-generations.md
add link
* Update src/data/roadmaps/prompt-engineering/content/108-image-prompting/103-deformed-generations.md
* Update src/data/roadmaps/prompt-engineering/content/108-image-prompting/102-weighted-terms.md
* Update src/data/roadmaps/prompt-engineering/content/108-image-prompting/101-quality-boosters.md
* Update src/data/roadmaps/prompt-engineering/content/108-image-prompting/100-style-modifiers.md
---------
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
12 months ago
Peter Sarossy
389d431005
Add links to realtime databases ( #5279 )
12 months ago
Rushikesh Tarapure
d9d8d7891e
Fix : typo in suggestion block ( #5274 )
...
Co-authored-by: Rushikesh Tarapure <rushikeshtarapure@gofynd.com>
12 months ago
omahs
18631f1a1a
Fix broken link ( #5263 )
12 months ago
boffin-education
67d0f68eb7
Add resources for technical writer ( #5189 )
12 months ago
dev-aly3n
82de99973c
fix: remove duplicate link in smart-contract ( #5128 )
12 months ago
dev-aly3n
973fbd9fc6
Fix broken URL ( #5125 )
...
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
12 months ago
Sherkhan Azimov
45ab04af04
Fix broken links ( #5120 )
...
* fix: link in retry storm (performance antipatterns) section
* fix: link in geode pattern
12 months ago