Everything About AI Agents: what they are, how they really work, and why they are not just chatbots
A practical guide to AI agents: architecture, memory, tools, planning, the agentic loop, real-world limits, and concrete use cases.
Welcome to my collection of articles. Mostly about software, systems, and experiments.
A practical guide to AI agents: architecture, memory, tools, planning, the agentic loop, real-world limits, and concrete use cases.
Understanding and avoiding the most common mistakes developers make with async/await in JavaScript, including unhandled rejections, sequential vs parallel execution, and error …
Understanding debouncing and throttling in JavaScript to optimize event handlers, API calls, and user interactions for better performance and user experience.
Understanding different communication patterns between Lightning Web Components, including parent-child communication, pub/sub, and when to use each approach.
How to recursively remove Salesforce’s injected attributes metadata from nested JSON objects to simplify comparisons, API calls, and logging.
Understanding Salesforce governor limits and how to write bulkified Apex code that processes multiple records efficiently without hitting runtime exceptions.
A standalone Windows executable tool I built to extract and download files from Salesforce ContentDocuments, supporting both Session ID and Username/Password authentication …