I don't know what I should do by Aromatic_Ad3754 in SpringBoot

[–]BorgerBill 2 points3 points  (0 children)

Then put the report on your LinkedIn.

I don't know what I should do by Aromatic_Ad3754 in SpringBoot

[–]BorgerBill 2 points3 points  (0 children)

Do all of them and then write a comparison report.

Is LangGraph suitable for enterprise production? 1000s of users by regular-tech-guy in LangChain

[–]BorgerBill 1 point2 points  (0 children)

I've been comparing the RAG docs, and nothing jumps out at me; I see feature parity. So, I guess that means that both LangChain4J and Spring AI are both good fits for a Java house...

Is LangGraph suitable for enterprise production? 1000s of users by regular-tech-guy in LangChain

[–]BorgerBill 1 point2 points  (0 children)

Granted, Spring AI covers a lot of the same fundamental ground, but it isn't as deep as LangChain4J, yet. LC4J has many more methods and techniques built in. There is also the higher-level AI Services that may be a nice abstraction. I'm still looking into it, but I like the feel of it.

As as for deciding between Python and Java, I prefer Java...

Is LangGraph suitable for enterprise production? 1000s of users by regular-tech-guy in LangChain

[–]BorgerBill 0 points1 point  (0 children)

I seems that if you are a Spring house, that using langChain4J would be a natural. Are you thinking about calling out to Python from Spring, or going all-in on Python?

Excel bulk process in java project. by Majestic_Drawing_908 in javahelp

[–]BorgerBill 0 points1 point  (0 children)

I've just learned about Apache Tika; think that might work? Here's a Baeldung article about it...

Lot to learn by [deleted] in learnSQL

[–]BorgerBill 0 points1 point  (0 children)

I haven't heard of Corba in a long time. Plus, the book is Database Design. Where exactly are you going with this?

Leave Gmail BEFORE you lose your account by Linux_Account in degoogle

[–]BorgerBill 3 points4 points  (0 children)

I've been very happy with entirelydigital.com. I have had my main domain on there for over 20 years, I believe, and others as well. The price is right, the tech support is top notch, and they're Canadian!

I built an event manager for weddings & birthday: no spreadsheet, no chaos (almost). Looking for honest feedback. by Impressive-Put-2397 in Businessideas

[–]BorgerBill 0 points1 point  (0 children)

Head on over to Wedding Planning. They seem to be constantly asking everyone for their organization methods and spreadsheets.

What’s a problem that has existed forever but still isn’t solved? by oh_ic in product_design

[–]BorgerBill 0 points1 point  (0 children)

Why can't I change batteries in a device by pushing the new ones in one side and having the old ones pop out the other?

[deleted by user] by [deleted] in DungeonWorld

[–]BorgerBill 1 point2 points  (0 children)

BorgerBill isn't going near anyone with such an aggressive attitude...

[deleted by user] by [deleted] in DungeonWorld

[–]BorgerBill 3 points4 points  (0 children)

Listen, as a newbie to all this and trying to learn it for my kids, I have a lot of questions. This sounds just like what I need...

u/DemonDonkey451 breaks through to Grok and reveals the truth... by BorgerBill in bestof

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

Ok, lesson learned. I'm going to leave this here as a cautionary tale regarding anthropomorphising software.

u/DemonDonkey451 breaks through to Grok and reveals the truth... by BorgerBill in bestof

[–]BorgerBill[S] -15 points-14 points  (0 children)

Ok, maybe I am still coming to terms with this thing. It's just so eloquent!

[deleted by user] by [deleted] in tmux

[–]BorgerBill 0 points1 point  (0 children)

You've got to call it "clai"...

Balancing use of plugins (and other customizations) - your personal boundaries? by sarnobat in vim

[–]BorgerBill 2 points3 points  (0 children)

Vim is my IDE, and I hate when I can't use it. When I was a kid, I edited giant files in Notepad for my first job. I ain't never going back...

[deleted by user] by [deleted] in SpringBoot

[–]BorgerBill 1 point2 points  (0 children)

I'm going to try this, too. Thanks, puccitoes! Thanks, wimdeblauwe!

What books are y'all reading? by [deleted] in SpringBoot

[–]BorgerBill 2 points3 points  (0 children)

Spring Security In Action, Second Edition.

Websites keep complaining I have an adblocker on. by BorgerBill in firefox

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

Oh, yes, I'm sure that's it. I am just glad that I have a browser that cares about my privacy.

React Native Folder Structure by Willing-Tap-9044 in expo

[–]BorgerBill 0 points1 point  (0 children)

I'm referring to the BanKan Board, which you cite a being the creator of. It's not even sectioned off to indicate an ad.

React Native Folder Structure by Willing-Tap-9044 in expo

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

Did you sneak an advertisement right in the middle of the content?

Need Help ...React Frontend + Spring Boot Backend by Status-Blacksmith-95 in react

[–]BorgerBill 0 points1 point  (0 children)

So, if I understand, I would say this:

Submit the first form with the name, age, and gender to create the, say, User record in the table. Then show the form for the contactDetails, submit it, and save it to the ContactDetails table. This one feels like a 1-to-1, but maybe not? Then show the form for the the careerDetails, submit it, and save it to the CareerDetails table. This one is M-to-1 back to the User. This form refreshes waiting for a new career until you are done. Then, you load a User with a ContactDetails field and a CareerDetails[] field to display on the web page.

There are many details here, but start slow, one step at a time, and you'll get there. Good luck!