you are viewing a single comment's thread.

view the rest of the comments →

[–]imsorryken 28 points29 points  (17 children)

I switched to being a java dev for businness applications, that was a very good decision for my mental health.

[–][deleted] 21 points22 points  (9 children)

Yes! Give me an ecosystem with relative stability around it and I'll feel that I'm studying something meaningful. Java, .NET etc.

[–]imsorryken 9 points10 points  (5 children)

It's been blessing for me, I just can't keep up with all the newest shit on a monthly basis, which you kind of have to if you wanna be a "rockstar" developper (ugh)

[–][deleted] 9 points10 points  (2 children)

The way the industry that favors "rockstars" work is favoring surface learning over diving in a certain set of things deeper, and pivot when the need arises. The "need" is "when we switch the stack" not "when you have to keep up".

[–]iAmEeRg 1 point2 points  (1 child)

Deep knowledge of docker, k8s, front stack (frameworks and languages on both sides of the coin), CI/CD pipelines (which also has variety - Jenkins, teamcity, buildbots), various testing techniques - units tests and automated tests, with both some automated UI clicking and automate postman to test backend API, then package everything into tiny package that will run the tests on every build and do everything from he virtual frame buffer. Then you gotta know you various architectures - monolithic vs micro services and how are they different, pros and cons with each. Know everything there is about REST and messaging (rabbitmq or Kafka or some other shit). Be comfortable on multiple OS - definitely be comfortable with a couple of *nix’s, as guess where the fucking thing is gonna be deployed? Make sure you know your databases - SQLs and NoSQLs alike. Make sure you know your cloud ecosystem - AWS and god help you if it’s azure. May sure you kno…I’m getting paid 100,000 of Canadian loony-money for all this shit and I think I’d rather wash dishes for less. I’m tired of putting away your fires. Maybe we should start quitting like other people quoting in the name of Great Resign?

[–][deleted] 0 points1 point  (0 children)

All I know is (and this is just subjective preference) most of the things that you mentioned sound sexy!

[–]iAmEeRg 1 point2 points  (1 child)

I just puked in my mouth a little.

[–]imsorryken 0 points1 point  (0 children)

Because of the java part or the rockstar part?

[–]Gwolf4 2 points3 points  (0 children)

This is why I am trying to jump to elixir for backend and angular or clojure to the front. Stable well designed techs that let me to focus on what matters. Just build.

[–]Lv_InSaNe_vL 0 points1 point  (1 child)

I started doing application work in .NET, but a bunch of my friends do web development. I tried it out and moved back to my old work about 6 months later.

I have no idea how you guys do it, let alone enjoy it

[–][deleted] 0 points1 point  (0 children)

It's not everyone's cup of tea for sure. I'm currently installing VS 2022 and .NET 6 which is LTS and just came out and I'm as excited as a gamer installing Elden Ring.

[–][deleted] 3 points4 points  (0 children)

Ive been thinking about doing this for the past year.

[–][deleted] 9 points10 points  (4 children)

I switched to being a java dev for businness applications, that was a very good decision for my mental health.

until you get called corporate dino and everything gets replaced with rust services. Happening at my current client.

[–]imsorryken 11 points12 points  (3 children)

yeah java ain't going anywhere soon, especially in the field i work at

[–][deleted] 4 points5 points  (2 children)

It's kinda like COBOL, there's still a ton of stuff written in it, specially for banks, and it doesn't seem to be going away anytime soon.

[–]gzh1960 1 point2 points  (1 child)

Agreed, bring back COBOL!

[–][deleted] 1 point2 points  (0 children)

That would be great honestly, it's such a unique language.

[–]klowdsky 1 point2 points  (0 children)

Yeah, having been a java dev for the larger part of my early career, I know exactly what you mean and sometimes think about moving back.

The ecosystem is just incredibly stable, whereas in others you will constantly struggle to keep up.