Open-source and personal learning projects showcasing Salesforce development and integration patterns.
In Progress
Brand Partner Sales Cloud Integration
Personal learning project modeling brand-partner sales workflows across Salesforce and a
companion Spring Boot API. Salesforce side uses REST, Composite REST, SOAP, Bulk API, and
Platform Events; the Java API exposes partner and order endpoints for integration callouts.
Independent project; not affiliated with Myntra.
Sales Cloud
Java
Spring Boot
REST API
Composite REST
SOAP API
Bulk API
Platform Events
Both repositories are in active development.
Weather Dashboard
LWC project demonstrating real-time external API integration using Apex callouts and modern
Salesforce security with Named Credentials and External Credentials.
LWC
Apex
HTTP Callouts
Named Credentials
LWC Contact Manager
Salesforce app for managing contacts with LWC UI, Apex controller backend, and Jest unit tests.
Supports create, view, and delete operations with Salesforce DX deployment workflow.
LWC
Apex
Jest
Salesforce DX
LWC E-commerce
Learning demo for a lightweight product catalog and shopping cart using LWC component architecture.
Products are managed in local JavaScript state with a parent-driven catalog UI.
LWC
JavaScript
Component Architecture