Software Jobs in Texas (Now Hiring) — 8,410 open — Page 283
Wander
Senior / Staff Backend Engineer, Sync (PMS & Hotel Integrations)
San Francisco, California, United States · On-site
Senior+
Level: Senior to Staff (IC). 7+ years required, 10+ preferred, in backend systems that have to work. Team: Sync — the integration and reconciliation layer between external property-management systems and Wander's interna…
Job Purpose Senior software/automation engineer responsible for configuring, versioning and validating industrial automation software, supporting FAT and field commissioning, creating CI/CD pipelines and collaborating ac…
Skills: Industrial Automation, Control Systems, Software Configuration, Git, Ethernet/IP
Who we are: Formic is on a mission to reshape American manufacturing by making automation accessible to every factory. As labor constraints rise, costs increase, and global competition intensifies, automation is no longe…
Skills: PLC Programming, Industrial Robotics, Control Systems, Troubleshooting, Electrical Schematics
Tenstorrent is leading the industry on cutting-edge AI technology, revolutionizing performance expectations, ease of use, and cost efficiency. With AI redefining the computing paradigm, solutions must evolve to unify inn…
Skills: Cadence Allegro PCB Designer, BGA Optimization, Signal Integrity, Power Integrity, Package-Board Co-design
Tenstorrent is leading the industry on cutting-edge AI technology, revolutionizing performance expectations, ease of use, and cost efficiency. With AI redefining the computing paradigm, solutions must evolve to unify inn…
Skills: CPU Architecture, Performance Modeling, Microarchitecture Development, C++, Python
Your Journey at Crowe Starts Here: At Crowe, you can build a meaningful and rewarding career. With real flexibility to balance work with life moments, you’re trusted to deliver results and make an impact. We embrace you …
Job Overview GENERAL SUMMARY Under general direction of the Sr IT Application Systems Manager in the area of focus, assists in the management and maintenance of application-level software. Implements and maintains automa…
Skills: Apache NiFi, Groovy, Systems Analysis, Software Development, Database Management
Agency: Credera Job Function: Consulting Job Subfunction: Technology Consulting Job Description: Credera is a global consulting firm that combines transformational consulting capabilities, deep industry knowledge, AI and…
Agency: Credera Job Function: Consulting Job Subfunction: Technology Consulting Job Description: Credera is a global consulting firm that combines transformational consulting capabilities, deep industry knowledge, AI and…
Field Application Engineer - Temporary - Part time - Houston, TX
Houston, Texas, United States · On-site
$20/hr–$25/hr
Entry level$405M raised
Job Title: Field Application Engineer Location: Houston, TX US Work type: Temporary - Part time Who are We? Field AI is transforming how robots interact with the real world. We are building risk-aware, dependable, and fi…
Skills: Robotics Deployment, Field Testing, Data Collection, Technical Communication, Hardware Troubleshooting
Senior Backend Developer: The Senior Backend Developer is responsible for developing a robust collection of connected and complementary technical solutions that deliver an enterprise scale framework that serves hundred-t…
Interested candidates based outside of the designated areas are welcome to apply, provided they have the indefinite right to work in the job location. Cohesity is a leader in AI-powered data security and management. Aide…
Agency: Credera Job Function: Consulting Job Subfunction: Technology Consulting Job Description: Credera is a global consulting firm that combines transformational consulting capabilities, deep industry knowledge, AI and…
Skills: Data Engineering, Data Pipeline Development, Cloud Architecture, Data Wrangling, SQL
Agency: Credera Job Function: Consulting Job Subfunction: Technology Consulting Job Description: Credera is a global consulting firm that combines transformational consulting capabilities, deep industry knowledge, AI and…
Skills: Data Architecture, Data Engineering, Python, SQL, NoSQL
<p>Adidev Technologies is seeking entry and mid-level iOS and Android developers with at least 1 - 2 years of experience. Must be willing to relocate depending upon the client assignment. A project can last anywhere from…
Agency: Credera Job Function: Consulting Job Subfunction: Technology Consulting Job Description: Credera is a global consulting firm that combines transformational consulting capabilities, deep industry knowledge, AI and…
Agency: Credera Job Function: Consulting Job Subfunction: Technology Consulting Job Description: Credera is a global consulting firm that combines transformational consulting capabilities, deep industry knowledge, AI and…
Skills: Angular, React, Next.js, Spring Boot, Python
Aerospace Transparencies - Advanced Manufacturing Engineer (MES) Grand Prairie, TX As the Advanced Manufacturing Systems Engineer, Expert will manage the design, implementation, and optimization of Enterprise Resource Pl…
Skills: ERP Systems, Factory Information Systems (FIS), Manufacturing Simulation, Pro Model, Lean Manufacturing
About the role: The Sales Manager's primary role is to attract, lead, coach and develop a team of quota-bearing associates to drive revenue for Gartner. A Sales Manager typically manages a team of 6-12 direct reports. Wh…
Skills: Consultative Sales, Sales Management, Team Leadership, Coaching, Mentorship
Your Journey at Crowe Starts Here: At Crowe, you can build a meaningful and rewarding career. With real flexibility to balance work with life moments, you’re trusted to deliver results and make an impact. We embrace you …
Sign up with Clera and we'll reach out the moment a role actually fits you — no more spraying applications into the void.
Full-time
Posted 26d ago
~40 hrs/week
Responsibilities
You will build and maintain integration adapters to map vendor-specific data into a canonical internal model while ensuring system reliability and observability. You are responsible for keeping the architecture simple and resisting the addition of complex orchestration layers.
Requirements
Candidates must have 7-10+ years of experience in backend systems with a strong focus on REST/HTTP API integrations and relational database fundamentals. Proficiency in TypeScript and the ability to quickly learn the Effect library are required.
Full job description
Level: Senior to Staff (IC). 7+ years required, 10+ preferred, in backend systems that have to work. Team: Sync — the integration and reconciliation layer between external property-management systems and Wander's internal services.Stack: TypeScript on Effect, PostgreSQL, REST/HTTP integrations against a long and growing list of third-party PMSes, with hotel systems coming next.
What Sync is
Sync is the layer that makes every external PMS look like one uniform PMS to the rest of Wander. Downstream services should never know or care whether the booking, rate, or availability behind a call came from one vendor's API or another's; Sync maintains that abstraction for the internal systems and makes it real by adapting the external ones.
The architecture is deliberately simple and you are expected to keep it that way. Connectors talk to each external system, adapters and transformers map vendor-specific shapes onto a canonical internal set of functions and structs, and Sync applies those canonical facts into the internal owner systems with observable freshness, retries, and recovery. Sync pulls authoritative PMS facts through PMS-specific adapters, translates them into Wander canonical forms, and lands them in the systems that own that state.
What Sync is not, and what you will be expected to actively resist turning it into: a workflow engine, a queue system, or a clever orchestration layer. The database owns accepted work and recovery state. Token buckets, timers, workers, and queues are execution controls, not the system of record. If a design starts growing a bespoke orchestration brain, that is a smell, and part of this job is having the judgment and the spine to keep the thing boring.
What you will do
Build and own PMS adapters: connect to each vendor's REST/HTTP API, handle its auth, its rate limits, its pagination, its quirks and its lies, and map its data onto Wander's canonical model. Every vendor is different and several are badly behaved; the work is making them all look the same from the inside.
Build the canonical model and the transformers that get vendors into and out of it, so the abstraction downstream services rely on stays clean even as the set of integrated systems grows.
Make freshness, retries, and recovery observable and real. When a sync falls behind, fails, or partially applies, the system should make that visible and recover deterministically rather than silently drift. Reconciliation against the authoritative external source is core to the job, not an afterthought.
Keep the database as the source of truth for accepted work and recovery state, and keep the execution controls (rate limiting, scheduling, workers) as controls rather than letting them accrete into a shadow workflow engine.
Extend the same patterns to hotel systems as that work arrives, generalizing the canonical model where it should generalize without over-abstracting for cases that do not yet exist.
Treat third-party data as something to validate and reconcile, not to trust blindly, because the external system is authoritative for its facts but not always correct in how it reports them.
What you bring
7+ years (10+ preferred) building backend systems that simply have to work, where correctness, recovery, and uptime are the job and "mostly works" is failure.
Deep, real experience with REST and HTTP APIs, integration work against third-party systems, and the specific pain of making many inconsistent external APIs behave as one. You have integrated against APIs that were undocumented, inconsistent, rate-limited, and occasionally wrong, and you know how to build defensively against them.
Strong relational database fundamentals: you reach for the database to own state and recovery, you understand idempotency and reconciliation, and you know why the DB, not a queue, should hold accepted work.
Strong TypeScript, and either real Effect experience or a credible track record of picking up a functional-effects style quickly. We are on Effect and you will be productive in it; prior exposure is a plus, the ability to learn it fast is required.
The temperament this team is actually hiring for: someone who will just figure it out. You take an ambiguous integration against a vendor whose docs are wrong and get it working, you keep the design simple under pressure, and you do not need a spec for every edge case to make forward progress.
The judgment to resist over-engineering. You know the difference between an execution control and a workflow engine, and you keep Sync on the right side of that line.
Strongly preferred
Direct experience integrating against property-management systems, booking/reservation systems, hotel systems (PMS/CRS/channel managers), or comparable multi-vendor integration domains.
Experience building reconciliation or sync systems where an external system is authoritative and freshness, drift, and recovery are first-class concerns.
A history of being the person who owns the gnarly integration nobody else wants and makes it reliable.
Level expectations
At Senior, you own adapters and the canonical mappings end to end, build reliable integrations against difficult external systems with minimal hand-holding, and make sound calls on freshness, retry, and recovery without needing them spelled out. At Staff, you additionally shape the canonical model and the integration patterns the rest of the team builds against, set the boundary that keeps Sync an integration-and-reconciliation layer rather than an orchestration engine, and raise the reliability bar across the team's integrations. Either way you are measured on integrations that work, recover, and stay observable under real-world vendor behavior, and on keeping the system simple as the number of integrated PMSes and hotel systems grows.
Related keywords
Backend SystemsTypeScriptEffectPostgreSQLRESTHTTPPMSIntegrationReconciliationAPIData MappingCanonical ModelObservabilityIdempotencySystem DesignHotel Systems
Frequently asked questions
How much do Software jobs in Texas pay?
Based on 4068 listings with disclosed salaries, most software jobs in Texas pay between $95k–$222k per year. Individual offers vary with seniority, company size, and specialization.
How many Software jobs are open in Texas right now?
There are currently 8,410 open software positions in Texas listed on Clera. New openings are added daily as companies post roles.
Which companies are hiring for Software roles in Texas?
Companies currently hiring include Amazon, Bright Vision Technologies, JPMorganChase, AMD, Charles Schwab, among others. Browse the listings above to see every active employer.
Are there remote or hybrid Software jobs in Texas?
Yes — 4451 of the 8410 open software positions offer remote or hybrid work (1860 remote, 2591 hybrid).
How do I apply for Software jobs in Texas?
Each listing links directly to the employer's application page. Apply early — fresh listings get the most recruiter attention in the first two weeks.