Skip to content

Instantly share code, notes, and snippets.

@renatoliveira
Last active July 28, 2026 14:39
Show Gist options
  • Select an option

  • Save renatoliveira/3d541d2d6a8fc5415d3a284b1a5f4478 to your computer and use it in GitHub Desktop.

Select an option

Save renatoliveira/3d541d2d6a8fc5415d3a284b1a5f4478 to your computer and use it in GitHub Desktop.
My JSON resume.
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Renato Oliveira",
"label": "Senior Salesforce Architect | Integrations | DevOps | AI Automation",
"email": "renato.oliveira@dogeforce.com",
"url": "https://github.com/renatoliveira",
"summary": "Salesforce architect with 11+ years designing scalable solutions, integration architectures, and automated delivery pipelines. Specialist in API integrations, external system connectivity, and DevOps practices that reduce deployment risk and improve delivery velocity. Experienced in leading teams, mentoring engineers, and driving data quality and AI-driven automation.",
"location": {
"address": "",
"postalCode": "",
"city": "Belo Horizonte",
"region": "Minas Gerais",
"countryCode": "BR"
},
"profiles": [
{
"network": "GitHub",
"username": "renatoliveira",
"url": "https://github.com/renatoliveira"
},
{
"network": "LinkedIn",
"url": "https://www.linkedin.com/in/roliv"
}
]
},
"skills": [
{
"name": "Salesforce Architecture",
"level": "",
"keywords": [
"Apex",
"LWC",
"Flows",
"Data Modeling",
"Service Cloud",
"Sales Cloud",
"Experience Cloud"
]
},
{
"name": "Integrations & APIs",
"level": "",
"keywords": [
"REST/SOAP",
"OAuth",
"Webhooks",
"External Services",
"ETL Patterns",
"AWS Services",
"MuleSoft",
"IDP"
]
},
{
"name": "DevOps & Delivery",
"level": "",
"keywords": [
"CI/CD",
"GitHub Actions",
"Azure DevOps",
"GitLab",
"Salesforce DX",
"Automated Testing"
]
},
{
"name": "AI & Automation",
"level": "",
"keywords": [
"Einstein AI",
"OpenAI Integrations",
"Document Processing",
"Workflow Automation",
"Cursor",
"Claude Code",
"Perplexity",
"AI Agent Development"
]
},
{
"name": "Languages & Tools",
"level": "",
"keywords": [
"Python",
"SQLite",
"Docker",
"JavaScript",
"PowerShell"
]
},
{
"name": "Leadership",
"level": "",
"keywords": [
"Technical Leadership",
"Mentoring",
"Architecture Reviews",
"Stakeholder Alignment"
]
}
],
"education": [
{
"institution": "FUMEC University",
"area": "Digital Games (Technician)",
"studyType": "Technician",
"startDate": "2011-01",
"endDate": "2015-12",
"gpa": "",
"courses": []
}
],
"work": [
{
"name": "Wisefox",
"position": "Owner & Lead Salesforce Consultant",
"startDate": "2024-08",
"summary": "Leading Salesforce architecture, integrations, and automation projects for external systems and internal delivery pipelines.",
"highlights": [
"Designed integration architectures connecting Salesforce to ERPs, document systems, and external APIs.",
"Implemented CI/CD pipelines that reduced deployment risk and improved validation speed.",
"Built AI-driven document ingestion pipelines using AWS Textract and OpenAI.",
"Introduced governance practices including code ownership and signed commits.",
"Built a web application connecting to Bloomberg's Streaming API, exposing real-time financial market data through a REST API consumed by internal services.",
"Built a testing framework for Salesforce Apex to test business scenarios with multiple variants of data and business rules.",
"Rewrote a legacy webhook integration in Apex to improve performance and data capture from Shopify orders, including order updates, so that the process was integrated with the creation of users on an external system based on licensing purchased through that store."
]
},
{
"name": "Empact Technologies (via Upstart13)",
"position": "Senior Salesforce Developer",
"startDate": "2025-01",
"endDate": "2025-06",
"summary": "",
"highlights": [
"Designed platform architecture improving modularity and testability.",
"Built custom integration layer for structured document ingestion using MuleSoft and IDP.",
"Created tooling to streamline debugging and trace log management.",
"Led team of other developers to build this custom platform on top of Salesforce using Lightning Web Components on top of a Community exposed to users."
]
},
{
"name": "CreatorIQ",
"position": "Senior Salesforce Developer, Admin & Architect",
"startDate": "2023-03",
"endDate": "2024-07",
"summary": "",
"highlights": [
"Architected data synchronization processes between Salesforce and external reporting databases.",
"Modernized legacy data models improving quality and reporting efficiency."
]
},
{
"name": "RenderDraw",
"position": "Senior Salesforce Developer",
"startDate": "2023-01",
"endDate": "2023-03",
"summary": "",
"highlights": [
"Improved performance of AppExchange 3D component rendering logic."
]
},
{
"name": "EMPAUA",
"position": "Salesforce Developer & Consultant",
"startDate": "2021-04",
"endDate": "2023-01",
"summary": "",
"highlights": [
"Built reusable integration frameworks for financial and insurance clients.",
"Built components that improve user experience with handling data sync between Salesforce and external systems, including files."
]
},
{
"name": "CbCloud",
"position": "Salesforce Developer & Architect",
"startDate": "2018-04",
"endDate": "2021-04",
"summary": "",
"highlights": [
"Pioneered CI/CD practices and version control strategies across projects.",
"Co-led the team that implemented Salesforce's Service Cloud at one of the biggest Brazilian banks (Banco Inter)"
]
},
{
"name": "Soluparts Global LLC",
"position": "Salesforce Developer",
"startDate": "2017-01",
"endDate": "2018-03",
"summary": "",
"highlights": [
"Reworked order-to-cash flows improving operational processing speed.",
"Worked with the team to implement a faster quote to order process between client and multiple suppliers, with approval processes and workflows to handle the different scenarios."
]
},
{
"name": "Plenos Consultoria e Desenvolvimento LTDA",
"position": "Support Analyst",
"startDate": "2015-04",
"endDate": "2016-12",
"summary": "",
"highlights": [
"Delivered a proof-of-concept solution in one month that historically took six months from other teams.",
"Buitl a proof of concept for a ArcGIS integration to display maps with vector markings in the browser UI using an external Python API and Postgres database."
]
}
],
"projects": [
{
"name": "Apex JSON Path",
"description": "Framework for querying complex JSON structures in Apex to accelerate integration projects.",
"highlights": []
},
{
"name": "AI-Driven Document Processing",
"description": "Pipeline combining AWS Textract and OpenAI to transform documents into structured Salesforce data.",
"highlights": []
},
{
"name": "PowerShell Debug Log Streamer",
"description": "CLI tool to stream Salesforce debug logs with dynamic trace control.",
"highlights": []
},
{
"name": "Bloomberg Streaming API Gateway",
"description": "FastAPI-based web application that connects to Bloomberg's Streaming API and exposes real-time financial market data through a REST API for consumption by internal services.",
"highlights": []
},
{
"name": "Reusable Lightning Web Components for UI, published on NPM",
"description": "Components for common UI patterns and data handling, published on NPM for reuse in other projects.",
"highlights": []
},
{
"name": "Business Hours Apex package published through Unnofficial Salesforce package",
"description": "Apex package that provides a framework for calculating business hours in flows, exposing the Business Hours API to the flow.",
"highlights": [
"Published through Unnofficial Salesforce package",
"Exposes the Business Hours API to the flow",
"Can be used to calculate business hours in flows, so admins don't have to rely on developers"
]
}
],
"certificates": [
{
"name": "Salesforce Certified Platform App Builder",
"date": "2018-06-04"
},
{
"name": "Salesforce Certified Platform Developer I",
"date": "2018-06-18"
},
{
"name": "Salesforce Certified Platform Developer II",
"date": "2020-11-30"
},
{
"name": "Salesforce Certified Administrator",
"date": "2019-02-11"
},
{
"name": "Salesforce Certified Service Cloud Consultant",
"date": "2019-07-31"
},
{
"name": "Salesforce Certified Sharing and Visibility Architect",
"date": "2019-11-01"
},
{
"name": "Salesforce Certified Application Architect",
"date": "2019-12-23"
},
{
"name": "Salesforce Certified Data Architect",
"date": "2019-12-23"
},
{
"name": "Salesforce Certified JavaScript Developer I",
"date": "2020-07-23"
},
{
"name": "Salesforce Certified Integration Architect",
"date": "2020-09-30"
},
{
"name": "Salesforce Certified Development Lifecycle and Deployment Architect",
"date": "2020-10-20"
},
{
"name": "Salesforce Certified User Experience Designer",
"date": "2021-12-22"
},
{
"name": "Salesforce Certified Strategy Designer",
"date": "2022-08-17"
},
{
"name": "Salesforce Certified Sales Cloud Consultant",
"date": "2022-11-22"
},
{
"name": "Salesforce Certified AI Specialist",
"date": "2024-10-01"
}
],
"languages": [
{
"language": "English",
"fluency": "Advanced"
},
{
"language": "Portuguese (Brazilian)",
"fluency": "Native Speaker"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment