const developer = new SalesforceDev()

Guisselle
Martinez;

// Salesforce OmniStudio & Integration Developer

8+ years building scalable CRM solutions in healthcare, non-profit, and real estate. Certified Salesforce Admin, Platform Developer & OmniStudio Specialist — and an independent builder of AI-powered developer tools using the Claude API.

guisselle@dev ~ terminal

about

Who I am

My journey in software started with structured Java programming and has evolved into deep Salesforce specialization — OmniStudio, MuleSoft integrations, and custom LWCs that solve real business problems.

I bring a rare combination of technical breadth and delivery focus. I can design a MuleSoft integration, build a custom Lightning Web Component, architect an OmniStudio flow, and ship a working Chrome extension — often in the same sprint.

On the side, I build AI-powered tools using the Claude API: a productivity tracker extension, a macOS text editor, debugging utilities for Salesforce developers, and more.

Based in Carmel, IN — open to remote and hybrid roles.

profile.ts
const me = {
  name: "Guisselle Martinez",
  location: "Carmel, IN",
  role: "Salesforce Developer",
  experience: 8, // years
  certs: [
    "SF Admin",
    "SF Developer",
    "OmniStudio",
  ],
  aiTools: true,
  openToWork: true,
}

skills

Tech Stack

Salesforce
OmniStudioLWCApex FlexCardsDataRaptorsExperience Cloud Health CloudSOQL/SOSLFlows
Languages
JavaJavaScriptApex HTMLCSSSQL JSONRAML
Integration & APIs
MuleSoftRESTSOAP PostmanAnypoint Studio
DevOps & Tools
CopadoGitJira LucidchartVS CodeIntelliJ AWSGerrit
AI & Emerging Tech
Claude APIAI App Dev Chrome ExtensionsmacOS Apps
CRM / ERP
Salesforce CRMMS Dynamics CRM

experience

Where I've worked

Jul 2024
Present
Salesforce OmniStudio Developer
Yudrio LLC  ·  Remote
  • Built OmniStudio components — OmniScripts, Integration Procedures, DataMappers, and FlexCards — enhancing UX and system functionality.
  • Developed custom Lightning Web Components to extend Salesforce UI with tailored user experiences.
  • Used Copado to manage deployments and keep Dev, QA, UAT, and Production environments aligned.
  • Created architecture diagrams and process flows in Lucidchart for stakeholder communication.
Dec 2022
Apr 2023
Salesforce / MuleSoft Developer
Radian Hub  ·  Remote (Contract)
  • Rebuilt a Salesforce Experience portal for a non-profit using declarative tools, LWC, and Data Loader.
  • Developed a MuleSoft application integrating three external APIs with internal Salesforce endpoints.
  • Maintained dashboards, reports, and complex SOQL/SOSL queries for data visibility.
Mar 2022
Aug 2022
Salesforce OmniStudio / Vlocity Developer
Revolent Group  ·  Remote (Contract)
  • Delivered FlexCards, OmniScripts, Integration Procedures, and DataRaptors for multiple client engagements.
  • Built guided multi-step form interfaces using OmniScript to improve end-user experience.
  • Trained on Salesforce Health Cloud; managed roles, profiles, sharing rules, and workflows.
Sep 2019
Jan 2022
Java Software Developer
Orchard Software  ·  Carmel, IN (Healthcare)
  • Built healthcare solutions using Java 8, SQL, REST, SOAP, and JavaScript in an Agile team of 6.
  • Applied core OOP principles; conducted peer code reviews and authored internal documentation.
  • Used Git and Gerrit for version control and collaborative code review.
Aug 2016
Jul 2017
MS Dynamics CRM Developer
American Specialty Health  ·  Carmel, IN
  • Customized Dynamics CRM entities, workflows, plugins, and reports in a Scrum/Agile environment.
  • Collaborated with Product Owner and end users to gather requirements and ensure timely delivery.

projects

What I've built

productivity-tracker.js
Chrome Extension — Productivity Tracker

Tracks time spent on every website and desktop application, giving developers clear productivity insights from their browser.

Built with Claude API
editor.swift
macOS Text Editor

A full-featured macOS text editor — a Notepad++ equivalent for Mac — filling a gap for Mac-based developers needing a lightweight code editor.

Built with Claude API
index.html
Full Company Website

Designed and developed a complete business website from scratch — UI design, content architecture, and deployment end-to-end.

Built with Claude API
pdf-generator.py
Dynamic PDF Form Generator

Dynamically creates and populates PDF forms, eliminating manual document preparation and streamlining business workflows.

Built with Claude API
OmniDebugger.lwc
OmniStudio Debugging LWCs

Custom Lightning Web Components that simplify debugging of OmniStudio components — saving Salesforce developers hours of troubleshooting time.

Built with Claude API

contact

Let's connect

Open to new opportunities — remote or hybrid. Whether it's a Salesforce role, an integration challenge, or just a good tech conversation, feel free to reach out.

contact.sh
#!/bin/bash
 
# reach out to Guisselle
function hire() {
  email="guisselle@kodebus.com"
  subject="Let's work together"
  send_message \
    --to $email \
    --subject $subject
}
 
hire # run me!