2

Remote Integration Software Engineer 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 ...

Software Tutor

Edinburg, TX · Remote

$18 - $40/hr

Ability to explain agile and waterfall methodologies, design patterns, object-oriented principles, and continuous integration while preparing students for software engineering roles and computer ...

Web Development Tutor

Edinburg, TX · Remote

$18 - $40/hr

... integration, RESTful API design, version control with Git, deployment, and responsive design ... roles and software engineering careers. * Conceptual Teaching & Problem-Solving: Skilled at ...

... integrating multiple engineering disciplines in design projects. Adapts instruction using structural analysis software, geotechnical data interpretation, and design project guidance to support ...

Robotics Tutor

Edinburg, TX · Remote

$18 - $40/hr

... software integration, understanding control systems, and managing team-based design projects. Adapts instruction using hands-on building activities, programming tutorials, and competition preparation ...

Vibe Coding Tutor

Edinburg, TX · Remote

$18 - $40/hr

Deep knowledge of AI-assisted software development using natural language prompts, iterative prompt ... developers integrating AI into existing workflows. * Effective Teaching Methods: Ability to ...

Cursor Tutor

Edinburg, TX · Remote

$18 - $40/hr

... integration, and extension compatibility ... Ability to explain AI-assisted refactoring, code explanation features, and efficient developer ...

... software development, engineering, healthcare, and scientific communication applications ... integrating visuals effectively. Adapts instruction using real-world document projects, peer ...

Math 2 Tutor

Edinburg, TX · Remote

$18 - $40/hr

Familiar with Integrated Math 2 curricula and Common Core standards, and common challenges such as ... Adapts instruction using dynamic geometry software, visual models for probability, and scaffolded ...

... applying integrating factors, and interpreting phase portraits. Adapts instruction using direction fields, software visualization tools, and engineering-context problems to support advanced ...

... engineering and physics coursework. * Conceptual Teaching & Problem-Solving: Skilled at breaking ... Adapts instruction using three-dimensional graphing software, step-by-step parametrization ...

IT Project Manager II

Mcallen, TX · Remote

$60 - $62/hr

Position is remote, but MUST be in the Texas region for occasional travel to site. Pay Rate: $60.00 ... , software development lifecycle (SDLC), and systems integration. * Ability to thrive in a fast ...

Remote Integration Software Engineer information

See McAllen, TX salary details

$42.3K

$118.1K

$164.8K

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

As of Jul 29, 2026, the average yearly pay for remote integration software engineer in McAllen, TX is $118,064.00, according to ZipRecruiter salary data. Most workers in this role earn between $98,800.00 and $133,000.00 per year, depending on experience, location, and employer.

What is the difference between Remote Integration Software Engineer vs Remote API Developer?

AspectRemote Integration Software EngineerRemote API Developer
Required CredentialsBachelor's in CS or related field, experience with integration toolsBachelor's in CS or related field, experience with API design
Work EnvironmentCollaborates with cross-functional teams, remote or hybridWorks on API development, testing, and documentation remotely
Industry UsageUsed in software, SaaS, and enterprise integration projectsCommon in web services, SaaS, and mobile app development
Search & Comparison IntentOften compared for integration roles involving systems and data flowCompared for API-specific development and design roles

The Remote Integration Software Engineer and Remote API Developer roles share similar credentials and work environments but focus on different aspects of software development. The Integration Engineer emphasizes connecting various systems, while the API Developer specializes in designing and building APIs. Both roles are vital in modern software ecosystems and often overlap in skills and industry usage.

What are popular job titles related to Remote Integration Software Engineer jobs in McAllen, TX? For Remote Integration Software Engineer jobs in McAllen, TX, the most frequently searched job titles are:
What cities near McAllen, TX are hiring for Remote Integration Software Engineer jobs? Cities near McAllen, TX with the most Remote Integration Software Engineer job openings:
Infographic showing various Remote Integration Software Engineer job openings in McAllen, TX as of June 2026, with employment types broken down into 1% As Needed, 80% Full Time, 16% Part Time, and 3% Contract. Highlights an 48% Physical, 2% Hybrid, and 50% Remote job distribution, with an average salary of $118,064 per year, or $56.8 per hour.

Software Engineer

Citamed

San Juan, TX • On-site, Remote

Full-time

Re-posted 28 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?