Hi, I'm Andrea.
Software enjoyer building systems and exploring ideas at the intersection of code, data, and everyday life.
Latest Articles
-
Common Async/Await Pitfalls in JavaScript and How to Avoid Them
December 3, 2025Understanding and avoiding the most common mistakes developers make with async/await in JavaScript, including unhandled rejections, sequential vs parallel execution, and error handling patterns.
-
Debouncing and Throttling in JavaScript: Performance Optimization Techniques
December 3, 2025Understanding debouncing and throttling in JavaScript to optimize event handlers, API calls, and user interactions for better performance and user experience.
-
Lightning Web Component Communication Patterns in Salesforce
December 3, 2025Understanding different communication patterns between Lightning Web Components, including parent-child communication, pub/sub, and when to use each approach.
-
Removing properties JSON Objects (Aura & LWC)
December 3, 2025How to recursively remove Salesforce’s injected
attributesmetadata from nested JSON objects to simplify comparisons, API calls, and logging. -
Salesforce Governor Limits and Bulkification: Writing Scalable Apex Code
December 3, 2025Understanding Salesforce governor limits and how to write bulkified Apex code that processes multiple records efficiently without hitting runtime exceptions.