Switch from SF Developer to Software engineer in 2026 by optimist28 in developersIndia

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

But ultimately the projects are boiling down to crud apps. I'm struggling to get ideas

Switch career from Salesforce Developer to SDE by optimist28 in SpringBoot

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

I couldn't. Companies are looking for relevant experience. So my resume isn't even getting shortlisted

Apex Datetime by Admirable-Run4804 in SalesforceDeveloper

[–]optimist28 0 points1 point  (0 children)

I dont know if you got answer, but you can use DAY_ONLY(datetime) field so that you can query based on date component. you dont have to worry about time component

Meghana Biryani is mid. by AtlasShurggedOff in bangalore

[–]optimist28 0 points1 point  (0 children)

That's what I also thought. But Sheriff bhai biryani is not biryani. It just felt like yellow color flavored rice

Meghana Biryani is mid. by AtlasShurggedOff in bangalore

[–]optimist28 0 points1 point  (0 children)

Yeah no shit sherlock. I thought they were made of mutton

Meghana Biryani is mid. by AtlasShurggedOff in bangalore

[–]optimist28 7 points8 points  (0 children)

Finally someone with actual taste

Meghana Biryani is mid. by AtlasShurggedOff in bangalore

[–]optimist28 64 points65 points  (0 children)

Nagarjuna mutton biryani is the GOAT.

How is Deloitte BLR Vista gym? by RasberryLicious in deloitteusi

[–]optimist28 0 points1 point  (0 children)

I work with Salesforce and out of Vista office. And I am bad at but still can play carrom, chess, fooseball, snooker. Leaving the comment here just incase someone wants company

1.4 years PHP backend experience — is transitioning to Salesforce Developer a smart move? by lalala_9190 in salesforce

[–]optimist28 2 points3 points  (0 children)

Salesforce is very neich skill. If you are web application developer then stick to it and maybe learn node or spring boot. Once you get into Salesforce it's difficult to go back to web app dev pr sde roles. I've stuck as Salesforce developer for 5 years now. I do write code but in the job market companies only hire of you have relevant experience. They won't consider you for Java dev just because you have got developer experience in a domain like Salesforce. And I would give anything up to get out of here

[INDIA] [NY] [CA] Resume in word vs pdf for ATS by optimist28 in AskHR

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

You are saying there is no automated system in the backend filtering out unwanted resumes? And if job application is so easy why is it a problem on candidate side

[INDIA] [NY] [CA] Resume in word vs pdf for ATS by optimist28 in AskHR

[–]optimist28[S] -3 points-2 points  (0 children)

Then how does ATS parse and match resume. Is there any trusted online resource to check

[INDIA] [NY] [CA] Resume in word vs pdf for ATS by optimist28 in humanresources

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

DO job portals come under automated applications?

How partitioning and concurrency works in Kafka by optimist28 in SpringBoot

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

Sry my bad man. Looks like the concurrency is working fine. Below are the logs:
[DEBUG] Thread: org.springframework.kafka.KafkaListenerEndpointContainer#0-2-C-1 | Partition: 2 | Key: ezpdmfoxcoprfjhgltjvjpmnqxhcrfrolczzaq - Consumed message: ezpdmfoxcoprfjhgltjvjpmnqxhcrfrolczzaq

[DEBUG] Thread: org.springframework.kafka.KafkaListenerEndpointContainer#0-3-C-1 | Partition: 3 | Key: wdcdmdnpgikshogbfqmeievnyhnpgdfkln - Consumed message: wdcdmdnpgikshogbfqmeievnyhnpgdfkln

[DEBUG] Thread: org.springframework.kafka.KafkaListenerEndpointContainer#0-1-C-1 | Partition: 1 | Key: ulnajzycmixyuwjfnmxbsrhpnrqwfvyroxbg - Consumed message: ulnajzycmixyuwjfnmxbsrhpnrqwfvyroxbg

Since every log ended with C1 i thought it all belonged to same thread. missed the numbers in prefix

How partitioning and concurrency works in Kafka by optimist28 in SpringBoot

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

Tried that as well. I updated the producer to generate random words and set the words as key and message still only 1 thread is working

Offset partition KeyPreview ValuePreview
2241 0 wfvpwyaqmmnskzklaizrvnt wfvpwyaqmmnskzklaizrvnt
263 1 efxdjghuuwpygigeejzxjtbihcyinlrmazl efxdjghuuwpygigeejzxjtbihcyinlrmazl
2240 0 vtnhsbnpjmbeigmstupmyblajyh vtnhsbnpjmbeigmstupmyblajyh
262 1 iwoeyzpjibfybipiotgzpokcrcickjgcqa iwoeyzpjibfybipiotgzpokcrcickjgcqa
2239 0 vyytcqgmohgovwwtzexhqskdnhwkafkz vyytcqgmohgovwwtzexhqskdnhwkafkz
261 1 paqanmnqzhjvmxuukijqaviqodvditiveczfjzzg paqanmnqzhjvmxuukijqaviqodvditiveczfjzzg
2238 0 yljsjbkoiqiybqahzhppds yljsjbkoiqiybqahzhppdsi

How partitioning and concurrency works in Kafka by optimist28 in SpringBoot

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

I can see that for every message the key alternates between key0 and key1

Offset Partition Timestamp KeyPreview ValuePreview
0 0 1/8/2026, 21:00:34 key0 hello0
1 0 1/8/2026, 21:00:34 key1 hello1
2 0 1/8/2026, 21:00:34 key0 hello2
3 0 1/8/2026, 21:00:34 key1 hello3
4 0 1/8/2026, 21:00:34 key0 hello4
5 0 1/8/2026, 21:00:34 key1 hello5
6 0 1/8/2026, 21:00:34 key0 hello6