
Sreeram Garlapati
@SreeramAparna
Followers
130
Following
3K
Media
38
Statuses
478
dad | hubby | eng@Salesforce | ex-MICROSOFTie | NITW Alumni
Bothell, WA
Joined September 2012
Never did I imagine that I could have the opportunity to play such a vital role in laying the foundation for the entire customer base of a large enterprise like #Salesforce to build upon! . Feeling v.grateful!.
0
0
3
At Salesforce we create that powerful #Customer360 context using #DataCloud. We use an in house peta-byte scale lakehouse (powered by #ApacheIceberg #ApacheSpark & (). I got that unique opportunity to foundate our data layer in the.
1
0
3
AI can’t help much, if we don’t provide it with the relevant context. Those #LLM #prompts need to be augmented with relevant context. Many customers are experiencing our #DataCloud advantage & signing up for our AI platform - #AgentForce. These 3000 AgentForce customers that.
1
0
4
Most problems are hard to solve, the degree of hardness varies by person. Solving these hard problems could be tiring!.Whenever I am solving any of my hard problems, be it at my work or in my life, many-a-times I find myself relyin…
lnkd.in
This link will take you to a page that’s not on LinkedIn
1
0
1
#Databricks just announced an #Openformat for sharing that "single source of truth" - so that any analytics engine can point to your data and instantly process it! : delta-sharing-0.1.0. table metadata layer - on the wire!.
0
0
0
#recursion is often blamed for #performance - while it is us - who got it wrong!.fib(n) = fib(n-1) + fib(n-2) --> O(2^n).fib(n,0,1) = fib(n-1, 1, 1+0) --> O(n).
0
0
1