Kamran Ahmed
03d0a32fd6
chore: upgrade to astro v3 ( #4437 )
1 year ago
Kamran Ahmed
b8c90948f9
chore: trigger build
1 year ago
Kamran Ahmed
5c57a84e82
chore: migrate from preact to react ( #4435 )
1 year ago
Kamran Ahmed
c274feced1
Fix broken build
1 year ago
Kamran Ahmed
cdb9153029
Change in grid item design
1 year ago
Jamie Douglas
d3bebfeea6
Updated link to Gradle site ( #4423 )
1 year ago
Pawel Janicki
68f9e4576b
Fix ArgoCD Beginner tutorial link ( #4425 )
...
https://github.com/kamranahmedse/developer-roadmap/issues/4424
1 year ago
Leo Wang
051bcce933
Fix video link in Python OOP classes ( #4427 )
...
Co-authored-by: Leo Wang <ab0988956087@gamil.com>
1 year ago
Kamran Ahmed
e3793b00c7
Change background color of grid
1 year ago
Kamran Ahmed
f256a5a9b0
Fix logout not working
1 year ago
Mohit Rajput
7e18c97e78
from inside compilerOptions to outside exclude ( #4410 )
1 year 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>
1 year ago
Juan Pablo Partridge
102c57e925
Add mongodb roadmap in backend content ( #4035 )
1 year ago
Mikhail Ostashchenko
1ec6005fe1
Fix code style ( #4356 )
1 year ago
KT
ce41b3a955
Remove duplicate resource ( #4375 )
...
Remove resource hosting a duplicate of another listed resource.
1 year ago
Selva Muthu Kumaran
eea79968e2
Fix data type content ( #4381 )
...
data type (struct and class) clarification
1 year ago
Selva Muthu Kumaran
538e41307c
Fix video link ( #4385 )
...
javascript\variable\scope\understanding global local function block scope
1 year 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.
1 year ago
Tushar Daiya
0da1edaa55
Fix link in python roadmap ( #4393 )
1 year ago
Kamran Ahmed
b04b8c702f
Cookie sharing across sub-domains
1 year ago
Bartłomiej Majowicz - Unlimitech
1a7a6db50c
Fix typos ( #4362 )
...
* Fix misspell.
* Add missing link title.
* Fix add missing word.
1 year ago
Mikhail Ostashchenko
7072c4cf80
Fix code in c++ ( #4373 )
1 year ago
Mikhail Ostashchenko
f2b29f80f9
Add Reverse iterator (C++) ( #4374 )
1 year ago
roadmap bot
76c2686269
chore: add resource under cpp:language-concepts:type-casting
1 year ago
Kamran Ahmed
b7728fa6fd
Change related roadmaps + faqs to h2
1 year ago
Kamran Ahmed
ca5bae687b
Update AI and Data Scientist roadmap
1 year ago
Kamran Ahmed
face1eefbb
Update data scientist roadmap
1 year ago
Kamran Ahmed
498ef2eb3b
Change feedback popup design
1 year ago
Kamran Ahmed
80d53a9c5d
Add AI and Data Scientist Roadmap
1 year ago
Arik Chakma
e0eccaa30e
Add team feedback popup ( #4341 )
...
* wip: submit feedback popup
* wip: feedback popup state
1 year ago
Erasmo Hernández
c43ee13c94
Fix typo from bug 4210 ( #4211 )
1 year ago
Kyrylo Nehaturov
b57c4cb558
fix: removed dublicated link ( #4217 )
...
removed dublicated link in react roadmap
1 year 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
1 year 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
1 year ago
Mirac Seref
bec59ed630
Update 101-functional-components.md ( #4233 )
...
Fix link issue
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
1 year ago
Mark Puchala 2/
7f800f2717
Update history-of-javascript.md ( #4287 )
...
Fix reference to non-existent comment section.
1 year ago
carmen
e5579ef7d1
fix: removed unavailable youtube link ( #4288 )
1 year 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
1 year 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.
1 year ago
obvTiger
6af8033764
Remove extra "s" on 102-razor-pages.md ( #4329 )
1 year ago
Nikola Hristov
e4d6cd9f41
Restores astro-compress ( #4339 )
...
* Restores astro-compress
* squash!
1 year ago
Mikhail Ostashchenko
5cff162a94
Change to the correct data type ( #4343 )
1 year ago
Kamran Ahmed
3b7e5d5ce2
Add AI and Data Scientist roadmap
1 year ago
Kamran Ahmed
6bc7c2f48c
Accept friend request to redirect to friends page
1 year ago
Kamran Ahmed
458396f782
Fix cookie not removed
1 year ago
Kamran Ahmed
bb7f1f4d67
Update frontend roadmap
1 year ago
Jesús
430350fe88
Fix typo in Method Overriding in Typescript ( #4306 )
1 year ago
Shawn Gestupa
c1d37dead3
update link of "Functional Components and Props" ( #4317 )
1 year 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.
1 year 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
1 year ago