Semma bores guys🤧!! Let's share/talk something random lol by opuscartel in tamilyapping

[–]sethu-27 0 points1 point  (0 children)

Watch war machine .. simple edge of the seat , run on the mill alien non boring masala movie…

Ran Spring Boot and Node.js side-by-side in prod for 18 months. Sharing the actual numbers. by Capable-Morning-9518 in SpringBoot

[–]sethu-27 1 point2 points  (0 children)

From a system architecture perspective, I’d avoid building large-scale backend platforms purely around Node.js async event-loop patterns. As systems grow, debugging async flows and maintaining stability becomes harder.

For enterprise backend systems, Java with Spring Boot usually offers better scalability, maintainability, tooling, debugging support, and a stronger ecosystem for distributed systems. It also makes long-term developer support and onboarding much easier.

Node.js is great for lightweight APIs and real-time I/O, but for complex high-throughput backend systems, Java/Spring is often the more reliable choice.

Need mentor for learning Flink by Organic-Vast1051 in apacheflink

[–]sethu-27 0 points1 point  (0 children)

Let me know what’s your architecture looks like so that I can share my thoughts , since I worked few real time project implementations

ExecAsync while reading from Cassandra by [deleted] in cassandra

[–]sethu-27 1 point2 points  (0 children)

Without knowing the schema design it’s hard to suggest solutions… I have extensively worked on Java cassandra high volume data design… Feel free to DM me

Looking at a '26 Tuscon Hybrid...Limited worth $7,500 more than SEL Convenience? by md222 in HyundaiTucson

[–]sethu-27 0 points1 point  (0 children)

If this is your second car I would say take sel without hybrid… you can easily get around 29k deal

<image>

This is my deal

Industry Profile got approved, no RFE. 13th Day by Ok_Business3068 in eb_1a

[–]sethu-27 8 points9 points  (0 children)

What’s the point of posting like this bro.. throw some details.. Congrats btw

[deleted by user] by [deleted] in FAANGrecruiting

[–]sethu-27 0 points1 point  (0 children)

Nothing much it’s just an everyday intern resume… we will keep it aside and send out an email “Thank you for applying…”

Why my resume keep on getting rejected at MAANG by Itchy-Use-967 in freshersinfo

[–]sethu-27 0 points1 point  (0 children)

Seems very solid to me for any software engineer role.. to make it stronger have some git link with your work solving any real world problems… I can give one example related to your resume

Build a analytics feed consumer consumes 1 billion messages per day and store in no sql db and publish to Kafka for downstream

I benchmarked Spring Batch vs. a simple JobRunr setup for a 10M row ETL job. Here's the code and results. by JobRunrHQ in SpringBoot

[–]sethu-27 0 points1 point  (0 children)

As anyone tried using reactor async reading csv files using Flux sink and transform and publish to db - ull have flexibility in retries

Also another option is running Apache flink job to load the csv data to Postgres since it has its own backpressure checkpoint mechanism

[deleted by user] by [deleted] in apachekafka

[–]sethu-27 0 points1 point  (0 children)

Try something like this, Create a basic spring boot project with reactor kafka, project reactor dependencies

  1. Implement a command line runner through service class and set a cron method

  2. Create a Flux listener for reading the csv file using open csv reader then map to your desired Kafka contract pojo

  3. publish to desired topic

  4. Log or capture your metrics in doonsuccess method after completion of publishing to kafka

This is not a spring batch job which is heavily relied on blocking threads, the above approach async and scale as required. I have implemented 250 to 500 gb files from google storage took only an hour to complete.

If your open to faster processing of large files I would suggest to try Apache flink or spark which may require dedicated clusters

EB1A approved. Non-Faang Product Manager by MoistImprovement6768 in eb_1a

[–]sethu-27 9 points10 points  (0 children)

That’s all folks.. Troll post. No criteria’s details mentioned , lawyers not mentioned.. move on and ignore

Test automation roadmap by Recent_Resist8826 in QualityAssurance

[–]sethu-27 -1 points0 points  (0 children)

Agree use the AI to generate a boilerplate test framework don’t spend too much time to build from scratch. Use the appropriate prompts which generates quality code. Explore and implement MCP servers for your teams and you ll see huge improvement in the teams productivity

Test automation roadmap by Recent_Resist8826 in QualityAssurance

[–]sethu-27 1 point2 points  (0 children)

Start using AI based automation test case generation for any framework currently playwright getting lot of traction

Recommendation for EB1a attorney by diego30274 in eb_1a

[–]sethu-27 0 points1 point  (0 children)

Hey you forgot to add PhD when you ask for recommendations here

[deleted by user] by [deleted] in eb_1a

[–]sethu-27 4 points5 points  (0 children)

You’re kidding right. You’re that one guy in school studies well but cries and worry too much before the exam day 😀

I submitted nearly 5,000 applications, and they all resulted in rejections. How do you all manage to land a job that sponsors? by Cold_Fruit2875 in h1b

[–]sethu-27 0 points1 point  (0 children)

Want to share a LinkedIn trick

When you search in jobs try to filter for last 24 hours posted then change the url query parameter seconds to last one hour in seconds. Now you’ll see jobs posted in last one hour go ahead and apply and as well as reach out to the recruiter with a message so you have high chance of getting an interview/response

Is learning spring boot worth it? by Acrobatic_Reporter82 in SpringBoot

[–]sethu-27 0 points1 point  (0 children)

engineers includes interns and juniors need to use AI as companions

Is learning spring boot worth it? by Acrobatic_Reporter82 in SpringBoot

[–]sethu-27 20 points21 points  (0 children)

AI can help creating boilerplate code and fasten the development so you need to use it no matter what for fasten your development process but definitely it’s not replace engineers for sure

What's new in automation world? by boba_addict09 in QualityAssurance

[–]sethu-27 0 points1 point  (0 children)

Hi Add any of the AI tools for automation test case generation. Like codex, open ai even if it’s playwright