1

Mid Backend Developer Jobs in Houston, TX (NOW HIRING)

Position Summary We are seeking a Mid-Level Full Stack Developer to build and maintain end-to-end web applications in a Microsoft-centric environment. This role focuses on delivering scalable backend ...

Position Summary We are seeking a Mid-Level Full Stack Developer to build and maintain end-to-end web applications in a Microsoft-centric environment. This role focuses on delivering scalable backend ...

... • Develop backend services and RESTful APIs using C# and ASP.NET Core • Write optimized SQL ... DevOps for source control, backlog management, and CI/CD pipelines • Support documentation ...

AI Security Engineer

Houston, TX · On-site

$109K - $149K/yr

Mid-level candidates will focus more heavily on hands-on implementation , partnering with senior ... Integrate AI security controls into data pipelines, backend services, APIs, and CI/CD workflows.

next page

Showing results 1-20

Mid Backend Developer information

See Houston, TX salary details

$11

$55

$80

How much do mid backend developer jobs pay per hour?

As of Jul 17, 2026, the average hourly pay for mid backend developer in Houston, TX is $55.13, according to ZipRecruiter salary data. Most workers in this role earn between $45.24 and $65.19 per hour, depending on experience, location, and employer.

What is the difference between Mid Backend Developer vs Backend Developer?

AspectMid Backend DeveloperBackend Developer
Experience LevelMid-level (2-4 years)Entry to Mid-level (0-3 years)
Skills & CertificationsProficiency in server-side languages, databases, APIs; often familiar with cloud servicesBasic to intermediate backend skills, some familiarity with similar technologies
Work EnvironmentCollaborates on complex projects, often in teams with frontend and DevOpsWorks on foundational backend tasks, may be part of smaller teams or solo projects
Industry UsageCommon in tech companies, startups, and enterprise environmentsWidespread across various industries, including tech, e-commerce, and finance

The Mid Backend Developer typically has more experience and handles more complex backend systems compared to a Backend Developer. While both roles require similar foundational skills, the mid-level position involves greater responsibility, problem-solving, and collaboration on larger projects.

What are Mid Backend Developers?

Mid Backend Developers are software engineers with intermediate experience who focus on building, maintaining, and optimizing the server-side components of web or mobile applications. They typically work with databases, APIs, server logic, and integration with front-end systems. Mid-level developers have a solid understanding of programming languages such as Java, Python, Node.js, or Ruby and are expected to contribute to code reviews, troubleshoot issues, and implement new features under minimal supervision. Their role bridges the gap between junior developers, who need more guidance, and senior developers, who handle architecture and high-level decisions.

What are the key skills and qualifications needed to thrive as a Mid Backend Developer, and why are they important?

To excel as a Mid Backend Developer, you need strong programming skills in languages such as Java, Python, or Node.js, along with a solid understanding of databases and API design, typically backed by a bachelor’s degree in computer science or related field. Familiarity with tools and systems like Git, RESTful APIs, Docker, and cloud platforms (e.g., AWS, Azure) is usually required. Problem-solving abilities, effective communication, and teamwork are crucial soft skills that set high performers apart. These competencies ensure efficient development, maintainability, and seamless integration of backend services in dynamic technical environments.

What are some typical challenges a Mid Backend Developer might face when integrating new technologies into existing systems?

As a Mid Backend Developer, one common challenge is ensuring that new technologies or frameworks integrate smoothly with legacy systems without disrupting current operations. This often involves understanding both the old and new codebases, data migration, and dealing with compatibility issues. Collaborating closely with frontend developers, DevOps, and QA teams is essential to address potential bottlenecks and maintain performance. Additionally, thorough testing and documentation are crucial to ensure long-term stability and maintainability.
What are popular job titles related to Mid Backend Developer jobs in Houston, TX? For Mid Backend Developer jobs in Houston, TX, the most frequently searched job titles are:
What job categories do people searching Mid Backend Developer jobs in Houston, TX look for? The top searched job categories for Mid Backend Developer jobs in Houston, TX are:
What cities near Houston, TX are hiring for Mid Backend Developer jobs? Cities near Houston, TX with the most Mid Backend Developer job openings:
Backend Software Engineer (API-focused)

Backend Software Engineer (API-focused)

Off Duty Management

Katy, TX • On-site

Full-time

Posted yesterday


Job description

Backend Software Engineer (API-focused)

Katy, Texas (full-time onsite)


