2

Contract Software Engineer Remote Jobs in McAllen, TX

We are looking for Software Engineers that want to help Citamed get to the next level. If working ... Availability to work in San Juan and with remote working options Applicant should also answer the ...

Remote micro1 is engaging Computational Biology & Cheminformatics Experts to contribute their expertise to a customer's computational drug discovery project. In this role, you'll apply your expertise ...

Remote micro1 is engaging Computational Biology & Cheminformatics Experts to contribute their expertise to a customer's computational drug discovery project. In this role, you'll apply your expertise ...

Software Tutor

Edinburg, TX · Remote

$18 - $40/hr

Deep knowledge of software development methodologies, programming languages, version control ... Varsity Tutors does not contract in: Alaska, California, Colorado, Delaware, Hawaii, Maine, New ...

... software engineering, discrete mathematics, and theory of computation. Ability to explain time ... Varsity Tutors does not contract in: Alaska, California, Colorado, Delaware, Hawaii, Maine, New ...

Ability to explain computational thinking, abstraction, iteration, recursion, and software ... Varsity Tutors does not contract in: Alaska, California, Colorado, Delaware, Hawaii, Maine, New ...

Java Tutor

Edinburg, TX · Remote

$18 - $40/hr

... software engineering. * Curriculum Awareness & Adaptive Instruction: Familiar with Java curricula ... Varsity Tutors does not contract in: Alaska, California, Colorado, Delaware, Hawaii, Maine, New ...

Adapts instruction using structural analysis software, code reference materials, and design problem ... Varsity Tutors does not contract in: Alaska, California, Colorado, Delaware, Hawaii, Maine, New ...

... and contract documents. * Prepare and revise detailed roadway design plans, profiles, cross ... software, converting engineering concepts, sketches, and redline markups into completed design ...

... and contract documents. * Prepare and revise detailed roadway design plans, profiles, cross ... software, converting engineering concepts, sketches, and redline markups into completed design ...

... and contract documents. * Prepare and revise detailed roadway design plans, profiles, cross ... software, converting engineering concepts, sketches, and redline markups into completed design ...

next page

Showing results 1-20

Contract Software Engineer Remote information

See McAllen, TX salary details

$60.3K

$140.2K

$195.2K

How much do contract software engineer remote jobs pay per year?

As of Aug 17, 2026, the average yearly pay for contract software engineer remote in McAllen, TX is $140,151.00, according to ZipRecruiter salary data. Most workers in this role earn between $114,000.00 and $164,400.00 per year, depending on experience, location, and employer.

What does a contract software engineer remote do?

A remote contract software engineer is a professional who designs, develops, tests, and maintains software applications while working remotely, often on a project or time-limited basis. They are typically hired by companies for specific projects or to fill temporary skill gaps, and their work is governed by a contract that outlines the duration, deliverables, and payment terms. These engineers collaborate with teams using online tools, and their responsibilities can include coding, debugging, and participating in virtual meetings to ensure project success.

What are the key skills and qualifications needed to thrive as a contract software engineer remote?

To thrive as a Contract Software Engineer (Remote), you need strong programming skills, experience with software development methodologies, and a relevant degree or equivalent experience. Proficiency with version control systems like Git, cloud platforms (e.g., AWS, Azure), and collaboration tools such as Jira or Slack is typically required. Excellent time management, communication, and self-motivation are standout soft skills for remote work success. These competencies ensure high-quality, timely deliverables and effective remote collaboration across distributed teams.

How do contract software engineers typically integrate with remote development teams?

As a contract software engineer working remotely, you'll often be onboarded quickly and expected to familiarize yourself with the team's tools, workflows, and codebase in a short time. Communication is key—most teams rely on daily stand-ups, regular check-ins, and collaborative platforms like Slack, Jira, or GitHub to keep everyone aligned. You'll likely work alongside full-time engineers, product managers, and designers, contributing to specific projects or milestones with clear deliverables. Proactivity in asking questions and sharing updates helps build trust and ensures smooth collaboration, even when working from different locations and time zones.

How much does a contract software engineer make?

A contract software engineer's pay varies based on experience, location, and project scope, but typically ranges from $50 to $150 per hour. Senior or specialized engineers with in-demand skills like cloud computing or cybersecurity can earn higher rates, especially for remote work with flexible schedules.

What are popular job titles related to Contract Software Engineer Remote jobs in McAllen, TX?

For Contract Software Engineer Remote jobs in McAllen, TX, the most frequently searched job titles are:

What cities near McAllen, TX are hiring for Contract Software Engineer Remote jobs?

Cities near McAllen, TX with the most Contract Software Engineer Remote job openings:

Infographic showing various Contract Software Engineer Remote job openings in McAllen, TX as of July 2026, with employment types broken down into 67% Full Time, and 33% Contract. Highlights an 100% Remote job distribution, with an average salary of $140,151 per year, or $67.4 per hour.

Software Engineer

Citamed

San Juan, TX • On-site, Remote

Full-time

Re-posted 17 days ago


Job description

We are looking for Software Engineers that want to help Citamed get to the next level. If working within a Tech Startup, with other professionals that will push you to the limit is what you are searching for... then this is for you!
At Citamed, we strive for excellency at all levels of our business and operations. We pride ourselves for the attention to detail and the quality of our work. Therefore, we are looking for people that:
  • Want to learn about everything... and keep learning... always!
  • Are proactive and dynamic, with good attitudes and like having fun with coding and technology.
  • Extremely passionate about technology, software, and quality.
  • Ability to research, investigate, and study profoundly new technologies and best practices.
  • Be able to manage priorities, constant changes, and new requirements while maintaining a high level of quality and attention to details, due dates, and deliverables.
  • Be organized and able to work under pressure when necessary.

We also have some requirements for the opening:
  • Should have at least 2-3 years of experience in software and applications architecture and development.
  • Fully bilingual (verbal and written).
  • Knowledge of two or more of the following programming languages/frameworks/infrastructure: Visual Basic, C#, MS-SQL, Javascript, Groovy (Java), ReactJS, Amazon Web Services.
  • Availability to work in San Juan and with remote working options
Applicant should also answer the following questions related to the next code snippet.
01> var printers = [];
02> for(var i=0; i<3; i++) {
03> printers[i] = function(){
04> myCoolPrinter(i);
05> };
06> }
07> for(i=0; i<3; i++) {
08> printers[i]();
09> }
10> for(var j=0; j<3; j++) {
11> printers[j]();
12> }
13> function myCoolPrinter(v1){
14> // this function will print "v1"
15> }
DO NOT USE A COMPUTER TO RUN THE CODE ABOVE - we will know :). THE FOLLOWING QUESTIONS SHOULD BE ANSWERED BY MIND.
  1. Briefly describe lines 1-6.
  2. Briefly describe lines 10-12.
  3. Suppose that the function myCoolPrinter will output parameter v1 to the console. What will be the output?

PLEASE USE A COMPUTER TO RUN THE PREVIOUS CODE SNIPPET TO ANSWER THE FOLLOWING QUESTIONS.
  1. Refactor function myCoolPrinter so that it outputs to the console (eg: use console.log). What is the output?
  2. Is the output different to the one in question #3, why?