Kamran Ahmed
2c9bfb3c80
Add changes to go and spring roadmaps
10 months ago
Kamran Ahmed
3102148485
Add prometheus to app monitoring
10 months ago
Kamran Ahmed
f8a7c40c11
Fix broken UI in full-stack roadmap
10 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>
10 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>
10 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>
10 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>
10 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>
10 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>
10 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>
10 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>
10 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>
10 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>
10 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>
10 months ago
Alucard
b476ca0080
Add resources for N+1 Problem ( #4952 )
...
Add additional resource links
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
10 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>
10 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>
10 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>
10 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>
10 months ago
Germán González
9f49424e67
Fix typo in android roadmap ( #5317 )
10 months ago
Arkoh-Addo Ebenezer
f290419694
fix: broken url in minimize-http-requests.md ( #5324 )
...
* fix: broken url in minimize-http-requests.md
existing URL points to unavailable resources. I provided a more reliable URL with very good insight to the topic.
Updated description to include a little more context providing enough heads up before visiting the URL to read the details
* Update src/data/best-practices/frontend-performance/content/minimize-http-requests.md
---------
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
10 months ago
C E L L
82564712c3
Add up to date resource to learn Next.js ( #5325 )
10 months ago
Eda
ed1532d1f5
Fix small bug in code example ( #5348 )
10 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.
10 months ago
Dennis O'Connell
5a2305193b
Minor resource title change for clarity ( #5434 )
...
Specified link for W3 Schools' Golang tutorial to add clarity
10 months ago
VTolmasov
f8b9d2e271
Add CROSS JOIN in queries ( #5447 )
...
Added CROSS JOIN type
10 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)
10 months ago
nikob-dev
0ec50a1ee4
Remove topic text ( #5307 )
...
Removing no-context spam at the bottom.
10 months ago
Davee
1d74d0b223
Fix typos ( #5302 )
10 months ago
Abhay Naik
7333f1357e
JavaScript closure explanation ( #5298 )
10 months ago
Abhishek Santra
82ccd5c755
fix: broken link in "Express Full Guide"( #5259 ) ( #5294 )
10 months ago
Alex Marmolejo
577d7af7f8
fix: typo in fullstack chekcpoint ( #5292 )
10 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>
10 months ago
Kamran Ahmed
bb093764ba
Add quarkus framework in java
10 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>
10 months ago
Peter Sarossy
389d431005
Add links to realtime databases ( #5279 )
10 months ago
Rushikesh Tarapure
d9d8d7891e
Fix : typo in suggestion block ( #5274 )
...
Co-authored-by: Rushikesh Tarapure <rushikeshtarapure@gofynd.com>
10 months ago
omahs
18631f1a1a
Fix broken link ( #5263 )
10 months ago
boffin-education
67d0f68eb7
Add resources for technical writer ( #5189 )
10 months ago
dev-aly3n
82de99973c
fix: remove duplicate link in smart-contract ( #5128 )
10 months ago
dev-aly3n
973fbd9fc6
Fix broken URL ( #5125 )
...
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
10 months ago
Sherkhan Azimov
45ab04af04
Fix broken links ( #5120 )
...
* fix: link in retry storm (performance antipatterns) section
* fix: link in geode pattern
10 months ago
Luiz Felipe dos Santos Pereira
4d35795899
Fix typos in SQL roadmap ( #5112 )
...
The original text misleads the reader. A column subquery shouldn't use the "=" operator, but the "in" operator.
10 months ago
murrrda
f5ca535b70
Added Go class by Mat to Backend resources ( #5084 )
10 months ago
Sherkhan Azimov
6b5cf545df
Fix broken links and typos ( #5075 )
...
* fix: links in communication section
* fix: typo
10 months ago
Selva Muthu Kumaran Boopalan
62a2b34b38
Add resource ( #5068 )
...
javascript-roadmap-hoisting - newvideo-link-added
10 months ago
RibeiroLucas
0ba3e6e155
Add link to resource ( #5046 )
...
Refactoring Guru added to the computer science roadmap Design Patterns section.
10 months ago
Nayan Lonkar
d2a09427ed
Remove invalid link from Java roadmap ( #5025 )
10 months ago
Caio Portugal
752a1d44d7
Add HTTP Caching article from mozilla.org ( #5022 )
10 months ago
Agustin Velez
8fd4a0bd60
Add links to rust roadmap ( #5009 )
...
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
10 months ago