+ 12
Does a fullstack developer earn more?
Does a fullstack developer earn more than a regular developer?
9 Answers
+ 10
Yes that's what i mean. I'm currently studying both to become a full stack developer but i'am not sure what the difference in salary is.
+ 1
I would expect, that fullstack developer would earn more than frontend or backend developer, if I have understanded it right, that fullstack developer is both frontend and backend developer.
+ 1
It all depends on your experiance level.
Junior, Medior, Senior.
Also depends on the company.
And depends on the location, country.
More specialized developer earn more sometimes... as do Senior devs.
Google it!
0
Please only post Coding related Questions in the Q&A Section. For Questions like this one you can use your Activity Feed.
0
âââŸââââșâ You may check from the websites where you can find programming related jobs, such as python.org 's job section.
0
# If you want the output to be [1, [2, 3]] use this code
from copy import deepcopy
a = [1, [2, 3]]
b = deepcopy(a)
a[0] = 3
a[1][1] = 5
print(b)
0
đ€
0
Ù
ŰÙ
ŰŻ ۧۚÙ۱