2

Remote Backend Developer Jobs in Wheat Ridge, CO

Design and develop robust, scalable, secure features for our web and backend applications ... Collaborate closely with product managers, engineers, and QA in a fully remote, agile environment ...

Software Engineer

Aurora, CO · On-site +1

$69K - $158K/yr

Remote Work: No Job Number: R0245493 Location: Aurora,CO,US Share job via: Share Software Engineer ... Ability to use back-end and front-end languages to develop complete solutions * TS/SCI clearance ...

Software Engineer

Aurora, CO · On-site +1

$69K - $158K/yr

Remote Work: No Job Number: R0241805 Location: Aurora,CO,US Share job via: Share Software Engineer ... Ability to use back-end and front-end languages to develop complete solutions * TS/SCI clearance ...

Software Engineer III

Denver, CO · On-site +1

$59.25 - $79.50/hr

While we are mostly a remote company, travel is required for some team meetings and cross function ... Develop scalable backend services (Node.js, TypeScript) and performant user-facing applications ...

Software Engineer

Aurora, CO · On-site +1

$86K - $198K/yr

Remote Work: No Job Number: R0239343 Location: Aurora,CO,US Share job via: Share Software Engineer ... Experience using back-end and front-end languages to develop complete solutions * Experience ...

Epic Denials Management Operator

Denver, CO · Remote

$18.50 - $24.75/hr

... Engineering practice to support hospital denials management to deliver back-end Revenue Cycle ... This is a primarily remote role supporting enterprise Epic support, with minimal travel and ...

The ideal candidate should have experience with SQL, front-end and back-end testing, the ability to ... This full-time, salaried position US-based remote role. Moore is a data-driven constituent ...

QA Engineer

Westminster, CO · On-site +1

$75K - $80K/yr

The ideal candidate should have experience with SQL, front-end and back-end testing, the ability to ... This full-time, salaried position US-based remote role. Moore is a data-driven constituent ...

Remote, US (preferably in Mountain Time Zone) Employment Type:Full-Time Switchfly is hiring a ... purely backend background, will stand out. * Experienceoperatingin a regulated compliance ...

Remote, US (preferably in Mountain Time Zone) Employment Type: Full-Time Switchfly is hiring a ... purely backend background, will stand out. * Experience operating in a regulated compliance ...

Remote, US (preferably in Mountain Time Zone) Employment Type:Full-Time Switchfly is hiring a ... purely backend background, will stand out. * Experienceoperatingin a regulated compliance ...

Full Stack Development

Boulder, CO · On-site +1

$30 - $100/hr

Company Description Our engineering culture values simplicity, core engineering principles, quality ... Design, build and launch back end architectures that support multi-tenant, multi-user scenarios.

Showing results 41-60

Remote Backend Developer information

See Wheat Ridge, CO salary details

$12

$61

$89

How much do remote backend developer jobs pay per hour?

As of Aug 7, 2026, the average hourly pay for remote backend developer in Wheat Ridge, CO is $61.35, according to ZipRecruiter salary data. Most workers in this role earn between $50.34 and $72.55 per hour, depending on experience, location, and employer.

What are the key skills and qualifications needed to thrive as a remote backend developer?

To thrive as a Remote Backend Developer, you need strong programming skills in languages such as Python, Java, or Node.js, a solid understanding of databases, and experience with designing APIs and server-side logic. Familiarity with tools and frameworks like Docker, Kubernetes, Git, and cloud platforms (AWS, Azure, or Google Cloud) is highly valued, and relevant certifications can further demonstrate your expertise. Excellent problem-solving abilities, effective communication, and the ability to work independently or within distributed teams are crucial soft skills. These skills ensure you can build reliable, scalable systems and collaborate efficiently in a remote development environment.

What is a remote backend developer?

A Remote Backend Developer is responsible for building and maintaining the server-side logic, databases, and APIs that power web or mobile applications. They work remotely, often collaborating with frontend developers, UX designers, and product managers to ensure smooth data processing and system performance. Their tasks include writing and optimizing backend code, managing databases, integrating third-party services, and ensuring application security and scalability. This role typically requires proficiency in backend programming languages such as Python, Java, Node.js, or Ruby, along with experience in cloud services and database management. Remote Backend Developers must have strong problem-solving skills and be comfortable working independently while communicating effectively with distributed teams.

What are the typical daily responsibilities of a remote backend developer?

As a Remote Backend Developer, your daily responsibilities often include designing, developing, and maintaining server-side applications, integrating with databases, and creating RESTful APIs for front-end consumption. You’ll regularly participate in code reviews, resolve bugs or performance issues, and collaborate with team members via online communication tools like Slack, Zoom, and project management platforms. Working remotely also means being proactive with documentation and staying aligned with team goals and timelines. This role typically requires a mix of independent work and interaction with front-end developers, product managers, and QA engineers to deliver well-integrated, high-quality software solutions.

