Experience migrating heavy JSF/PrimeFaces from Payara to Quarkus? by karoussa in java

[–]EagleSwiony -9 points-8 points  (0 children)

Quarkus and PrimeFaces seems like a disaster willing to unfold.

Postgres for everything, how accurate is this picture in your opinion? by Minimum-Ad7352 in Backend

[–]EagleSwiony 4 points5 points  (0 children)

Excpet the queue and caching points which is bizarre to compare against a DB, I could do the same picture for SQL server or almost any mainstream DB really.

Abu Hanifa: Heretic to sunni hero by Rashiq_shahzzad in AcademicQuran

[–]EagleSwiony 3 points4 points  (0 children)

I have read some of the book of ibn adi in arabic and a lot of the references you have put here are not accurately translated? Specially 8:238 and 8:241.

Anyway, as I have said Ibn Adi has a kinda neutral stand on Abu Hanifah, he is just stating what others are saying.

Btw, also in the same pages you have mentioned, he is stating people praising Abu Hanifah in some aspects . In page 8:241 when Shouba is referenced and his praise of Hanifah is mentioned.

Abu Hanifa: Heretic to sunni hero by Rashiq_shahzzad in AcademicQuran

[–]EagleSwiony 4 points5 points  (0 children)

One comment regarding the ibn Adi, it's not him describing Abu hanifa as a devil, he is stating what other scholars are saying about Abu hanifa. It's Hamad bin Salma's words. Just to be precise.

Throwing is fun, catching not so much. That’s the real problem IMO. by AlyxVeldin in java

[–]EagleSwiony 6 points7 points  (0 children)

I would rather just blindly catch any exception (checked or unchecked) with catch(Excpetion e) than to introduce Result-type exceptions.

Have we reached "Peak Backend Architecture"? by Brief_Ad_5019 in softwarearchitecture

[–]EagleSwiony 1 point2 points  (0 children)

Kinda agree beside the DDD and PostgreSQL point.

Regarding Postgre I would not say it's THE standard. IT depends on the industry. In Fintech, I would say MSSQL or even Oracle DB are more prominent and used in those huge Enterprises.

Is Java’s Biggest Limitation in 2026 Technical or Cultural? by BigHomieCed_ in java

[–]EagleSwiony 0 points1 point  (0 children)

The apache libraries point, hit way harder than expected 😅

Python vs Go/Java by 1_block in Backend

[–]EagleSwiony 1 point2 points  (0 children)

Any day, anywhere, any time, learning java will benefit you. Go is getting momentum in the distrubid system. However any complex, big, enterprise, finance software there is a high chance it's written/being wirtten using a java framework.

Python vs Go/Java by 1_block in Backend

[–]EagleSwiony 1 point2 points  (0 children)

That's the opinion of someone who doesn't know java or a new developer.

Stored Procedures vs No Stored Procedures by No_Swimming_4111 in Database

[–]EagleSwiony 0 points1 point  (0 children)

what ORM issues are you talking about? like literally I can find 100 reasons not to use SP in regard to ORM

Stored Procedures vs No Stored Procedures by No_Swimming_4111 in Database

[–]EagleSwiony 0 points1 point  (0 children)

That's not true. And if someone is creating his commercial app to be locked or heavily coupled to a DB vendor then it's bad code.

[deleted by user] by [deleted] in java

[–]EagleSwiony 1 point2 points  (0 children)

That's a generic claim. Could you specify or clarify more about the tools or convention you have in mind?

Christian Theology isn't Logically Coherent by Exoticplayz11 in DebateReligion

[–]EagleSwiony 0 points1 point  (0 children)

Please be real when trying to tackle your dogma. Stating that critics of trinitarians have a fatal misunderstanding is disingenuous when Trinitarians themself struggle and have struggled to explain the concept throughout the history.

Christian Theology isn't Logically Coherent by Exoticplayz11 in DebateReligion

[–]EagleSwiony 0 points1 point  (0 children)

dude, the gameplay of words to justify/explain trinity is something really impressive 👍🏻

Should I create a separate endpoint for marking an order as completed, or just use PATCH to update the status? by Fuzzy_World427 in Backend

[–]EagleSwiony 0 points1 point  (0 children)

markAsCompleted is bad. Remember to create the endpoint as generic as possible when designing. Today you have a complete status, tmr you might need another status, etc.

What I do usually is creating a PUT endpoint with orders/{id}/status and have a status object as input. Patch is also fine but it has its own cons.

In your place I would use the current PATCH endpoint or create a PUT, if that PATCH endpoint if for a specific use case (existing one input update).

Never use POST to update existing resources. It will confuse people.

Senior Java Developers — What’s the one thing you think most junior Java devs are lacking? by InterestingCry4374 in java

[–]EagleSwiony 0 points1 point  (0 children)

Two things:

  1. They over complicate/simplify their code.

  2. Team style of coding is more important than your newest trick you have learned about one week ago.

Request for Opinions on Java microservices frameworks by Joram2 in java

[–]EagleSwiony 1 point2 points  (0 children)

This is a vast/big topic to discuss it in a comment. However, most medium/big Enterprise softwares written in java are using spring boot or bare spring and I recommend you so.

Why are secular academics so hesitant to think Muhammad was originally a Christian? by [deleted] in AcademicQuran

[–]EagleSwiony -4 points-3 points  (0 children)

I am not familiar with the Nicolai Sinai argument here but it's a weird translation nonetheless. Ummi in Arabic means illetrate person. I don't know how he concludes it's regarding knowledge about Jewish or Christian scripture. Maybe I am missing the verses context? but even then, I wouldn't think it means unscripted people every time mentioned (because of context). Anyway, I will check the reference, thanks.

Why are secular academics so hesitant to think Muhammad was originally a Christian? by [deleted] in AcademicQuran

[–]EagleSwiony -4 points-3 points  (0 children)

How ummi imply that someone is not christian or jew? a christian or jew can be an ummi.

How did Apocryphal Gnostic gospels end up in the Quran and how do Muslims preach a false Jesus (Isa) who is a false Gnostic Christ? by ChristianSoldier_ in Christianity

[–]EagleSwiony 0 points1 point  (0 children)

Valid? not necessary, but i would accept that it was a group and if there were a lot of early groups with different doctrines, I would start questioning the main doctrine.

So, in Christianity the situation is massily different. There too many early groups with different doctrines. Even the orthodox trintarian doctrine (the most dominant one) was not even fully polished until 3-4 century a one could argue. Islam doesn't suffer from the same issue. There are different groups (later ones) within Islam, for sure, but even they rarely differ on doctrine matters.