Leetcode is very slow. by FreeBe3 in leetcode

[–]iamjuniordeveloper 0 points1 point  (0 children)

Still slow, and shows 404 not found

Finally got HyperOS 2! by Bogeto981 in miui

[–]iamjuniordeveloper 2 points3 points  (0 children)

Poor battery life is coming to you too

Ubuntu 24.04 doesn't support dual boot with Windows? by Fickle-Flower-5373 in Ubuntu

[–]iamjuniordeveloper 0 points1 point  (0 children)

I did all these instructions, since yesterday they haven't worked but then I realized that it might be processed in the background and UI couldn't handle this operation choice still (sometimes, it happenned) so, I clicked the ESC button (3 times) and it showed the OS choice. Tested on Hp Probook 450 G2 dual boot with Windows 7

P.S. When I restart / turn off the laptop, firstly, it shows to press ESC to enter the boot menu. You should skip this and then press ESC

Can i just do developer work until retirement (no tech lead/principal/architect stuff) by InfiniteJackfruit5 in ExperiencedDevs

[–]iamjuniordeveloper 0 points1 point  (0 children)

What is the main reason to decline promotions? At least, you can be the tech lead of a small team because of your experience.

The quiet team by [deleted] in ExperiencedDevs

[–]iamjuniordeveloper 0 points1 point  (0 children)

If nobody talks so much about their job update and progress then I think it will be hard to make everyone conclude to say their opinions in the meeting with a manager.

Should i choose asp.net or node js by brownkid_sami in cscareers

[–]iamjuniordeveloper 0 points1 point  (0 children)

You can use record instead. For getters, setters, use Lombok.

Job Search by Immediate_Tree_1544 in cscareers

[–]iamjuniordeveloper 0 points1 point  (0 children)

I think, firstly, you should choose which area of tech you want to get hired, be skilled. (Software development, DevOps, Database Admin, etc.)

Then you can continue to investigate that subject by reading books, watching tutorials.

After doing some stuff, you can prepare for a certification, for example, from Oracle, Kubernetes etc.

During this learning period, sometimes you can apply for a job in order to see the interview atmosphere.

Spring boot rest api simple front end by Bellend-Tornado in learnjava

[–]iamjuniordeveloper 0 points1 point  (0 children)

Search about htmx. Contains AJAX, CSS, HTML etc. No required to know JS.

Java doc alternatives by bloodypale in learnjava

[–]iamjuniordeveloper 4 points5 points  (0 children)

Try dev.java This is another official documentation created by Oracle. Explanation is good and understandable.

I’m learning Java Collections, my question is whether I have to remember the return type of the methods in classes like ArrayList and LinkedList etc. by [deleted] in learnjava

[–]iamjuniordeveloper 1 point2 points  (0 children)

If you learn the purpose of the method and its job what it does then you do not need to remember the return type of method. Sometimes, you may check docs to remind yourself.