Blog
-
Conversational AI with DOM Superpowers: A Guide with AI SDK
Learn how to build AI agents that go beyond text responses by directly interacting with your web interface. This guide walks through implementing conversational AI that can highlight elements, manipulate the DOM, and perform real UI actions using AI SDK's tool calling capabilities. Perfect for developers looking to create more interactive and helpful AI assistants.
-
Build Once Run Anywhere With Next.js New cacheComponents Feature
Learn how to optimize a Next.js app following enterprise patterns with build once run anywhere methdology in mind.
-
Modern Data Fetching in Next.js Apps with Server Components and useOptimistic
An opinionated approach to data fetching in Next.js app with Server Components and useOptimistic
-
Enterprise Configuration Management in Next.js: A Caching-First Approach
Learn how to leverage Next.js caching capabilities for efficient runtime configuration management in enterprise applications
-
Building an AI-powered Mock Data Generator
Exploring options for mock data generation with AI.
-
SFDX Continuous Integration
A simple CI workflow using GitHub actions to run Apex and LWC tests
-
How to Build a Mocking Framework with Apex
An example of how to build a mocking framework with Apex.
-
Proper Unit Tests for @AuraEnabled Methods
A pattern for writing proper unit tests for @AuraEnabled methods.
-
Supercharge Your LWC Unit Test Workflow
Drastically increase productivity when Unit Testing Lightning Web Components (LWC)
-
Type Safe Lightning Web Components (LWC)
Add type safety to your Lightning Web Components JavaScript with JSDOC.
-
Nested Component Unit Testing Lightning Web Components (LWC)
Tips for unit testing nested LWC components such as mocking.
-
LWC Unit Test Structure
Drastically improve the readability and simplicity of LWC unit tests.