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
roadmap bot
76c2686269
chore: add resource under cpp:language-concepts:type-casting
2 years ago
Kamran Ahmed
ca5bae687b
Update AI and Data Scientist roadmap
2 years ago
Kamran Ahmed
face1eefbb
Update data scientist roadmap
2 years ago
Erasmo Hernández
c43ee13c94
Fix typo from bug 4210 ( #4211 )
2 years ago
Kyrylo Nehaturov
b57c4cb558
fix: removed dublicated link ( #4217 )
...
removed dublicated link in react roadmap
2 years ago
Kyrylo Nehaturov
c236bf9bf9
fix: removed duplicate link in react 103-rendering/104-events ( #4218 )
...
removed duplicate link in react roadmap section 103-rendering/104-events
2 years ago
Kyrylo Nehaturov
c92c67acc9
fix: added link + rewritten link text react 106-state-management ( #4219 )
...
I found more obvious such resources list, with the documentation as the starting resource and then the link for the repo as the next one
2 years ago
Mirac Seref
bec59ed630
Update 101-functional-components.md ( #4233 )
...
Fix link issue
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
2 years ago
carmen
e5579ef7d1
fix: removed unavailable youtube link ( #4288 )
2 years ago
Gary Y
9e5baad85f
Update 103-reporting.md ( #4298 )
...
The current link leads to an outdated page with a 404.
https://www.ministryoftesting.com/dojo/series/the-testing-planet-2019/lessons/the-art-of-the-bug-report
This is the new updated link.
https://www.ministryoftesting.com/articles/11b82aee?s_id=15465627
2 years ago
Hugo Poças
146022d1ed
Removed duplicate sentence ( #4325 )
...
removed the sentence:
"JOIN Queries
Absolutely, here’s a brief summary about SQL JOIN Queries:"
It's the same information as the sentence below and it doesn't give the impression it's answering anything.
2 years ago
obvTiger
6af8033764
Remove extra "s" on 102-razor-pages.md ( #4329 )
2 years ago
Mikhail Ostashchenko
5cff162a94
Change to the correct data type ( #4343 )
2 years ago
Kamran Ahmed
3b7e5d5ce2
Add AI and Data Scientist roadmap
2 years ago
Kamran Ahmed
bb7f1f4d67
Update frontend roadmap
2 years ago
Jesús
430350fe88
Fix typo in Method Overriding in Typescript ( #4306 )
2 years ago
Shawn Gestupa
c1d37dead3
update link of "Functional Components and Props" ( #4317 )
2 years ago
Abdul Wahab
eafd36f6aa
Fixed: Function Expression Syntax ( #4324 )
...
The syntax for Function Expression was incorrect. It was an example of a function declared using Function Declaration.
2 years ago
Abdul Wahab
ea70632de1
Fix instanceOf mistake ( #4322 )
...
instanceof is a runtime check and interface and types don't exist during runtime.
Also TypeScript has a structural type system, which means that they are matched according to the structure of the object and types - not according to instances.
For example:
interface Person {
name: string;
age: number
}
const person = {
name: "Ken",
age: 25
}
if (person instanceof Person) // Error
2 years ago
roadmap bot
08e29c2c14
chore: add resource under kubernetes:kubernetes-introduction:key-concepts-terminologies
2 years ago
roadmap bot
00b27eabd6
chore: add resource under cyber-security:networking-knowledge:basics-of-nas-and-san
2 years ago
roadmap bot
667e7f4c7f
chore: add resource under devops:serverless:cloudflare
2 years ago
stokey
19edadcc18
fix: broken link to CompTIA A+ 220-1101 - ( #4309 )
...
Added a link to channel with a query searching for CompTIA A+ 220-1101 in Professor Messer channel
2 years ago
yandif
1ca36e8bfa
Correct 'CDNss' to 'CDNs' ( #4259 )
2 years ago
Maitrayee Khalasi
c0e2e541ca
Update the link of youtube channel ( #4261 )
...
Updated the link of youtube channel in c++ roadmap, what is c++
2 years ago
Maitrayee Khalasi
04478272c2
Update the link of youtube channel ( #4262 )
...
Updated the link of youtube channel in c++ roadmap, bitwise operators
2 years ago
Bartłomiej Majowicz - Unlimitech
9c2e9c1be6
Fix spelling mistake ( #4265 )
...
* Fix misspell.
* Add missing link title.
2 years ago
Tomasz Mikulski
77310d24d8
Update 102-sharding-strategies.md ( #4269 )
...
Typo in dat(a)base word
2 years ago
roadmap bot
c1d39d24db
chore: add resource under ux-design:behavior-change-strategies:cheating:defaulting
2 years ago
roadmap bot
8a747acabd
chore: add resource under flutter:state-management:bloc
2 years ago
Mithilesh Pawar
18caaa9d0a
fix(typo): fixed typo in js resources ( #4271 )
2 years ago
Kamran Ahmed
21008de3d1
Prepare roadmaps for team edits
2 years ago
Balaji Sivasakthi
0c64223ec1
fix(typo): package manager's C++ Archive Network (cppan) heading ( #4118 )
...
* fix(typo): package manager's C++ Archive Network (cppan) heading
* Update pnpm-lock.yaml
2 years ago
Balaji Sivasakthi
93a6ae3f81
fix(typo): fixed typo in cpp - main() function heading ( #4120 )
2 years ago
Balaji Sivasakthi
42b3595367
fix(typo): fixed typo in cpp namespaces ( #4122 )
2 years ago
Sadegh Motevali
39278cc97b
fix incorrect pyramid document URL ( #4198 )
2 years ago
Kyrylo Nehaturov
c83d20d63c
Fix: removed dublicate link in 108-javascript-expressions-and-operators ( #4196 )
...
Removed dublicate link in JS roadmap
2 years ago
Dmitrii Goriachev
07acb17459
Update links to new react documentation ( #4134 )
...
* update react error boundary link
* update links to JSX
* actualize Component Life Cycle overview and links
* update links to event handling in react
* actualize HOC overview
2 years ago
Davidson Fellipe
77cd0ecf26
Fix typos ( #4135 )
2 years ago
Reyhan4j02
eccc0302f2
Update 100-installing.md ( #4143 )
...
Previously the MinGW-64 link redirected to an error 404 page
Fixed it to redirect to the overview page
2 years ago