2

Remote Node Js Developer Jobs in Brandon, FL (NOW HIRING)

Senior Agentic (AI) Engineer

Tampa, FL ยท Remote

$107K - $146K/yr

Strong Python; comfortable in TypeScript / Node.js. * Solid systems engineering instincts APIs ... All Remote Hires will be required to travel to Orlando, Florida at least twice per year for Town ...

Senior Agentic (AI) Engineer

Tampa, FL ยท On-site +1

$98K - $135K/yr

Strong Python; comfortable in TypeScript / Node.js. * Solid systems engineering instincts APIs ... All Remote Hires will be required to travel to Orlando, Florida at least twice per year for Town ...

JavaScript Tutor

Tampa, FL ยท Remote

$18 - $40/hr

... Node.js. Ability to explain callback functions, scope and hoisting, and the event loop while preparing students for web development careers and full-stack engineering coursework. * Conceptual ...

JavaScript Tutor

Saint Petersburg, FL ยท Remote

$18 - $40/hr

... Node.js. Ability to explain callback functions, scope and hoisting, and the event loop while preparing students for web development careers and full-stack engineering coursework. * Conceptual ...

DevOps Engineer

Tampa, FL ยท On-site +1

$49.75 - $68.25/hr

Experience developing, deploying and supporting large scale systems (.NET, Node, Go, Vue, Angular ... This is a remote role, candidates must be located in the US * Candidates must be authorized to work ...

DevOps Engineer

Tampa, FL ยท Remote

$49.75 - $68.25/hr

Experience developing, deploying and supporting large scale systems (.NET, Node, Go, Vue, Angular ... This is a remote role, candidates must be located in the US * Candidates must be authorized to work ...

DevOps Engineer

Tampa, FL ยท Remote

$49.75 - $68.25/hr

Experience developing, deploying and supporting large scale systems (.NET, Node, Go, Vue, Angular ... This is a remote role, candidates must be located in the US * Candidates must be authorized to work ...

DevOps Engineer

Tampa, FL ยท Remote

$54 - $74/hr

Experience developing, deploying and supporting large scale systems (.NET, Node, Go, Vue, Angular ... This is a remote role, candidates must be located in the US * Candidates must be authorized to work ...

Frameworks: Nest.js, React.js * Data & Messaging: PostgreSQL, Kafka, Redis, Redshift ... Experience managing distributed or remote-first teams. * Strong background in distributed systems ...

Frameworks: Nest.js, React.js * Data & Messaging: PostgreSQL, Kafka, Redis, Redshift ... Experience managing distributed or remote-first teams. * Strong background in distributed systems ...

... developer. * Demonstrated fluency with the following: * Typescript, React, GraphQL, and Node ... This is a fully remote position, however, candidates must either be based out of Europe (our ...

Vue.js * Dev Tools: Azure DevOps, Visual Studio, Git, Azure Portal * Design/Docs: Figma, MS Project, FeatureBase What We Offer * Full remote work flexibility within the U.S. * Ownership of core ...

next page

Showing results 1-20

Remote Node Js Developer information

See Brandon, FL salary details

$9

$50

$72

How much do remote node js developer jobs pay per hour?

As of Aug 5, 2026, the average hourly pay for remote node js developer in Brandon, FL is $50.60, according to ZipRecruiter salary data. Most workers in this role earn between $42.84 and $55.34 per hour, depending on experience, location, and employer.

What is the difference between Remote Node Js Developer vs Remote Front End Developer?

AspectRemote Node Js DeveloperRemote Front End Developer
Required SkillsJavaScript, Node.js, API development, backend frameworksHTML, CSS, JavaScript, frameworks like React or Angular
Work EnvironmentBackend server-side development, database integrationClient-side interface design, user experience
Industry UsageTech companies, startups, SaaS providersWeb design agencies, tech firms, e-commerce
Common Search IntentRemote Node Js Developer vs Remote Front End Developer

The main difference between a Remote Node Js Developer and a Remote Front End Developer lies in their focus areas. The Node Js developer specializes in backend development, working with server-side JavaScript, APIs, and databases. In contrast, the Front End Developer focuses on creating the visual and interactive aspects of websites or applications. Both roles often collaborate but require different skill sets and tools, making them distinct yet complementary positions in web development teams.

More about Remote Node Js Developer jobs
What are popular job titles related to Remote Node Js Developer jobs in Brandon, FL? For Remote Node Js Developer jobs in Brandon, FL, the most frequently searched job titles are:
What job categories do people searching Remote Node Js Developer jobs in Brandon, FL look for? The top searched job categories for Remote Node Js Developer jobs in Brandon, FL are:
What cities near Brandon, FL are hiring for Remote Node Js Developer jobs? Cities near Brandon, FL with the most Remote Node Js Developer job openings:
Infographic showing various Remote Node Js Developer job openings in Brandon, FL as of July 2026, with employment types broken down into 85% Full Time, and 15% Contract. Highlights an 100% Remote job distribution, with an average salary of $105,247 per year, or $50.6 per hour.

Senior Agentic (AI) Engineer

Worth AI

Tampa, FL โ€ข Remote

$107K - $146K/yr

Full-time

Medical, Dental, Vision, Life, Retirement, PTO

Re-posted 22 days ago


Job description

Worth AI is hiring a Senior Agentic AI Engineer to design and ship production agent systems that automate KYB, underwriting, and risk decisions on regulated financial data. You’ll own agents end-to-end architecture, retrieval, tools, evals, and production deployment and partner closely with our Chief AI Officer, applied scientists, and platform teams.

Responsibilities
  • Design and ship multi-step agentic systems (planner/executor, tool-using, multi-agent, human-in-the-loop) for onboarding, underwriting, case review, and continuous monitoring.
  • Architect agent graphs in LangGraph (or comparable — CrewAI, AutoGen, Claude Agent SDK) with explicit state, durable execution, retries, and safe fallbacks.
  • Build the retrieval layer powering our agents — chunking, hybrid search, reranking, and grounded citation.
  • Own the eval stack: golden sets, offline regression suites, LLM-as-judge, online A/B and shadow evals, and red-teaming for jailbreaks, prompt injection, and PII leakage.
  • Expose agents to production systems via well-typed tools and MCP servers. Treat tool surface area as a product.
  • Drive production MLOps: deployment, versioning, traffic shaping, cost/latency budgets, tracing, and on-call playbooks for agent incidents.
  • Partner with security and compliance to keep agents inside SOC 2, GDPR, CCPA, and fair-lending posture — auditability and explainability built in, not bolted on.
  • Mentor engineers on agent patterns, prompt hygiene, eval discipline, and LLM failure modes.
  • Technology Stack
    • Languages: Python, Node.js, TypeScript
    • Agent / LLM frameworks: LangGraph, LangChain, Claude Agent SDK, MCP, OpenAI SDK
    • Models: Anthropic Claude, OpenAI, open-weight where appropriate
    • Retrieval & Data: PostgreSQL, pgvector, OpenSearch, Kafka, Redshift, Redis
    • Infra: AWS, Kubernetes (EKS), ArgoCD, Terraform
    • Evals & Observability: LangSmith / Langfuse / Braintrust-style tooling, DataDog

Requirements

  • 5+ years of software engineering experience, with 2+ years building production LLM or agentic systems (not just notebooks or demos).
  • Hands-on experience with a modern agent framework (LangGraph strongly preferred) and a track record of shipping agents that run, fail gracefully, and recover.
  • Strong RAG fundamentals chunking, embeddings, hybrid retrieval, reranking, grounding — and judgment about when RAG isn’t the right answer.
  • Real eval experience golden sets, offline and online evaluations, used to make ship/no-ship calls.
  • Production MLOps fluency: deployed LLM workloads under real latency, cost, and reliability constraints.
  • Strong Python; comfortable in TypeScript / Node.js.
  • Solid systems engineering instincts APIs, async patterns, queues, databases, distributed system failure modes.
  • Calibrated communicator; thrives in ambiguous, fast-moving environments.
  • Prior experience in fintech, lending, payments, KYB/KYC, fraud, or AML.
  • Experience building MCP servers or other structured tool interfaces for LLMs.
  • Background in classical ML (ranking, scoring, calibration).
  • Experience designing explainable / auditable AI workflows for regulated environments.
  • Open-source contributions to agent frameworks, eval tooling, or retrieval libraries.
  • AWS depth (EKS, MSK, RDS, S3, Lambda) and IaC with Terraform.
Success Metrics
  • Agent Quality: Measurable improvements in task success rate, grounding accuracy, and hallucination rate on our eval suites.
  • Production Reliability: Agents you own meet defined SLOs for latency (P90/P99), tool-call success, and cost per task.
  • Velocity: New agent capabilities go from prototype to production in weeks, without skipping evals or guardrails.
  • Risk Posture: Zero material incidents tied to prompt injection, PII leakage, or unsafe tool use on agents you own.
  • Force Multiplier: Patterns, tools, and eval scaffolding you build get adopted across engineering.

All Remote Hires will be required to travel to Orlando, Florida at least twice per year for Town Halls and team collaboration, in addition to orientation in Orlando.

Benefits

  • Health Care Plan (Medical, Dental & Vision)
  • Retirement Plan (401k, IRA)
  • Life Insurance
  • Flexible Paid Time Off
  • 9 paid Holidays
  • Family Leave
  • Remote
  • Hybrid work (for Orlando Associates)
  • Free Food & Snacks (Orlando)
  • Wellness Resources