[![Image]() Meet Jobicy Copilot — free AI autofill for job applications + remote job alerts ›](#)   [All remote jobs](https://jobicy.com/jobs.md)Open role[![Launchpad Technologies logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/ed43694d-221.png)](https://jobicy.com/company/launchpad-technologies.md)Remote opportunity at[Launchpad Technologies](https://jobicy.com/company/launchpad-technologies.md)

# Senior Salesforce Developer

Review the role, location requirements, compensation details, and application process before deciding whether this opportunity fits your next career move.

[Apply for this job](#job-application)[View company](https://jobicy.com/company/launchpad-technologies.md)Share3 Sep 2026Published48Listing views2Application actions3 Oct 2026Apply before  Opportunity details

## About this role.

AI SummaryThis Senior Salesforce Developer role focuses on hands-on development and maintenance within a mature, heavily customized enterprise Salesforce environment. The successful candidate will build secure, bulk-safe solutions using Apex, Lightning Web Components, SOQL/SOSL, Flows, and asynchronous processing. The role also involves troubleshooting production issues, supporting REST/SOAP integrations, improving platform maintainability, and contributing to CI/CD and metadata-driven releases. It is a remote, LATAM-targeted position working Monday through Friday from 8 AM to 5 PM PST, with substantial collaboration across architecture, QA, integration, administration, and product teams. The employer seeks an experienced individual contributor rather than a people manager or Salesforce architecture owner.

## Role DNA

A quick view of the complexity, pace, ownership and collaboration implied by the job description.

### Job Complexity

5/5EasyHard

### Pace & Pressure

4/5RelaxedFast-paced

### Autonomy Level

4/5GuidedFull ownership

### Communication Load

4/5IndependentCollaborative

AI insightThe role requires deep Salesforce engineering expertise across custom code, declarative automation, enterprise integrations, security, and legacy platform components. Production troubleshooting and governor-limit-aware design in a mature environment add significant technical complexity.

## Salary analysis

Estimated compensation compared with the broader US market for similar roles.

Estimated job medianMarket rate$145,000US market range$120k–$175k0$193k

AI insightNo salary range is disclosed; “Competitive compensation in USD” is not a numeric compensation offer. Estimated US-market annual base salary for a senior Salesforce developer with 5+ years of enterprise Apex, LWC, integration, and CI/CD experience is approximately $120,000–$175,000 USD, with a midpoint estimate of $145,000 USD. Actual contractor compensation and LATAM-based pay may differ materially from this US-market estimate.

## Core skills

Skills and capabilities most closely associated with this opportunity.

[Salesforce Development](https://jobicy.com/jobs?search_keywords=Salesforce%20Development.md)[Apex](https://jobicy.com/jobs?search_keywords=Apex.md)[Lightning Web Components](https://jobicy.com/jobs?search_keywords=Lightning%20Web%20Components.md)[SOQL/SOSL](https://jobicy.com/jobs?search_keywords=SOQLSOSL.md)[Salesforce Integrations](https://jobicy.com/jobs?search_keywords=Salesforce%20Integrations.md)[REST and SOAP APIs](https://jobicy.com/jobs?search_keywords=REST%20and%20SOAP%20APIs.md)[Salesforce Flows](https://jobicy.com/jobs?search_keywords=Salesforce%20Flows.md)[Platform Security](https://jobicy.com/jobs?search_keywords=Platform%20Security.md)[CI/CD](https://jobicy.com/jobs?search_keywords=CICD.md)[Production Troubleshooting](https://jobicy.com/jobs?search_keywords=Production%20Troubleshooting.md)

Sample interview questionsHow do you design Apex code to remain bulk-safe and within Salesforce governor limits?I design triggers to process collections rather than individual records, move logic into service layers, and consolidate SOQL and DML outside loops. I use Maps and Sets for efficient lookups, select only necessary fields, and test with bulk record volumes to validate behavior and limits.

When would you choose Salesforce Flow instead of custom Apex?

I prefer Flow for straightforward, maintainable declarative automation that administrators may need to manage, such as simple field updates, approvals, and guided processes. I use Apex when requirements need complex transaction control, sophisticated error handling, reusable domain logic, high-volume processing, advanced integrations, or functionality that Flow cannot reliably support.

Describe your approach to troubleshooting a failing Salesforce integration in production.

I first establish scope and business impact, then review integration logs, debug logs, error payloads, authentication status, endpoint configuration, and recent deployment changes. I isolate whether the failure is caused by Salesforce logic, middleware, credentials, payload structure, rate limits, or the external system, then implement a controlled fix with regression tests and clear stakeholder communication.

How would you structure a Lightning Web Component that calls Apex and displays enterprise data?

I would keep presentation logic in the component, use wire adapters where reactive reads are appropriate, and use imperative Apex calls for user-driven actions or controlled error handling. The Apex controller should remain thin and delegate business logic to service classes, enforce sharing and CRUD/FLS requirements, return focused DTOs where useful, and provide actionable error messages.

What tests would you add before releasing a change to a complex Salesforce Field Service environment?

I would cover positive, negative, bulk, security, and integration-related scenarios, including realistic Field Service data relationships and user permission contexts. I would validate asynchronous behavior where relevant, use test data factories, verify expected side effects, run targeted regression tests, and confirm the deployment plan and rollback considerations in the appropriate sandbox.

### Who We Are

Launchpad Technologies Inc. is a global technology partner connecting top talent with high-impact projects across North America and beyond. We specialize in Staff Augmentation and product development, helping companies scale with agility while empowering professionals to grow in meaningful, remote-first environments.

### What we are looking for

We’re looking for a Senior Salesforce Developer to join the team supporting a large, mature enterprise Salesforce environment. This is a highly hands-on engineering role for someone who enjoys solving complex platform challenges, writing high-quality code, and working within a heavily customized Salesforce ecosystem.

You’ll spend most of your time developing and maintaining Salesforce solutions using Apex and Lightning Web Components, while also supporting existing enterprise integrations and helping improve the stability and maintainability of the platform.

The environment has evolved significantly over the years, which means you’ll work with both modern Salesforce development and existing legacy components. New development is focused on Apex and LWC, while existing Flows, Visualforce components, and integrations continue to be supported as the platform evolves.

If you are a strong Salesforce engineer who understands how to build secure, bulk-safe, scalable solutions, and you enjoy troubleshooting complex real-world systems, we’d love to hear from you.

📅Start date: September, 2026
🖋️Contract type: Full-time / Contractor
🕘Work hours: Monday to Friday, 8 AM to 5 PM PST
💻Work mode: 100% remote

### What You’ll Be Doing

* Design, develop, test, and maintain Salesforce solutions using Apex, Lightning Web Components, SOQL/SOSL, and platform-native automation.
* Build Apex classes, triggers, service layers, test classes, Batch Apex, Queueable Apex, and scheduled processes.
* Develop reusable Lightning Web Components using JavaScript, HTML, CSS, LDS, wire adapters, and Apex controllers.
* Write efficient SOQL/SOSL queries and build solutions that respect Salesforce governor limits and bulk-processing requirements.
* Support and improve a mature, highly customized Salesforce Field Service environment.
* Maintain and troubleshoot existing integrations between Salesforce and external enterprise systems using APIs and middleware.
* Work with REST/SOAP APIs, JSON/XML payloads, OAuth, Named Credentials, Platform Events, and Change Data Capture where applicable.
* Configure and extend Salesforce declarative automation, including Flows, validation rules, custom metadata, custom settings, and approval-related logic.
* Make sound technical decisions about when to use declarative Salesforce capabilities versus custom Apex development.
* Implement and maintain Salesforce data models, security controls, permission sets, sharing rules, and field-level security.
* Troubleshoot complex production issues and contribute to reducing technical debt while maintaining platform stability.
* Create meaningful automated tests covering bulk scenarios, positive and negative paths, and release-readiness expectations.
* Participate in code reviews, technical design discussions, defect resolution, and production support.
* Support source-driven development, metadata deployments, sandbox strategies, and CI/CD practices.
* Create and maintain clear technical documentation for Salesforce components, integrations, releases, and operational support.

### What You Need to Succeed

Must-haves

* 5+ years of hands-on Salesforce development experience, ideally within complex enterprise environments.
* Strong expertise in Apex, including triggers, service classes, test classes, asynchronous processing, bulkification, exception handling, and governor-limit-aware design.
* Strong hands-on experience with Lightning Web Components.
* Solid knowledge of SOQL, SOSL, Salesforce data modeling, and platform security.
* Strong understanding of Salesforce sharing models, role hierarchy, permission sets, profiles, and field-level security.
* Experience integrating and supporting Salesforce with external enterprise systems using REST/SOAP APIs.
* Experience working with JSON/XML payloads, OAuth-based authentication, and secure endpoint configuration.
* Experience supporting and troubleshooting existing integrations in complex production environments.
* Good understanding of Salesforce Flows and when declarative automation is preferable to custom code.
* Experience with source control, metadata deployments, sandbox strategies, and CI/CD pipelines.
* Strong understanding of object-oriented programming, clean-code principles, unit testing, performance optimization, and production troubleshooting.
* Strong analytical and problem-solving skills with the ability to work effectively in an established enterprise codebase.
* Ability to communicate technical decisions clearly and collaborate with architects, administrators, QA, integration teams, and product stakeholders.
* Degree or diploma in Computer Science, Software Engineering, Information Systems, a related technical field, or equivalent practical experience.

Nice-to-haves

* Salesforce Platform Developer I certification; Platform Developer II is a plus.
* Salesforce Administrator, Platform App Builder, or JavaScript Developer I certification.
* Experience with Salesforce Field Service.
* Experience with Boomi or other enterprise integration middleware.
* Experience with Apex Enterprise Patterns, domain/service layers, selector patterns, and reusable Salesforce architecture practices.
* Experience with Platform Events, Change Data Capture, External Services, Named Credentials, and External Credentials.
* Experience with Salesforce DX, scratch orgs, unlocked packages, Metadata APIs, and modern source-driven development workflows.
* Experience with data migration, data quality, duplicate management, ETL tools, or large-volume Salesforce environments.
* A strong software-development foundation outside Salesforce, particularly with object-oriented languages such as Java.

### What Success Looks Like

You’ll succeed in this role by producing Salesforce code that is secure, bulk-safe, testable, reliable, and easy to maintain.

You won’t be expected to redefine the entire Salesforce architecture or lead a development team. Instead, you’ll bring deep technical expertise to complex development work, make sound engineering decisions, improve platform stability, and collaborate effectively with the architects and teams around you.

You’ll know when Apex is the right solution, when Salesforce Flow is enough, and how changes may impact users, data, integrations, releases, and production support.

Above all, you’ll bring strong engineering fundamentals, curiosity, ownership, and the ability to navigate a mature enterprise Salesforce environment with confidence.

### What to Expect from Our Hiring Process

* HR Screening (60 mins): An initial conversation with our Talent Acquisition team to walk through your background, discuss the role’s context, and align on logistics (availability, contract model, and expectations).
* Team Engagement Interview (30 mins): A brief session focused on cultural alignment, professional presentation, and communication skills to ensure mutual fit for our remote-first environment.
* Meet the Hiring Manager (30 mins): A friendly chat to get to know you, your previous experience and how you fit within the team.
* Final Interview (60 mins): A deep dive into your Salesforce Development experience and technical knowledge.

### Why You’ll Love Working at Launchpad

* 💻 100% remote from anywhere
* 💸 Competitive compensation in USD
* 🧠 Training allowances for upskilling
* 🌍 Work with global teams and top-tier clients
* 🖥 Home-office hardware setup
* 🏖 PTO for recharge and balance
* 🫶 People-first culture built on trust, autonomy, and impact

### Compliance & Equal Opportunity

Launchpad is an equal opportunity employer committed to creating an inclusive environment for all applicants. We do not discriminate on the basis of race, color, religion, gender identity, sexual orientation, age, disability, or any other protected status under applicable laws in Canada and British Columbia.

All candidate information will be handled confidentially and used solely for recruitment purposes in accordance with applicable privacy regulations.

Ready to make your mark? Apply now and be part of something exciting!

Show more

[Apply now >](https://jobicy.com/jobs/152450-senior-salesforce-developer.md)

>  Annual salary information is not provided for this position. Explore salary ranges for similar roles in our [Salary Directory ›](https://jobicy.com/salaries.md)

*

![Upload CV](data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NSIgaGVpZ2h0PSI2NSIgZmlsbD0ibm9uZSIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48ZyBjbGlwLXBhdGg9InVybCgjQSkiPjxwYXRoIGQ9Ik0wIDBINjVWNjVIMFYwWiIgZmlsbD0iIzAyOWFlYiIvPjxnIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIj48cGF0aCBkPSJNMzMuMDQ5IDE1LjQ1NGExLjQzIDEuNDMgMCAwIDAtMi4wOTcgMGwtNy41NzkgOC4xNDdhMS4zOCAxLjM4IDAgMCAwIC4wOSAxLjk3MyAxLjQ0IDEuNDQgMCAwIDAgMi4wMDgtLjA4OGw1LjEwOS01LjQ5MnYyMC42MWExLjQxIDEuNDEgMCAwIDAgMS40MjEgMS4zOTdjLjc4NSAwIDEuNDIxLS42MjUgMS40MjEtMS4zOTd2LTIwLjYxbDUuMTA5IDUuNDkyYTEuNDQgMS40NCAwIDAgMCAyLjAwOC4wODggMS4zOCAxLjM4IDAgMCAwIC4wOS0xLjk3M2wtNy41NzktOC4xNDZ6TTE2Ljc2OSAzOC40YzAtLjc3My0uNjItMS40LTEuMzg1LTEuNFMxNCAzNy42MjcgMTQgMzguNHYuMTAybC4yMTUgNi4yMjljLjIyMyAxLjY4LjcwMSAzLjA5NSAxLjgxMyA0LjIxOHMyLjUxIDEuNjA3IDQuMTcyIDEuODMzYzEuNi4yMTggMy42MzYuMjE4IDYuMTYuMjE4aDExLjI4bDYuMTYtLjIxOGMxLjY2Mi0uMjI2IDMuMDYxLS43MDkgNC4xNzItMS44MzNzMS41ODktMi41MzggMS44MTMtNC4yMThDNTAgNDMuMTEzIDUwIDQxLjA1NSA1MCAzOC41MDNWMzguNGMwLS43NzMtLjYyLTEuNC0xLjM4NS0xLjRzLTEuMzg1LjYyNy0xLjM4NSAxLjRsLS4xOSA1Ljk1OGMtLjE4MiAxLjM3LS41MTUgMi4wOTUtMS4wMjYgMi42MTJzLTEuMjI4Ljg1My0yLjU4MyAxLjAzOGMtMS4zOTUuMTktMy4yNDMuMTkzLTUuODkzLjE5M0gyNi40NjJjLTIuNjUgMC00LjQ5OC0uMDAzLTUuODkzLS4xOTMtMS4zNTUtLjE4NC0yLjA3Mi0uNTIxLTIuNTgzLTEuMDM4cy0uODQ0LTEuMjQyLTEuMDI2LTIuNjEyYy0uMTg3LTEuNDEtLjE5MS0zLjI3OS0uMTkxLTUuOTU4eiIvPjwvZz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJBIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDY1djY1SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+)

### Upload your resume now

To unlock remote work opportunities and be discovered by global employers.

This job listing has been manually reviewed by the Jobicy Trust & Safety Team for compliance with our posting guidelines, including verification of the company's legitimacy, accuracy of job details, clarity of remote work policy, and absence of misleading or fraudulent content.

Next step

## Apply now.

Follow the employer’s application method and review Jobicy’s safety guidance before sharing personal information.

Keep exploring

## Related remote jobs.

Matched by job category10 related opportunities[Software Engineering](https://jobicy.com/categories/engineering.md) [Browse all jobs](https://jobicy.com/jobs.md)
*
![Monzo logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/5b4c0ec3-221.jpg)
Monzo  Sep 3

### [Backend Engineer III](https://jobicy.com/jobs/152499-backend-engineer-iii.md)

🚀 We’re on a mission to make money work for everyone. We’re waving goodbye to the complicated and confusing ways of traditional banking. After starting as a prepaid card, our…

*
![Grafana Labs logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2021/11/42a3c42246467ec231dd876e92b63452.jpeg)
Grafana Labs  Sep 3

### [Backend Engineer – Platform – Stacks | Sweden | Remote](https://jobicy.com/jobs/152495-backend-engineer-platform-stacks-sweden-remote.md)

Grafana Labs is the company behind Grafana Cloud, the fully managed observability platform trusted by more than 10,000 organizations to ensure reliability, resolve incidents faster, and optimize telemetry at scale….

*
![Grafana Labs logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2021/11/42a3c42246467ec231dd876e92b63452.jpeg)
Grafana Labs  Sep 3

### [Backend Engineer – Platform – Stacks | Spain | Remote](https://jobicy.com/jobs/152490-backend-engineer-platform-stacks-spain-remote.md)

Grafana Labs is the company behind Grafana Cloud, the fully managed observability platform trusted by more than 10,000 organizations to ensure reliability, resolve incidents faster, and optimize telemetry at scale….

*
![Nextiva logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/5863278d-221.jpeg)
Nextiva  Sep 3

### [Senior Engineering Manager](https://jobicy.com/jobs/152465-senior-engineering-manager.md)

Redefine the future of customer experiences. One conversation at a time. At Nextiva, we’re reimagining how businesses connect, bringing together customer experience and team collaboration on a single, conversation centric…

*
![Vonage logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/1bac058d-221.jpg)
Vonage  Sep 3

### [AEM Developer](https://jobicy.com/jobs/152458-aem-developer.md)

Join Vonage and help us innovate cloud communications for businesses worldwide! Why this role matters: We are seeking an experienced and technically skilled Senior AEM Developer to join our digital…

*
![Luxury Presence logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2022/05/f2b241fb769140fff2f70e8efaf5c0ff.jpg)
Luxury Presence  Sep 3

### [Product Engineer, Internal Tools – LATAM](https://jobicy.com/jobs/152452-product-engineer-internal-tools-latam.md)

Luxury Presence is building the AI growth platform for real estate. Backed by Bessemer Venture Partners and other top investors, we’re a Series C company that has hit $100M in…

*
![Tailscale logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/d3fa2e99-221.png)
Tailscale  Sep 3

### [Billing Engineer](https://jobicy.com/jobs/152438-billing-engineer.md)

About Tailscale Tailscale is making safe connection effortless by delivering software that makes it easy to securely interconnect people and their devices, no matter where they are. From hobbyists to…

*
![Dune logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/9fd6085e-221.png)
Dune  Sep 3

### [Software Engineer](https://jobicy.com/jobs/152431-software-engineer-9.md)

About Dune Dune is on a mission to make crypto data accessible. We’re a collaborative multi-chain analytics platform used by thousands of developers, analysts, & investors to understand the on-chain…

*
![Upgrade logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/e0cafe30-221.jpeg)
Upgrade  Sep 3

### [Senior QA Automation Engineer (Platform)](https://jobicy.com/jobs/152407-senior-qa-automation-engineer-platform.md)

Upgrade helps customers move in the right direction with affordable and responsible financial products. Since 2017, we’ve helped over 7.5 million customers access over $42 billion in consumer credit. With…

*
![Bloomreach logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/08/60790cd5-221.png)
Bloomreach  Sep 3

### [Senior Quality Assurance Engineer (Personify team)](https://jobicy.com/jobs/152406-senior-quality-assurance-engineer-personify-team.md)

Bloomreach is building the world’s premier agentic platform for personalization.We’re revolutionizing how businesses connect with their customers, building and deploying AI agents to personalize the entire customer journey. We’re taking…