What are popular job titles related to Remote Backend Developer jobs in Wheat Ridge, CO? For Remote Backend Developer jobs in Wheat Ridge, CO, the most frequently searched job titles are:
What cities near Wheat Ridge, CO are hiring for Remote Backend Developer jobs? Cities near Wheat Ridge, CO with the most Remote Backend Developer job openings:
Infographic showing various Remote Backend Developer job openings in Wheat Ridge, CO as of August 2026, with employment types broken down into 82% Full Time, and 18% Part Time. Highlights an 100% Remote job distribution, with an average salary of $127,618 per year, or $61.4 per hour.

Systems Software Engineer - Object Storage

Quantum US

Englewood, CO • Remote

$130K - $170K/yr

Full-time

Re-posted 26 days ago


Job description

With over 40 years of innovation, Quantum's end-to-end platform is uniquely equipped to orchestrate, protect, and enrich data across its lifecycle, providing enhanced intelligence and actionable insights. Leading organizations in cloud services, entertainment, government, research, education, transportation, and enterprise IT trust Quantum to bring their data to life, because data makes life better, safer, and smarter. Quantum is listed on Nasdaq (QMCO). For more information, visit www.quantum.com.

We are seeking a Senior Object Storage Software Engineer to design, implement, and optimize the object storage data path and core distributed services of our scale-out object storage platform. You will own software from the moment an object request hits the network interface through request processing, metadata operations, data placement, and durable persistence across the cluster.

This is a deep systems role for engineers passionate about low-latency code paths, high concurrency, and distributed systems correctness at scale.

Key Responsibilities
Object Storage Data Path

  • Design and optimize the object request pipeline for PUT/GET/DELETE and background operations, focusing on predictable latency, high throughput, and efficient CPU/memory usage in the critical path.
  • Build and maintain data path components such as request parsing/validation, routing, throttling, buffering, streaming I/O, and zero-copy / reduced-copy transfers where applicable.
  • Implement and tune distributed caching (read cache / metadata cache) and request coalescing strategies to reduce backend amplification and improve tail latency.
  • Identify and eliminate bottlenecks end-to-end (network → CPU → storage), leveraging deep Linux profiling and systems debugging skills.

Core Object Services & Distributed Architecture

  • Architect and evolve scale-out services for object metadata, namespace/indexing, placement, and cluster membership/state required for large clusters.
  • Design and maintain scalable, high-performance components such as metadata management and data placement algorithms across multi-node deployments.

Durability, Integrity & Resilience

  • Implement and maintain durability features such as erasure coding, replication, background healing, snapshots (where applicable), thin provisioning concepts, and data scrubbing to deliver “six nines” class durability.
  • Ensure correctness under failures: node loss, disk faults, partial writes, network partitions, and rolling upgrades—without compromising data integrity.

Concurrency, Locking & Correctness

  • Solve high-concurrency challenges in the object and metadata paths using robust synchronization strategies, lock minimization, and asynchronous execution models to maximize multi-core CPU utilization.
  • Apply careful correctness reasoning around ordering, idempotency, and race conditions in distributed request flows.

Scalability & Cluster Operations

  • Ensure the object data path and background systems scale linearly as nodes are added, including rebalancing and reconstruction workflows that minimize customer-visible impact.
  • Collaborate cross-functionally to integrate other platform components into the solution and operate effectively with remote teams.

Required Qualifications

  • 12+ years of software development experience using C/C++, Rust (or equivalent systems-level expertise).
  • Strong experience with distributed systems and high-performance storage software design.
  • Strong Linux experience, including debugging, profiling, and performance analysis of complex systems.
  • Solid understanding of concurrency, locking, and asynchronous programming models.
  • Strong communication skills; ability to collaborate in a team environment and across functions; ability to work effectively with remote teams.
  • Self-motivated, able to identify and solve problems independently, creative problem-solving mindset.
  • Willing and able to come to our office in Centennial, CO during core business hours (Tuesday - Thursday 10am-4pm).

Preferred / Nice-to-Have Skills

  • Experience with the Linux I/O subsystem and networking (plus).
  • Experience with storage protocols, clustering design and development (plus).
  • Experience with containers and Kubernetes (plus).
  • Experience using Git and Jira.
  • Experience with Amazon AWS S3 API, SDK’s & Tools.
  • Experience with AI tools or programming is a plus (especially for modern data pipelines and workload integration).

Quantum provides a diverse portfolio of health plans for medical and prescription, dental, vision, life, disability, and supplemental medical insurance options. We also support our team members’ efforts to develop and maintain a healthy lifestyle through reimbursement and educational programs. Quantum offers a company-matched 401(k) plan to help employees save for retirement in a tax-advantaged way. We also have an Employee Stock Purchase Program for purchasing Quantum stock at a discounted rate.

Anticipated Salary Range: $130,000 to $170,000 for qualified applicants.

The above pay range represents Quantum's good faith and reasonable estimate of possible compensation at the time of posting. Pay within the range will be based on a variety of factors, including but not limited to, relevant experience, knowledge/education, skills/abilities, internal equity, and budgetary considerations.

#LI-HYBRID