About
Abhinav Gupta
Passionately โค๏ธ empowering global businesses with Tech ๐กsince 2004.
Abstractly
Featured at TrailheadDX 2019 (India)
Abhinav Gupta is a tech leader specializing in Salesforce and Web3 technologies. Heโs been delivering software for worldwide enterprises since 2004 and frequently speaks at various domestic and international tech events. Abhinav was the first Salesforce MVP from India, a title heโs held for eight years.
In 2022, he focused on learning Web3 and earned a Blockchain certification from IIT Kanpur. He co-authored the book Force.com Tips & Tricks and has made notable open-source contributions.
Speaker Journey
Since 2012, Abhinav is delivering sessions/presentations/webinars on Salesforce, Web2, Mobile and Web3 in many domestic IRL(In Real Life) and online meetups, community events like Dreamin and international events like Dreamforce.
2011 - Became Indiaโs 1st Salesforce MVP
1st from India to be rewarded with MVP (Most Valuable Professional) title in 2011, renewed the same for eight consecutive years for Salesforce platform expertise, and contributions towards Trailblazer community.
Judged $1Million hackathon at Dreamforce 2014.
I am honoured and humbled to be a judge in the final round of $1 Million hack at #DF14, along with other solid jury panel and talented hackers.
๐๏ธ TAGS - My Salesforce Podcast
It started in 2024 with a mission to converse with Salesforce experts from diverse backgrounds and experiences.
Watch on YouTube | Listen on Spotify, Amazon, Apple, etc.
5x Salesforce Certified
Web3 Certifications
Abhinav spent most of his 2022 acquiring and learning Web3 technologies, including a professional certification course from reputed IIT Kanpur about โBlockchainโ. He is well versed with NFTs(Art, PFP, Token Gating, etc.) and how various Smart Contracts and other stuff are tied up together.
Co-authored a Salesforce Book In Janโ13
Author of internationally-selling Cloud Computing and Salesforce book โForce.com Tips & Tricksโ
Education
Master of Computer Science [M.Sc]
โBโ level (DOEACC) - equivalent to MCA (Masters in Computer Applications).
Bachelors in Computer Application (BCA)
Open Source Contributions
Tolerado for Salesforce APIs
โTolerado: Java Client Wrappers for Salesforce SOAP web servicesโ is a SOAP + Java + Salesforce integration framework to support transparent retrying of recoverable exceptions rather than failing hard and caching session IDs to save API calls. It's a pretty popular lib for SOAP-based integrations. It is featured in the Salesforce developer blog and a book named โSalesforce Handbookโ by Salesforce MVPs Wes Nolte and Jeff Douglas.
References:
View on Google Code
Move to GitHub now, as Google code is shut down. Find the project on the following links:
https://github.com/abhinavguptas/tolerado-salesforce-web-services-client-wrappers
https://github.com/abhinavguptas/tolerado-sfdc-wsc-apis
Salesforce Lookup Rollup Summaries
145 โญ๏ธ 90 ๐๐ผ
This library contains a key class called "LREngine" i.e. "L"ookup "R"ollup Engine, which:
Performs rollup on multiple such fields in a single aggregate SOQL query.
Allows easy addition/removal of new fields to rollup as requirement changes over the span of time.
A developer needs to write only a single trigger for multiple rollup fields.
Allows the developer to filter the child records getting rolled up, just like standard roll-up summary fields.
Highlights
Related Article in Salesforce Tech Library by Andrew Fawcett
Used in popular GitHub project declarative-lookup-rollup-summaries.
References
Apex Fast XML DOM
Apex wrapper on Apex DOM classes(Document, XmlNode). It exposes W3C DOM API for XML manipulation, which is pretty popular and known to most developers, so saves development time and cost on integration projects. It's pretty popular and featured in Mar'10 Salesforce developer newsletter as well.
References
โญ๏ธ Featured in official Salesforce March 2010 Developers Newsletter
Original Google Code hosting - https://code.google.com/archive/p/apex-fast-xml-dom/
Migrated listed on GitHub from Google Code - https://github.com/abhinavguptas/apex-fast-xml-dom/