Category: Programming
-
List
vs. Iterable : Understanding the Core Difference for Salesforce Apex As Salesforce developers, we’re constantly working with data – retrieving records, manipulating lists, and presenting information effectively. In this article, we’re diving into a seemingly subtle but crucial distinction: the difference between List<String> and Iterable<String> in Apex. They appear same? Initially, the difference might seem negligible. If you’re simply iterating through a List<String> using a FOR loop, the results are identical to iterating…
-
Cost of SOQL Queries
Note: This study is based on limited data available in Developer Org & discuss the points from an high level. In complex instance & large volume of data, one might see a difference in the observations. Before starting, let’s setup the environment. Head up to the Developer Console in Salesforce and toggle the Debug Levels…
-
First Impressions of Rust: A Newcomer’s Perspective
RUST programming language elevates System Programming needs, Reliability & make programming FAST. Fast as in Development, Distribution and Performance. I am writing this article in a developer hat. While, I was trying some simple initial concepts, I noted some pointers. It is an as-is dump of those notes. Let’ go! Conclusion Overall this language is…