Did Salesforce’s Massive Outage Work as Marketing for AIforce?
Salesforce suffered a major global outage on September 16, right in the middle of Dreamforce 2026. Here is what happened, what Salesforce reported and why outage planning still matters.
Salesforce suffered a major global outage on September 16, right in the middle of Dreamforce 2026. Here is what happened, what Salesforce reported and why outage planning still matters.
A technical look at the first two days of Dreamforce 2026, covering AIforce, Headless 360, Koa, Missionforce and other announcements that actually matter to Salesforce enthusiasts.
A closer look at the latest Google Drive Library for Apex release and how it helps Salesforce developers manage files, revisions, labels, Shared Drives, permissions, scoped authorization and large downloads directly from Apex.
SOAP API login() starts affecting existing Salesforce integrations in Winter ’27. Learn what changed, how the new Use Any API Auth permission works, how to identify affected integrations, and what you need to do before the final Summer ’27 retirement.
Everyone knows SOAP API login() retires in Summer '27. But a Winter '27 release update nobody is writing about may require the Use Any API Auth permission on every user. Yes, weeks from now, not next year.
A developer walkthrough of the Salesforce Winter '27 release: bigger Apex heap limits, integration tests that call real HTTP endpoints, the Apex Symbol API, elastic Batch Apex limits and two LWC features that finally went GA.
Gemini 2.5 Pro, Flash and Flash-Lite retire and Salesforce reroutes requests automatically. If you selected Gemini 2.5 in an Agentforce agent, a Prompt Builder template or a Models API call - expect different behavior.
Building Lightning Web Components with AI is easy. Getting them to look right and follow Salesforce standards is another story. Let’s see what Chrome DevTools MCP and LWC MCP actually improve.
Salesforce file storage gets expensive fast. Let’s look at what actually consumes it, what you can delete or compress and when it makes sense to move your files to AWS S3, Google Cloud or somewhere else.
The long-term stability of your Salesforce implementation is determined before you implement anything. It begins with an architecture that serves the business and works for the developers responsible for building and extending it. An architecture created for developers is destined to fail.
Polymorphism is the provision of a single definition to engineers who can explain “many forms”, yet still fill their Apex code with rigid if-else conditions. Don't be that engineer.
Follow the step-by-step transformation of a traditional Apex-heavy Lightning Web Component into a faster, more efficient application using @lwc/state, Database.PaginationCursor, lightning/uiRecordApi, and IndexedDB.
Learn how to use third-party JavaScript libraries and components in Salesforce LWC, integrate them correctly, and solve common compatibility, security, and styling challenges.
"You can’t build a real-time application in Experience Cloud because users can’t subscribe to events. And if you want to include guest users — they don’t even have a session ID to interact with CometD."