Salesforce Admin/ Developer Artech LLCSalesforce Admin/ DeveloperOakland, CA$55–$60 / hourSeeking an experienced Salesforce Admin/Developer with hands-on expertise in Salesforce Administration, Apex, Lightning Web Components (LWC), Strong experience in configuring, developing, and supporting Salesforce Sales Cloud/Service Cloud solutions, including automation, integrations, and security best practices. Ability to collaborate with business stakeholders, gather requirements, and deliver scalable Salesforce solutions while ensuring system performance and reliability.
NewSalesforce Developer Contractor: 10+ years (Expert) SGF Global IncSalesforce Developer Contractor: 10+ years (Expert)San Francisco, CASGF Global is an integrated talent solutions provider, offering staffing, recruitment, Employer of Record (EOR), nearshore, and consulting services across a wide range of industries in 35 countries. Hands-on Agentforce experience: building autonomous actions with Apex/Flows, grounded via Data Cloud pipelines and Prompt Builder.
Senior Developer Productivity Engineer Together AISenior Developer Productivity EngineerSan Francisco, California$180,000–$250,000 / yearYou'll take on big projects and drive them end to end: building a full-stack release service with deployment orchestration, rebuilding the front-end build pipeline, standing up testing infrastructure that kills flaky builds. At Together AI, you'll own the systems and tooling that let our engineers ship quickly and reliably: CI/CD pipelines, release infrastructure, local dev environments, and the testing systems the whole engineering team depends on.
.Net Fullstack Developer_Fairfield(California) ISHIR.Net Fullstack Developer_Fairfield(California)Fairfield, CAThis individual will support a cross-functional team of product developers, actuaries, catastrophe risk modelers, underwriters, and data analysts by maintaining and enhancing tools critical to product development, risk management, and underwriting execution. We are not just consultants, we are partners in our clients' success, assisting them with re(gaining) competitive edge by identifying opportunities for differentiation, industry disruption, scalable innovation, and go-to-market strategies that deliver successful outcomes.
Job Developer HUMANITY WAY INCJob DeveloperConcord, CAFull timeThe Job Developer establishes and maintains working relationships with employers, industry organizations, and public agencies to source job openings and secure subsidized employment opportunities for STEP-UP participants. Minimum of three (3) years of experience or equivalent in providing job counseling, job development, and job retention services to disadvantaged, hard-to-serve populations and Welfare-to-Work (WTW) recipients.
Senior Full Stack .NET Developer Glint Tech SolutionsSenior Full Stack .NET DeveloperFremont, CaliforniaThe client's Insurance Claims Application team is seeking a Backend/Full Stack Software Engineer to contribute to the development of their Web App, part of advanced platforms managing service workflows for Vehicle, Insurance Claims, and Energy products. Collaborate with cross-functional teams including product managers and service engineers to define and implement features enhancing operational efficiency.
Senior Full-Stack Mobile Developer (iOS) SkywalkSenior Full-Stack Mobile Developer (iOS)San Mateo, CaliforniaYou'll own the integration between our iOS experience for our proprietary wearable product that enables natural speech interactions in any environment, working directly with our technical founding team to bring cutting-edge speech AI technology to market. At Skywalk, were developing a new generation of subtle, powerful computing devices to help people access information and voice AI with near-telepathic speed, while staying deeply present in the real world.
Principal Web Developer (Rails) SuperconductorPrincipal Web Developer (Rails)El Cerrito, CaliforniaSuperconductor is building the autonomous software organization — a platform where agents don't wait for instructions, but find work everywhere: in customer emails, bug reports, session replays, Slack threads, X posts, etc. You'll work at the intersection of deep Rails expertise and AI-augmented development, directing agents the way a senior architect directs a team — except your team never sleeps and is as good as you make it.
Archon Labs - Blockchain Developer deCircleArchon Labs - Blockchain DeveloperSan Francisco, CaliforniaWe are hiring a Blockchain Developer to build data-driven systems and smart contracts that power risk analytics and allocation workflows in decentralized finance. You will work across on-chain and off-chain data, deliver secure Solidity contracts, and ship reliable services that integrate blockchain data with internal platforms.
Associate, Quantitative Developer, Model Portfolio Solutions (MPS), Multi-Asset Strategies & Solutions (MASS) BlackRockAssociate, Quantitative Developer, Model Portfolio Solutions (MPS), Multi-Asset Strategies & Solutions (MASS)San Francisco, CaliforniaAs a Quantitative Developer on the Model Portfolio Solutions team, you will sit at the heart of BlackRock's innovation engine for quantitatively driven investing—designing, building, and scaling the signal implementations and analytical tools that researchers and portfolio managers rely on every day. You will translate cutting-edge quantitative research into production-grade signals, pioneer the integration of AI and agentic tooling into investment workflows, strengthen investment controls, and deliver scalable solutions that shape how a global, fast-growing systematic business invests.
.NET Full Stack Developers Glint Tech Solutions.NET Full Stack DevelopersFremont, CaliforniaNET Full Stack Developers to join an exciting enterprise project in Fremont, CA. MySQL & REST APIs.
Fullstack Developer (US) Lynx AnalyticsFullstack Developer (US)San Francisco, CAIn this role, you will design, build, and operate scalable software platforms that support analytics and AI solutions — owning the full journey from intuitive user interfaces to robust cloud-native backends. Collaboration : A team player who builds strong working relationships and communicates effectively with colleagues across all levels.
.NET (C#) and/or Python Developer Roth Staffing Companies.NET (C#) and/or Python DeveloperFremont, California$120,000–$145,000We are looking for a Senior Programmer/Analyst with strong hands-on development skills to design, build, and integrate enterprise systems across Shipping, Billing, RMA (Return Merchandise Authorization), Finance, and Customer Integrations. This role combines development, system design, and cross-team collaboration, working closely with domain leads to delivering scalable and reliable solutions.
Fullstack Developer (B2B/SaaS, Enterprise Software, Cloud Platforms) Talent To Hire Inc.Fullstack Developer (B2B/SaaS, Enterprise Software, Cloud Platforms)REDWOOD CITY, CA$150,000–$200,000internal tools, business application creation, experience at a Seed - Ser B B2B SaaS ) product focus and user-empathy, candidates who can create a solution which helps systematize manual processes. Our client is hiring 2 exceptional Full-Stack Software Engineer who thrives on solving complex problems, building scalable systems, and leveraging AI to transform modern software development.
Senior Software Engineer, Developer Platform PaveSenior Software Engineer, Developer PlatformSan Francisco, CA$195,500–$264,500 / yearHeadquartered in San Francisco's Financial District, with regional hubs in New York City's Flatiron District, Salt Lake City, Kraków (Poland), and the United Kingdom - wherever you're based, you'll find the same thing: people who genuinely care about the work, each other, and the customers that rely on Pave. We run a hybrid culture that brings teams together in person 3 to 4 days a week - and every Friday, the whole company gathers for our Team Sync: breakfast, new hire welcomes, product updates, fireside chats, and yes, the occasional Kahoot.
Senior/Staff Software Engineer, Developer Experience AbridgeSenior/Staff Software Engineer, Developer ExperienceSan Francisco, CAPowered by Linked Evidence and our purpose-built, auditable AI, we are the only company that maps AI-generated summaries to ground truth, helping providers quickly trust and verify the output. Evaluate and adopt AI tooling: Stay current on AI-powered development tools and guide adoption across the engineering org to deliver measurable productivity gains.
Developer Relations bemDeveloper RelationsSan Francisco, CaliforniaInitialize the SDK client client = Bem(api_key=os.environ.get("BEM_API_KEY")) # Step 1: Create an Extract function extract_fn = client.functions.create( function_name="receipt-extract", type="extract", output_schema_name="Receipt", output_schema={CUSTOM_RECEIPT_SCHEMA}, ) # Step 2: Create a workflow workflow = client.workflows.create( name="receipt-workflow", main_node_name="extract", nodes=[{"name": "extract", "function": {"name": "receipt-extract"}}], ) # Step 3: Invoke the workflow. Get structured data back call = client.workflows.call("receipt-workflow", input={"single_file": {"input_content": encoded, "input_type": input_type}}, wait=True, ) Why this role exists.
NewStaff Software Engineer, Developer Infrastructure SesameStaff Software Engineer, Developer InfrastructureSan Francisco, CaliforniaYou've built and led developer tooling that other engineers genuinely wanted to use: self-serve frameworks, CLI tools, build systems, environment setup, or debugging tools. Build and maintain the complex systems that support rapid development: build systems, dependency management, test infrastructure, and developer environments all need ongoing care.
NewDeveloper Evangelist, Technical Content LlamaIndexDeveloper Evangelist, Technical ContentSan Francisco, CaliforniaEnterprises and developers use LlamaParse to turn their hardest documents, including dense PDFs, scanned files, tables, and forms, into clean structured data their AI systems can actually use, at a scale of millions of pages a day. Create technical content across formats, including video walkthroughs, livestreams, blog posts, and conference talks, all centered on LlamaParse and the document-ingestion problem.
NewDeveloper Evangelist, Growth LlamaIndexDeveloper Evangelist, GrowthSan Francisco, CaliforniaEnterprises and developers use LlamaParse to turn their hardest documents, including dense PDFs, scanned files, tables, and forms, into clean structured data their AI systems can actually use, at a scale of millions of pages a day. Create technical content across formats, including video walkthroughs, livestreams, blog posts, and conference talks, all centered on LlamaParse and the document-ingestion problem.