It’s not so bad. I’m just a lowly webdev and my work with Java is mostly just basic CRUD operations
- 1 post
- 26 comments
- 3 years
- 3 years
I write Java for a living and the places I’ve worked have used Lombok to cut down on the boilerplate code
- 3 years
Not so much for sysadmin (more so just for onboarding), but definitely in the cyber world where having a clearance is almost a requirement. They might not test all the time but during the investigation they basically want people who are clean cut or have at least had their act together for a few years
- 3 years
LOL I went to school for cyber security and got into full stack web dev (graduated at the start of COVID, the job market sucked and I had a connection). Not gonna lie I enjoy where I’m at now. I’m a Linux nerd and I enjoy the cyber stuff but there’s no way I’m ever gonna stop smoking weed to get a security clearance or be on call as a sysadmin
- 3 years
If you’re smart you do it the quick and easy way and leave the company before it bites you in the ass. Only suckers stay with the same company for more than a few years
- 3 years
Real enterprise programmers know you can get another job in the next year or two so fuck best practice
- manapropos@lemmy.basedcount.comto
Reddit@lemmy.world•once again, reddit emailing an address they believe is owned by Andrew Tate
3 yearsThe amount of content there is insane. When I was on there I would spend hours scrolling. As much as others complain about the lack of content here on Lemmy, I kind of like it because I don’t spend nearly as much time on the phone every day
- 3 years
I’m here because I’m interested. I’ve put in so many applications but have had no interviews despite 3 years of experience and a masters degree. Y’all let me know
- 3 years
This but unironically
- manapropos@lemmy.basedcount.comtoProgramming@programming.dev•20+ years of xp, interviews are still hard, still dunno what to do with carrear3 years
My resume must be screwed because I have a masters degree and 3 years of experience. Recruiters email me but ghost me as soon as I send the resume
- manapropos@lemmy.basedcount.comtoProgramming@programming.dev•20+ years of xp, interviews are still hard, still dunno what to do with carrear3 years
Y’all are getting interviews???
- manapropos@lemmy.basedcount.comtoGaming@beehaw.org•The Elder Scrolls VI will skip PS5 and isn’t coming until at least 20263 years
ES7 won’t come until 2050
- manapropos@lemmy.basedcount.comtoProgramming@programming.dev•The only thing doing tech tests has taught me is that I'm too stupid to do the job I've been doing professionally for the better part of 2 decades.3 years
I simply refuse to move forward if the interview process involves a whiteboard interview. I have no aspirations to work at FAANG so this has only happened to me a couple of times
I use prettier which by default adds semicolons. Coming from predominately doing backend stuff (mostly in Java) I don’t really mind, especially when the formatter adds them for me
- manapropos@lemmy.basedcount.comtoProgramming@programming.dev•Which conditions would make reject or quit your job?3 years
You’ve had a job where they let you use Linux on your machine? Every job I’ve had has been strictly windows
- manapropos@lemmy.basedcount.comtoProgramming@programming.dev•I wish writing SQL queries was more popular than ORMs3 years
I had a job where we used Spring Boot with JPA on the backend. It was nice because you could just use the ORM methods for basic CRUD functionality. But on the other hand it has this @Query annotation we used for whenever we wanted to write our own queries. Probably against best practice but it worked well enough


As someone who works with this framework for a living, don’t learn it on your free time. It’s absolutely worth learning vanilla Java, but you can learn Spring Boot on the job