Compensation: $110,000 - $120,000 annually
Reports to: Software Engineering Manager


Visa Sponsorship: Not Available


Would you like to be a key member of the development team supporting hundreds of law enforcement agencies across the United States? Are you driven to produce high quality software that makes an impact to our society? Off Duty Management is the leading provider of off duty program solutions to law enforcement agencies and first responders across the United States. We provide the best possible service, protection, and administrative support to the sworn officers of our valued partner agencies.


We're building OfficerTRAK, a SaaS platform that our customers depend on, and the API layer is the backbone connecting our Angular web front end, native iOS and Android apps, and internal services. We're looking for a mid-level Backend Software Engineer to help design, build, and maintain the FastAPI microservices that power our product.


You’ll work across the full lifecycle of a service — from schema and endpoint design, through implementation and testing, to deployment and monitoring in production on AKS. You'll write asynchronous background jobs with Celery, design and optimize PostgreSQL schemas and queries, and build in the authentication, authorization, and security practices our platform depends on.


This role suits someone who has shipped production-grade FastAPI services before, cares about test coverage and code quality, and wants real ownership over how our APIs are designed, secured, and scaled.


This position is based onsite in our Katy, Texas headquarters.


Responsibilities 

  • Design and build production-grade FastAPI services — define clean, versioned RESTful API contracts, request/response schemas (Pydantic), and service boundaries within our microservice architecture.
  • Own data modeling and query design — design normalized, performant PostgreSQL schemas, write and optimize SQL queries, and manage migrations (e.g., Alembic) as services evolve.
  • Build reliable asynchronous workflows — design and maintain Celery tasks and queues for background processing, retries, and scheduled jobs.
  • Ship and operate services on our Azure/Kubernetes platform — containerize services, deploy to AKS, and troubleshoot issues in a live production environment.
  • Build in authentication, authorization, and security from the start — implement OAuth2/JWT-based auth, role-based access control, and follow API security best practices (OWASP API Top 10, input validation, secrets management).
  • Write meaningful, layered test coverage — unit, integration, and functional/end-to-end tests (pytest) that give the team confidence to ship quickly.
  • Participate in code reviews and design discussions — give and receive thoughtful feedback and help shape API and data model decisions across the team.
  • Instrument services for observability — add logging, metrics, and tracing so issues can be diagnosed quickly in production.
  • Collaborate cross-functionally — partner with frontend, mobile, and DevOps engineers to define API contracts and keep services aligned with product needs.
  • Contribute to CI/CD pipelines — help maintain automated build, test, and deployment workflows for the services you own.


Required Skills and Qualifications

  • 3+ years of professional backend software development experience, including production use of Python.
  • Strong hands-on experience with FastAPI building production APIs.
  • Solid understanding of relational database design, normalization, and SQL query optimization (PostgreSQL preferred).
  • Experience with Celery or a comparable distributed task queue (e.g., RQ, Kafka consumers) for asynchronous processing.
  • Experience deploying and operating services in Kubernetes, ideally on Azure (AKS).
  • Practical experience writing unit, integration, and functional tests (pytest or similar) as part of the regular development workflow.
  • Working knowledge of authentication and authorization standards (OAuth2, JWT, API keys, RBAC).
  • Understanding of API security best practices (OWASP API Top 10, input sanitization, secrets management, rate limiting).
  • Comfort with Git-based collaborative workflows (pull requests, code review, branching strategies).
  • Familiarity with containerization (Docker) and CI/CD pipelines.
  • Clear communication and a collaborative, ownership-driven approach to working with engineers.


Preferred Skills and Qualifications

  • Experience with Azure-specific services (Azure Key Vault, Azure Container Registry, Azure Monitor / App Insights).
  • Familiarity with API documentation tooling (OpenAPI/Swagger).
  • Experience with message brokers supporting Celery (Redis, RabbitMQ).
  • Experience with database migration tooling (e.g., Alembic).
  • Exposure to observability stacks (Prometheus, Grafana, OpenTelemetry) and distributed tracing.
  • Exposure to Infrastructure as Code (Terraform, Helm).
  • Understanding of domain-driven design or broader microservice architecture patterns.
  • Experience scaling APIs for a growing SaaS platform.


***Immigration-related benefits (for example, visa sponsorship) are not available for this position.


Off Duty Management is an equal opportunity employer. All applicants will be considered for employment without attention to race, color, religion, sex, sexual orientation, gender identity, national origin, veteran, or disability status.


This Organization Participates in E-Verify.