Earlier quoted context omitted.
If a company thought someone could do your job for less money and let you go that is not discrimination. That's a healthy labor market. They may have, mistakenly, undervalued your experience but that's a bad leadership decision, not discrimination.
You can't legally be fired for that reason though.
Job market for a 30+ person learning to code?
61–70 of 75 posts
Re: Job market for a 30+ person learning to code?
#62Consider getting a low-level job in a shop which is doing Java/Android work (presuming this is your interest). You might at first do 2nd-level customer support, testing, or other non-programming things. However, especially if you position yourself to employers as someone taking on such a role so you can learn on-the-job, you'll be able to finagle your way into more challenging work. Maybe there's some manual testing…
Re: Job market for a 30+ person learning to code?
#63Earlier quoted context omitted.
You can't legally be fired for that reason though.
In what jurisdiction? In the US, most jobs are "at will", and you can be fired from them for no reason at all. There are some reasons that are actually illegal, but I don't believe "we think we can hire someone cheaper" is among them.
Re: Job market for a 30+ person learning to code?
#64Earlier quoted context omitted.
In what jurisdiction? In the US, most jobs are "at will", and you can be fired from them for no reason at all. There are some reasons that are actually illegal, but I don't believe "we think we can hire someone cheaper" is among them.
In Germany it is not allowed to fire someone because you found someone cheaper and can be challenged in court.
Re: Job market for a 30+ person learning to code?
#65Earlier quoted context omitted.
In Germany it is not allowed to fire someone because you found someone cheaper and can be challenged in court.
Same in the UK. You can only be fired for disciplinary or performance reasons; or if your position has been made redundant then they must offer you another job if one is available. I'm sure it will vary in the USA in different States.
Re: Job market for a 30+ person learning to code?
#66tl;dr - Ship something, THEN look for a job. In the real world, your age is a handicap, no matter what people say. Look for differentiators. A great one is the ability to point to something reasonably complicated that you built from scratch and shipped. Very few programmers can do that, and the ones that can are a class above in the eyes of many employers. One thing you have going for you is actual life experience th…
Don't read the entire VM spec. This thinking of knowing something inside out helps you how to use it is bunk. You don't have to know the how the rules of chess came into being to play chess. Or you could go that way, and do it as the parent says, and end up like me, somewhat dazed and confused a decade later. Just because you invented radio does not mean the programming you put on it is the best. Realize that program…
I do not think that phrase means what you think it means, given the rest of your post.
Re: Job market for a 30+ person learning to code?
#67Earlier quoted context omitted.
Don't read the entire VM spec. This thinking of knowing something inside out helps you how to use it is bunk. You don't have to know the how the rules of chess came into being to play chess. Or you could go that way, and do it as the parent says, and end up like me, somewhat dazed and confused a decade later. Just because you invented radio does not mean the programming you put on it is the best. Realize that program…
>Knowledge is power. I do not think that phrase means what you think it means, given the rest of your post.
Re: Job market for a 30+ person learning to code?
#68Earlier quoted context omitted.
Don't read the entire VM spec. This thinking of knowing something inside out helps you how to use it is bunk. You don't have to know the how the rules of chess came into being to play chess. Or you could go that way, and do it as the parent says, and end up like me, somewhat dazed and confused a decade later. Just because you invented radio does not mean the programming you put on it is the best. Realize that program…
>Knowledge is power. I do not think that phrase means what you think it means, given the rest of your post.
Re: Job market for a 30+ person learning to code?
#69Earlier quoted context omitted.
You mean, be able to come up with in ten years, or understand in ten years? The former is good. But in case of the latter, I wouldn't want to touch your code with a ten foot pole. (Even complicated Haskell type trickery, or, say, mathematical optimization algorithms shouldn't take longer than a few weeks to explain.)
"domain specific" means something like, your code implements the thing you spent the last 10 years becoming an expert on, which you hopefully understand to such a degree that expert coding will be no help in trying to replicate it.
I guess, the original ten years was hyperbole?
Re: Job market for a 30+ person learning to code?
#70Earlier quoted context omitted.
"domain specific" means something like, your code implements the thing you spent the last 10 years becoming an expert on, which you hopefully understand to such a degree that expert coding will be no help in trying to replicate it.
Yes. That's why I mentioned not only type trickery but the one domain specific example where I can claim to be an expert in (mathematical optimization). I guess, the original ten years was hyperbole?
How long did it take you to become an expert in mathematical optimization, for example? I doubt very much that that's something you picked up in a few weeks.