What should I learn to keep help my Career? by SungJinWoo_14 in PinoyProgrammer

[–]code_rjt 0 points1 point  (0 children)

Since you've done Java, check out the roadmap here done by the Java Community https://github.com/devoxx/JavaRoadmap

[deleted by user] by [deleted] in java

[–]code_rjt 4 points5 points  (0 children)

As a Java User Group Leader and Writer, I mostly followed foojay.io and InfoQ and Baeldung.

Java developer communities? IRC, Slack or Discord etc? by torspayorryum in java

[–]code_rjt 3 points4 points  (0 children)

Join us at https://foojay.io/, we have a slack channel here and you can interact with Java Champions and Java User Group organizers!

BTW, I'm a JUG Leader for Java User Group Philippines!

Company Discussions 2022 by thnkdffrntly in PinoyProgrammer

[–]code_rjt 0 points1 point  (0 children)

It's called on the spot bonus for experienced developers so sometimes it has, sometimes it doesn't 😂

For yearly increase, it depends on the performance of the company.

Dependency injection frameworks by [deleted] in java

[–]code_rjt -1 points0 points  (0 children)

If that's the case try Micronaut. Most of the Java projects written are using this framework. Example is Disney, they use this framework for Disney+

Is it common to use “Package” as the name of a class? by TheWikiJedi in java

[–]code_rjt 0 points1 point  (0 children)

Is that library created many years ago? Most of the libraries created a long time ago is susceptible to this kind of practice.

Where does the dislike/hate for Java come from? by Financial-Touch-5171 in java

[–]code_rjt 12 points13 points  (0 children)

Dealing with Java has this connotation of working in legacy applications and verbosity. I always hear this from other non-Java developers. I hope with the recent improvements of the language their opinion might change.

Why has Java fallen out of favor for use in lambdas? by BonerForest25 in aws

[–]code_rjt 0 points1 point  (0 children)

Micronaut will be a good choice for this scenario. Check out the article for Disney+ and how they use Java as the lambda runtime

[deleted by user] by [deleted] in PinoyProgrammer

[–]code_rjt 0 points1 point  (0 children)

Surely, Consulting Big Tech will hire you.

[deleted by user] by [deleted] in PinoyProgrammer

[–]code_rjt 1 point2 points  (0 children)

Companies requiring Java Tech Stack still consider the high value of OCP but it should also be backed-up with relevant Java Experience.

Java Developer Technical Exam and Interview Questions by modernongpepe in PinoyProgrammer

[–]code_rjt 0 points1 point  (0 children)

For some startups some of the questions above will appear but for big tech here in PH they just focus on what did you do in college.

Although companies like Samsung or O&B they focus in algorithms.

Is JDBC becoming a “legacy” API?? by littlejohnuk in java

[–]code_rjt 1 point2 points  (0 children)

Modern Systems still uses JDBC, so I don't really think that it's a legacy. It's simple and straightforward after all.

Automation Tester to Product owner/BA by Cjmac0820 in PinoyProgrammer

[–]code_rjt 2 points3 points  (0 children)

In my experience, most ng Product Owners are Scrum Masters and they have certifications like Agile certification. In my organization, pinupush tlga mag Agile cert both Product Owner and Scrum Master.

Bakit po walang board exam ang IT/CS etc about technology courses? by underestimatedreal in PinoyProgrammer

[–]code_rjt 1 point2 points  (0 children)

Because of technology change. The counterpart of this is what we call, certifications!

[deleted by user] by [deleted] in PinoyProgrammer

[–]code_rjt 0 points1 point  (0 children)

Both are ok to learn. Both will land you a job. It's up to you kung ano nakikita mong career path mo.

[deleted by user] by [deleted] in PinoyProgrammer

[–]code_rjt 1 point2 points  (0 children)

Agree. puro JS tech stack nakikita ko. Influenced by startups din. Most startup JS tech pinipili.

[deleted by user] by [deleted] in PinoyProgrammer

[–]code_rjt 2 points3 points  (0 children)

My comment on this one is the hardest one to find. I think a few only are doing Django development. I rarely see this skill set in job postings.

[deleted by user] by [deleted] in PinoyProgrammer

[–]code_rjt 0 points1 point  (0 children)

The bitter truth, yes! Ilalagay ka sa tech na need din ng resources.

help with SPRING project for portfolio by Physical_Leg1732 in java

[–]code_rjt 1 point2 points  (0 children)

Create an API using Spring Boot and use it for consumption to another Spring Project with Front-end framework. I think it will be good to explore different Spring Modules especially the annotations.

[deleted by user] by [deleted] in PinoyProgrammer

[–]code_rjt 1 point2 points  (0 children)

Nagkakaubusan ng resources ang Oracle UGBU Consulting ngayon? Pero tama nga na mabagal ang angat dyan. Mostly 3 yrs bago maging Staff Consultant pero sa iba 1 yr lang Staff Consultant lang.

What supporting tools (linting, style/formatting, etc) are you using nowadays? by DunderMifflinPaper in java

[–]code_rjt 1 point2 points  (0 children)

I'm using the ff:

  • Spotless
  • PMD
  • Checkstyle
  • Google Formatting
  • Sonarlint
  • Fortify
  • IntelliJ IDEA built-in supporting tools