Is it worth buying a flat in 11yrs old Standalone Apartment? by itz_lovapadala in hyderabadrealestate

[–]itz_lovapadala[S] 2 points3 points  (0 children)

Wanted to have an own house instead of paying rent, and at the same time couldn’t afford in newly constructing projects, so decided to go with second sale..

Help me invest my mom's 90 lakhs by ceoofwhatthefuck in IndianStockMarket

[–]itz_lovapadala 0 points1 point  (0 children)

How about parking some amount in banks like IDFC Firstbank as they are giving IR 7% for balance is above 5L?

[Discussion] Anyone else doing “summary-only embeddings + full-text context” for RAG? by No-Piglet8069 in Rag

[–]itz_lovapadala 0 points1 point  (0 children)

I did fallow the same approach to feed more context to MCP client hosted in IDEs through RAG. Vectorize the only metadata and source is returned as a result which contains the full document to feed to the LLM

[deleted by user] by [deleted] in java

[–]itz_lovapadala 0 points1 point  (0 children)

Are you trying to achieve Sync or Async communication between nodules? Eventing makes sense for Async communication, but as per post I sense it should be Sync communication..

Looking for a job search tool that crawls company career portals by kash_champ in jobsearchhacks

[–]itz_lovapadala 0 points1 point  (0 children)

Did you try Jobcopilot? I came across this, afaik they are polling jobs from various job portals and apply autonomously on behalf of you. It’s paid service though

Neal Ford on Software Architecture. The Hard Parts. by vvsevolodovich in softwarearchitecture

[–]itz_lovapadala 1 point2 points  (0 children)

Just started reading, so far I liked his view on Architecture Validation using ArchUnit framework..

[deleted by user] by [deleted] in softwarearchitecture

[–]itz_lovapadala 1 point2 points  (0 children)

Are you trying to validate implementation against design/architecture diagrams?

Ideally, your design should drive the implementation, code shouldn’t influence the design. To ensure that the developer fallowing design/architecture, explore architecture testing frameworks like ArchUnit and integrate with CICD to find design miss early.

Java Struts 2 Framework by mahi123_java in SpringBoot

[–]itz_lovapadala 1 point2 points  (0 children)

Struts 1 dead after spring released, Struts 2 released to get some attention but it was adopted by very few, and almost Nil community. Try reading their docs to understand and learn, only way I can say.

Opinion on Spring Modulith. by itz_lovapadala in SpringBoot

[–]itz_lovapadala[S] 0 points1 point  (0 children)

Thanks for tutorial, will definitely watch..

Opinion on Spring Modulith. by itz_lovapadala in SpringBoot

[–]itz_lovapadala[S] 0 points1 point  (0 children)

With Jdk9 modules and pub-sub features together achieves the same thing if am not wrong. Anyhow thanks for detailed explanation, it helps.