Skip to content
View Julian88Tex's full-sized avatar
☁️
Salesforce Staff DevOps Quality Engineer ☁️
☁️
Salesforce Staff DevOps Quality Engineer ☁️

Organizations

@lovinghouston @KoreanImageArchive
Block or Report

Block or report Julian88Tex

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Julian88Tex/README.md

Julian Joseph ☁️

Salesforce DevOps Engineer (Previously @ Salesforce) ⚡️ Salesforce DevOps ↔️ SXSW ↙️ Black ✊🏽 Gay 🌈 Christian ✝ Pizza 🍕 ARFID 🦯 Accessibility ♿️ Anxiety 😔 Panic Attacks 😩 SSRIs 💊 TMI?

Featured Content

I'm a Salesforce DevOps Engineer (Ex-Salesforce.com).

link to Salesforce Automation with Robot Framework video link to Interview with Mike Wheeler

A Little About Me

Flunked out of Electrical Engineering 🤭, fell in love with majoring in Asian American Studies 💜, and somehow am back in Engineering ✊🏽. I spend most of my time thinking about how to save developer hours 💰. Proud to say that automated deployments, scratch org creation, and similar tasks I've built have saved my last company $524,312 annually. As a Salesforce DevOps Engineer ☁️, I have experience releasing managed packages 📦 at ISVs and building automated Robot Framework tests on CI/CD tools likes Salesforce DX and CumulusCI 🌧💰. Most importantly, I'm passionate about working on products that create social good 🌈.

🔗 LinkedIn | Website | Trailhead | Resume | Github | Stack Exchange

Pinned

  1. SFDO-Tooling/CumulusCI SFDO-Tooling/CumulusCI Public

    Python framework for building portable automation for Salesforce projects

    Python 351 237

  2. lovinghouston/lwcgoogleplacesbutton lovinghouston/lwcgoogleplacesbutton Public

    Adds a Lightning Web Component to create Google Place Listings (currently hardcoded to type "church") as a Salesforce object (currently hardcoded to a custom object named Church_School_Partnership_…

    Apex 3

  3. SFDO-Community/TractionThrive-archived- SFDO-Community/TractionThrive-archived- Public

    Traction Thrive Critical Care Resource Management for Salesforce

    Apex 10 7

  4. git-together git-together Public

    Apex 1

  5. Example GitHub Action For Setting Up... Example GitHub Action For Setting Up a Scratch Org Using CumulusCI and workflow_dispatch
    1
    name: Org Setup
    2
    run-name: '${{ github.event.inputs.name }}::${{ github.event.inputs.org }}::${{ github.event.inputs.flow }}::${{ github.event.inputs.days }}::${{ github.event.inputs.delete_on_failure }}'
    3
    
    
    4
    on:
    5
      workflow_dispatch:
  6. A Robot Framework API test example u... A Robot Framework API test example using RequestLibrary
    1
    # Run Command:  cci task run robot -o suites robot/NPSP/tests/api/success.robot -o vars BROWSER:headlesschrome
    2
    [Documentation]       Success POST test.
    3
    4
    
    
    5
    *** Settings ***