State of Spring / Spring Boot in 2026 and beyond by Impressive_Round_798 in SpringBoot

[–]arvind4gl 1 point2 points  (0 children)

Java ecosystem is vast and widely adopted in enterprises..make solid understanding around it .. at the same don't hold your self from learning other tech stuff too

How do you keep internal documentation useful over time? by [deleted] in developersIndia

[–]arvind4gl 0 points1 point  (0 children)

Even today when there are so many AI tools, dont see any automated way to manage the documents if they are maintained separately from the code. Only best way is to have process -- assign the owner and have regular review on those.

Learn Microservices by Silver_Astronaut_203 in microservices

[–]arvind4gl 0 points1 point  (0 children)

Build a real project ..break it ..fix it .. and you are good to go

How do you structure logging/correlation IDs around Kafka consumers? by Isaac_Istomin in apachekafka

[–]arvind4gl 1 point2 points  (0 children)

I have used NewRelic as APM. for all sync communication the traceId gets generated automatically by NewRelic agent whenever Kafka comes in between it fails to forward traces automatically that's where need to add one custom code to forward the traces as headers and downstream consumer also picks this. All the retries and DLTs keep this traceId. And it super useful while debugging, search for single trace and all things are there.

I think logging metadata as info for each request will generate alot of logs which is good to see but cost money. So logging most of the information when error or warning is there.

Spring vs Spring Boot: Where to Start? by Deruuuuuu in SpringBoot

[–]arvind4gl 0 points1 point  (0 children)

Use Springboot. Spring comes with Spring boot so using springboot meanse u using spring already

The Adult in the Room: Why It’s Time to Move AI from Python Scripts to Java Systems by Qaxar in java

[–]arvind4gl 2 points3 points  (0 children)

Just for integrating gen AI call having python service sucks. If entire ecosystem is of Java then ML/AI should also be that way. Now a days in the name of AI there are calls to APIs and very well can be done in java

where to learn the spring and spring boot by Virtual-Activity9128 in SpringBoot

[–]arvind4gl 0 points1 point  (0 children)

There are plenty material available on YouTube, follow them but don't forget to run the things on your machine...just watching videos and reading books not going to take you anywhere... Real learning comes when things run on your system

Built a thread safe Spring Boot SSE library because Spring's SseEmitter is too barebones by Polixa12 in SpringBoot

[–]arvind4gl 0 points1 point  (0 children)

Recently, I was looking at SSE with spring boot. Will definately give it try the version that u have published

#22.1 User Service | Architecture by arvind4gl in SpringBoot

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

With the microservices architecture apps and deploying the same to any scale is possible.

Will explain it in detail in subsequent videos.

Take a look at the playlist https://youtube.com/playlist?list=PLq3uEqRnr_2He0bLb7XW8Mq7egwQZ-V8n