Tim Jonas Meinerzhagen
cab075bf5b
Fix salting typo link ( #3820 )
2 years ago
Rafael Bicalho
482cf64bf5
Update CORS Resources ( #3908 )
...
* Update 106-cors.md
* Update 102-cors.md
* Update 106-cors.md
2 years ago
keeplz
9051e22476
Add event loop resource ( #3921 )
...
add a video for event loop, it's js conf in asia 2018
2 years ago
Selva Muthu Kumaran
1b538b399f
Fix backend link ( #4484 )
...
backend-roadmap-throttling- missed URL fixed
fixes : #4473
2 years ago
アドヴァイス
05673087c5
Remove dead link ( #4489 )
...
In the "Rate limiting" section, Blogs and tutorials on RxJS refers to a 404 page.
The dead link has been fixed with the correct and appropriate link.
2 years ago
Orca
5256df9c07
Fix typos ( #4500 )
...
- Fixed a typo
- Fixed the title of the freecodecamp link
2 years ago
Orca
ddf8884501
Update 100-builtin-modules.md ( #4501 )
...
- Removed a redundant `events` entry
2 years ago
steph
05492b60ee
Update blockchain resources ( #4502 )
2 years ago
Kamran Ahmed
8dc0424823
Update description meta for frontend, backend, devops
2 years ago
Kamran Ahmed
e07112a3a9
Remove duplicate questions
2 years ago
Kamran Ahmed
bc6b100c26
Add introductory paragraph on roadmaps
2 years ago
Ihor
846bbc1533
fix(typescript): fix template lineral type definition ( #4474 )
2 years ago
roadmap bot
0b0168b40f
chore: add resource under qa:qa-basics:project-management:atlassian
2 years ago
Matvey Volkov
4c9371ee74
Fix issue in typescript ( #3922 )
...
json_build_object is used to create json object and get it
2 years ago
Toshita Singh
bb9cc31e8a
Fix typo in prototypal inheritance ( #3930 )
...
Completed missing property name used to set the prototype of an object.
2 years ago
Jakub Olszewski
8585857cc3
Add ChangeNotifier and ValueNotifier tutorials ( #3997 )
...
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
2 years ago
JasonMan34
8c2e812667
Fix recursive types example in typescript roadmap ( #4022 )
...
Co-authored-by: Itamar Zwi <itamarz@amplicy.io>
2 years ago
Olawuwo Abideen
bfbee6da0f
Add a resource for REST ( #4025 )
2 years ago
Selva Muthu Kumaran
8057b218a0
Fix video link ( #4398 )
...
Computer network | Google IT Support certificate video fixed
fix : #4396
2 years ago
Selva Muthu Kumaran
c3d24a65d1
Fix appium link ( #4402 )
...
QA-roadmap-appium website - new link provided
fix : #4205
2 years ago
Julien Alric
bb76ae411f
Update system-design.json fix typo ( #4414 )
2 years ago
Mohit Rajput
98ea93da8c
fix incorrect url change ( #4415 )
2 years ago
Selva Muthu Kumaran
a69f0cc1b1
Fix YARP in .net roadmap ( #4416 )
...
asp.net-core-YARP-description fixex
fixes : #4406
2 years ago
Michał Gałązka
e50e75479a
Fixed PHP official website address in backend roadmap ( #4417 )
...
changed from php.org to php.net
2 years ago
FranMD
f4592b1e58
Update URL for "Enabling HTTPS on Your Servers" site ( #4418 )
2 years ago
Selva Muthu Kumaran
45c88da643
Add information about local scope ( #4420 )
...
javascript-roadmap-scope-variable-local scope description added
fixes : #4388
2 years ago
Mikhail Ostashchenko
a54fe0d1ba
Fix broken links ( #4421 )
2 years ago
Muhammad Afzal
11272da330
docs: add content for Google Cloud Functions ( #4443 )
2 years ago
Andret Carpizo
8903f11f02
Fix Template Specialization Index CodeBlock for const in printData ( #4446 )
2 years ago
Selva Muthu Kumaran
8ca9f976cd
python-roadmap-decorators ( #4448 )
...
python-roadmap-modules-decorators - new link for python decorators in 1 minute
2 years ago
Blake
488521d2e3
Update URL for OpenID Link ( #4459 )
2 years ago
Kirill Bryntsev
072953c69a
Add information about function pointer ( #4460 )
2 years ago
Akash Sharma
79a656e171
Fixing `PRIMARY_KEY` `NULL` constraint ( #4465 )
2 years ago
Kamran Ahmed
26ab7b9098
Remove EKS from devops beginner
2 years ago
Kamran Ahmed
03d0a32fd6
chore: upgrade to astro v3 ( #4437 )
2 years ago
Kamran Ahmed
c274feced1
Fix broken build
2 years ago
Jamie Douglas
d3bebfeea6
Updated link to Gradle site ( #4423 )
2 years ago
Pawel Janicki
68f9e4576b
Fix ArgoCD Beginner tutorial link ( #4425 )
...
https://github.com/kamranahmedse/developer-roadmap/issues/4424
2 years ago
Leo Wang
051bcce933
Fix video link in Python OOP classes ( #4427 )
...
Co-authored-by: Leo Wang <ab0988956087@gamil.com>
2 years ago
Mohit Rajput
7e18c97e78
from inside compilerOptions to outside exclude ( #4410 )
2 years ago
Selva Muthu Kumaran
c95caccae5
golang\conditional-statement ( #4400 )
...
* golang\conditional-statement
golang\conditional-statement\golang programs switch case - new link provided
* Add both conditional statements
---------
Co-authored-by: Arik Chakma <arikchangma@gmail.com>
2 years ago
Juan Pablo Partridge
102c57e925
Add mongodb roadmap in backend content ( #4035 )
2 years ago
Mikhail Ostashchenko
1ec6005fe1
Fix code style ( #4356 )
2 years ago
KT
ce41b3a955
Remove duplicate resource ( #4375 )
...
Remove resource hosting a duplicate of another listed resource.
2 years ago
Selva Muthu Kumaran
eea79968e2
Fix data type content ( #4381 )
...
data type (struct and class) clarification
2 years ago
Selva Muthu Kumaran
538e41307c
Fix video link ( #4385 )
...
javascript\variable\scope\understanding global local function block scope
2 years ago
Mikhail Ostashchenko
79fcf2400f
SFINAE fix (C++) ( #4390 )
...
When you try to use these function templates, there can be ambiguity issues. If you call foo with an arithmetic type, both template overloads will be considered valid, and the compiler won't know which one to choose.
You can use specialization or tag dispatching to properly handle different cases.
2 years ago
Tushar Daiya
0da1edaa55
Fix link in python roadmap ( #4393 )
2 years ago
Mikhail Ostashchenko
7072c4cf80
Fix code in c++ ( #4373 )
2 years ago
Mikhail Ostashchenko
f2b29f80f9
Add Reverse iterator (C++) ( #4374 )
2 years ago