Full Stack Engineer
Carparts Inc
What We Do CarParts.com is the go-to eCommerce platform for auto care and maintenance. We provide drivers with quality parts at competitive prices and enable them to schedule appointments with trusted mechanics directly through our website. Using world-class design principles and the latest technologies, we deliver a fast, intuitive digital experience backed by our company-owned national distribution network. What We Do CarParts.com is the go-to eCommerce platform for auto care and maintenance. We provide drivers with quality parts at competitive prices and enable them to schedule appointments with trusted mechanics directly through our website. Using world-class design principles and the latest technologies, we deliver a fast, intuitive digital experience backed by our company-owned national distribution network. With over 1,000 employees worldwide, we are scaling rapidly, fueled by our most recent strategic partnership and $35 million investment. This positions us for the next phase of growth as we continue to empower drivers along their journey. Our Culture At CarParts.com, our culture goes beyond our core values of Safety First, Customer Focused, and Commitment to Excellence. We are a performance-driven, data-focused, and fast-paced team where results matter and winning is expected. Hungry & Hardworking: We set ambitious goals, measure progress with clear metrics, and hold ourselves accountable to deliver results. Promote from Within: We reward top performers with opportunities for growth and advancement. Collaborative & In-Person: We believe the best ideas and fastest execution happen face-to-face. High Standards: We move quickly, pay attention to details, and dig deep - whether it’s analyzing contracts, aggregating complex scenarios, or building clear, data-driven presentations. No Passengers: We value grit, ownership, and the relentless pursuit of results We are investing heavily in AI-powered engineering — building intelligent agents, integrating LLMs into our platform, and developing MCP (Model Context Protocol) servers to orchestrate context-aware automation across our ecommerce stack. This role sits at the intersection of full-stack engineering and applied AI. Why This Role Is AI-Forward Role This is not a traditional full-stack role with AI bolted on. AI is woven into how we build, ship, and operate: Every engineer uses AI coding assistants (Claude Code, Claude Cowork, GitHub Copilot, Cursor) as a daily multiplier — not an optional extra We are building production AI agents that automate merchandising, search relevance, customer support triage, and content generation Our agents use agentic patterns — autonomous planning, multi-step reasoning, tool orchestration, self-correction, and human-in-the-loop checkpoints — not simple prompt-response chains Our platform exposes MCP servers so LLM-powered tools can read catalog data, trigger workflows, and act on real-time signals We treat prompt engineering and token economics as first-class engineering disciplines, reviewed in PRs alongside application code If you want to ship AI features that millions of customers interact with — not just prototype in a notebook — this is the role. Who You Are The Builder: You’d rather write a reusable abstraction, a CLI tool, or a code generator than repeat the same manual task twice — and you design systems that scale without you babysitting them. The Troubleshooter: A user reports a broken checkout flow and you instinctively open the network tab, trace the API call, and pinpoint whether it’s a frontend state bug, a backend validation edge case, or a data mismatch — before anyone else finishes reading the ticket. The AI Enthusiast: You treat token budgets and prompt design with the same rigor as component architecture — optimising context windows, evaluating model trade-offs, and shipping AI-powered features that move product metrics. What You’ll Do Build & Ship Product Features (50%) Design, develop, and own full-stack features across React/Next.js frontends and Node.js/Express microservices Build AI-powered product experiences: intelligent search, personalized recommendations, automated content generation, and conversational commerce flows Design and develop agentic systems — agents that plan, reason over multiple steps, select and call tools, handle errors autonomously, and escal Implement agentic patterns:ReActloops, chain-of-thought planning, reflection/self-critique, memory (short-term context and long-term retrieval), and multi-agent coordination Develop and maintain MCP servers that expose ecommerce domain tools (catalog, pricing, inventory, order) to LLM-powered clients Integrate LLM APIs into production paths with proper error handling, fallback strategies, andcostguardrails Write prompts, evaluation harnesses, and monitoring for AI features — treat them as code, version them, review them AI & Automation Requirements & Developer Experience (30%) Optimize frontend performance: Core Web Vitals, page load time, time-to-first-byte Design APIs (REST,OpenAPI) that are clean, well-documented, andbackward-compatible Build shared tooling: CLI utilities, code generators, reusable component libraries, and internal developer tools powered by AI Improve CI/CD pipelines, containerized builds, and deployment workflows Participate in architecture decisions, code reviews, and technical design documents 1+ year hands-on experience integrating LLM APIs (OpenAI, Anthropic, or equivalent) into production or near-production systems Demonstrated ability to build or extend AI agents that use tool-calling, function execution, and structured output Proven approach to token budget management: prompt optimization, caching strategies, cost monitoring dashboards Collaborate & Grow (20%) Translate business requirements into technical designs with product and design stakeholders Mentor engineers on AI integration patterns, prompt engineering, and modern full-stack practices Stay current with AI/ML tooling, LLM advances, and MCP ecosystem developments — bring what you learn back to the team Position Requirements Contributions to open-source AI tooling or MCP ecosystem CarParts.com is an equal-opportunity employer. We enthusiastically accept our responsibility to make employment decisions without regard to race, religious creed, color, age, sex, sexual orientation, national origin, religion, marital status, medical condition, physical or mental disability, military service, pregnancy, childbirth and related medical conditions, or any other classification protected by federal, state, and local laws and ordinances. The above-noted job description is not intended to describe, in detail, the multitude of tasks that may be assigned but rather to give the incumbent a general sense of the responsibilities and expectations of his/her position. As the nature of business demands change so, too, may the essential functions of this position. Core Engineering (Required) 5+ years of experience in full-stack web application development using Node.js, JavaScript, TypeScript, and modern frameworks Extensive experience building scalable applications and microservices using React, Next.js, Node.js, Express, HTML, and CSS Hands-on TypeScript across frontend and backend systems Strong knowledge of RESTful API design andOpenAPIspecifications Experience designing and integrating APIs, including REST and modern data-fetching patterns Extensive experience with MySQL, MongoDB, PostgreSQL, and Redis, with solid understanding of data modeling trade-offs Familiarity with micro-frontend architecture and module federation Strong experience building performant React applications using hooks and state management (Redux or equivalent) Experience with cloud-native development using Docker and containerized environments Experience with CDNs, caching strategies, performance optimization, and security considerations Strong knowledge of JavaScript build tools (Webpack, Vite, or modern bundlers) Proficiency with Chrome DevTools and frontend performance profiling Experience with SPA, PWA, responsive design, and MPA architectures Strong foundation in data structures, algorithms, and database design Proven experience in software architecture, design patterns, and engineering best practices AI & Automation (Required) 1+ year hands-on experience integrating LLM APIs (OpenAI, Anthropic, or equivalent) into production or near-production systems Demonstrated ability to build or extend AI agents that use tool-calling, function execution, and structured output Solid understanding of agentic concepts and design patterns: ReAct(Reason + Act) loops, chain-of-thought planning, and step-by-step task decomposition Tool orchestration — selecting, invoking, and chaining external tools based on model reasoning Memory architectures: conversation context, scratchpads, vector-backed long-term recall Self-correction and reflection — agents that detect errors in their own output and retry Human-in-the-loop checkpoints, confidence thresholds, and graceful fallback to manual workflows Multi-agent coordination — delegating subtasks across specialized agents and merging results Acquaintance or hands-on experience developing agents: Built, extended, or shipped at least one agent (production, internal tool, or well-scoped prototype) that performs multi-step autonomous tasks Familiar with agent frameworks such asLangChain,LangGraph,CrewAI,Autogen, Claude Agent SDK, or custom orchestration loops Comfortable designing agent tool schemas, managing agent state, and debugging non-deterministic agent behavior Experience designing or contributing to MCP servers or similar context-orchestration layers Proven approach to token budget management: prompt optimization, caching strategies, and cost monitoring Comfortable using AI coding assistants (GitHub Copilot, Claude Code, Claude Cowork, Cursor) daily to accelerate development Able to write effective prompts for code generation, refactoring, test creation, and documentation Understands foundational LLM concepts: tokens, temperature, context windows, embeddings, and RAG Can evaluate AI-generated code for correctness, security, and performance — not just accept output blindly Nice to Have Experience with public cloud services (AWS, Azure, GCP) Experience with e-commerce/retail purchase journeys Experience migrating legacy applications to modern stacks Familiarity with vector databases (Pinecone,Weaviate,pgvector #J-18808-Ljbffr
$170k - $225k
...for the mission. Total Ownership. We seek staff and engineers who take full responsibility for contributing to and delivering flight-ready... ...force multiplication and drive mission success. Sr. Full Stack Software Engineer Long Wall's Senior Full Stack...SuggestedPermanent employmentFull timeWork at officeFlexible hours- ...Your Role As a Full Stack Engineer in the healthcare space, you'll architect seamless, missioncritical applications that clinicians and patients depend on. From polished interfaces to highperformance backends, you'll shape technology that improves care delivery and...SuggestedWork at officeShift work2 days per week
- ...substantial growth. Joining our team means engaging with expansive engineering teams across Latin America, Philippines and the United States... .... Position Title and Location Position Title: Senior Full Stack Developer Location: US Nice to Have Experience with public cloud...Suggested
- ...based I.T staffing and professional services company specializing in Web, Cloud & Mobility staffing solutions. Be it core Java, full-stack Java, Web/UI designers, Big Data or Cloud or Mobility developers/architects, we have them all. Job Description Hand...SuggestedFull time
- ...DAPS) that comprehensively uses machine learning to optimally engineer, additively manufacture, and flexibly assemble complex integrated... ...future of technology and production.PurposeWe’re seeking a Full‑Stack Software Engineer with solid experience in application development...SuggestedTemporary work
$122.43k - $224.5k
...DAPS) that comprehensively uses machine learning to optimally engineer, additively manufacture, and flexibly assemble complex integrated... ...and production.PurposeDivergent is seeking a Senior Full-Stack Software Engineer to develop and scale software systems that power...Temporary work- ...DAPS) that comprehensively uses machine learning to optimally engineer, additively manufacture, and flexibly assemble complex integrated... ...of technology and production.PurposeDivergent is seeking a Full-Stack Software Engineer II to help build and scale the software platforms...Temporary work
$122.43k - $224.5k
...DAPS) that comprehensively uses machine learning to optimally engineer, additively manufacture, and flexibly assemble complex integrated... ...technology and production.PurposeDivergent is seeking a Staff Full-Stack Software Engineer to lead the architecture, design, and...Temporary work- Job Description Core technical skills ( must haves):- Aspx, .net, C#, VB, PL/SQL, SQL server 2005/2008 R2/2014, T-SQL, SSIS, SQL queries, stored procedures, functions, load balancer fundamentals, IIS web server fundamentals, html, web services, WCF, SSRS, SSIS, ...Full time
$135.15k - $182.85k
Full Stack Software Engineer (Experienced or Lead)Company:The Boeing CompanyBoeing Defense, Space & Security (BDS) has an exciting opportunity for a Full Stack Software Engineer to join the Space Mission Systems (SMS) team in Chantilly, VA or Seal Beach, CA.Our teams are...Permanent employmentFull timeWork experience placementCurrently hiringImmediate startRelocationVisa sponsorshipWork visaFlexible hoursShift work$100k - $175k
...Full-Stack Software EngineerTorrance, California, United StatesNeros is a defense technology company rebuilding America's drone industrial... ...and deter the adversaries of democracy. We're hiring engineers, operators, and builders who want to move fast, take on extreme...Work experience placement- ...Full Stack Software EngineerTorrance, California, United StatesDivergent is a technology company that has architected, invented, built... ...DAPS) that comprehensively uses machine learning to optimally engineer, additively manufacture, and flexibly assemble complex integrated...Temporary work
- A leading technology consultancy is seeking a Full-stack Developer to collaborate with one of the largest investment management companies, based in Southern California. The role requires strong skills in Angular, Typescript, HTML, and CSS, with significant backend experience...
- A defense technology company in California seeks a Software Engineer specializing in full-stack development to enhance autonomous defense platforms. Responsibilities include designing applications, developing APIs, and maintaining AWS infrastructures. Candidates should...
- ...Responsibilities: Development and testing on Tech stack of Angular8 or above, Typescript, Java,... ...microservices Active adherence to engineering best practices including unit testing, CI... ...with Java and front-end technologies full stack development ~3+ years of...
- ...in the biometrics and identity solutions space, is seeking a Full Stack Developer to support a web-based enrollment application within... ...across multiple states. You’ll join a collaborative engineering team working in an agile environment, partnering closely with...Flexible hours
- ...Job Title Around 8 to 10 years of experience in the following skill sets: Design, develop, and maintain full-stack applications using Java, Spring Boot, and Angular 18+ Implement and optimize MarkLogic for data storage and retrieval Work with MySQL for...
$159k - $267k
...Senior Software Engineer, BackendAt Vast, our mission is to contribute to a future where billions of people are living and thriving in space... ...of artificial-gravity human-rated space stations.This will be a full-time, exempt position located in our Long Beach location....Permanent employmentFull timeTemporary workWeekend work- ...Senior Software Engineer, Backend Eleven Recruiting is seeking a Senior Software Engineer, Backend for one of our largest aerospace manufacturing clients located in Long Beach, CA. Responsibilities: Design, develop and lead creation of core data components...
- Luxoft is looking for a Full-stack Developer who would be working with our Customer - one of the world's largest investment management companies. Based in Southern California, our client manages close to $2 trillion in assets and is working with Luxoft in a full-scale...
$144k - $307k
...building. Whether we're developing new hardware, prototyping full-stack systems, or pursuing ideas with breakthrough potential, our work... ...prove out new moonshots on the cutting edge of science and engineering.Moonshot Engineers will be wearing many different hats, from...- ...who are passionate about helping us grow and thrive in our second century.Job Description Summary:We are seeking an experienced Full Stack Web Developer with exceptional troubleshooting skills to join our development team. This role combines hands-on development with...Local area3 days per week
- Murray Company seeks an Associate Programmer to rapidly build, iterate, and launch modules within its proprietary technical ecosystem. You will develop tools to enhance internal operations, digitizing workflows like timesheets and project management, in partnership with...
$88.4k - $154.7k
...culture that empowers you to achieve your full potential. Unleash your talent and... ...facing applicationsCollaborate with software engineers, AI/ML engineers, and product stakeholders... ...project-based experience in front-end or full-stack developmentWorking knowledge of Python...Full timeInternshipWork at officeFlexible hours- See’s Candies is seeking an experienced Full Stack Web Developer to join our development team. This role combines hands-on development with critical support responsibilities, ensuring the reliability and security of See’s E-commerce Applications on a hybrid schedule that...3 days per week
$70 - $75 per hour
...Recruiter at Norgate Technology W2 Contract Position in Los Alamitos, CA. Hybrid (3 days in office) We are looking for a Senior Full Stack Developer with deep expertise in the latest MEAN stack ( MongoDB, Express.js, Angular 17-19, Node.js ) and strong AWS experience...Contract workWork at office- ...S. citizens and those authorized to work in the U.S. are encouraged to apply. We are unable to sponsor at this time.Note:-This is a FULL TIMEjob oppurtunity.Only US Citizen, Green Card Holder, GC-EAD, H4-EAD, L2-EAD, TN VIsa can apply.No OPT-EAD & H1-Bfor this position...
$54.42 per hour
...working with over 6,000 clients, including 80% of the Fortune 500, across North America, Europe and Asia. As an industry leader in Full-Stack Technology Services, Talent Services, and real-world application, we work with progressive leaders to drive change. That's the...Contract workTemporary work$154k - $230k
...solve customer problems. You’ll work alongside welders, robotics engineers, data scientists, and systems engineers at the intersection of... ...who thrives in cross-functional environments, enjoys owning full projects from design to deployment, and is comfortable navigating...$154k - $230k
...and ongoing iteration. Develop applications used to plan and schedule purchasing and manufacturing operations, access and analyze engine and component test data, and several other tools used by engineers and operators across the company. Follow agile development...
Do you want to receive more vacancies?
Subscribe and receive similar vacancies to Full Stack Engineer. Be the first to apply!
- remote .net full stack web developer Long Beach, CA
- senior full stack web developer Long Beach, CA
- c# .net full stack developer Long Beach, CA
- full-stack ruby on rails developer Long Beach, CA
- full stack engineer
- full stack cloud developer
- full stack developer
- entry level fullstack developer
- ai full stack developer
- lead full stack java developer


