Adam Osiecki

Adam Osiecki

Freelance Salesforce Developer

Freelance Salesforce developer, passionate about delivering well-crafted solutions, always willing to walk an extra mile to get the job done. Working with Salesforce platform since 2017.

Adam Osiecki LinkedInAdam Osiecki GitHub
Flow
Learning
Apex
LWC
SFDX
Bulkification in Flows
March 5, 2025

Bulkification in Flows

Bulkification is a fundamental principle in Salesforce automation, ensuring that Flows and Apex processes handle multiple records efficiently instead of processing them one by one. While Salesforce claims that Flows automatically bulkify actions, developers must actively design for bulk operations to prevent hitting governor limits. This article explores how Flow bulkification works, highlights common antipatterns, and provides best practices to optimize performance in record-triggered Flows.

Apex CPU Benchmarking
July 28, 2023

Apex CPU Benchmarking

Have you ever encountered the infamous Apex CPU time limit exception? Check out this post to see how to efficiently measure the performance of your Apex code.

System.Assert Class vs System.assertEquals methods
November 7, 2022

System.Assert Class vs System.assertEquals methods

Salesforce released new Assert methods in Winter 23. Are they better or worse than existing assert methods? Should we replace the old ones with new methods? Check this article to find out!

How to check if list is empty in Apex
October 14, 2022

How to check if list is empty in Apex

Do you know what is the best way to check if the list is empty in Apex? Find out how to do it like a pro!

Hangman Game Built with LWC
September 21, 2022

Hangman Game Built with LWC

Learn how to build hangman game using LWC and vanilla JS

Showing 5 of 5 results