2

Software Developer Internship Remote Jobs in Edinburg, 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 ...

Roadway CAD Technician

Mcallen, TX · On-site +1

  • Medical

  • Dental

  • Vision

  • Life

  • Retirement

  • PTO

... software, converting engineering concepts, sketches, and redline markups into completed design ... and eligibility for hybrid and remote work options for some employees based on role ...

Roadway CAD Technician

Mcallen, TX · On-site +1

  • Medical

  • Dental

  • Vision

  • Life

  • Retirement

  • PTO

... software, converting engineering concepts, sketches, and redline markups into completed design ... and eligibility for hybrid and remote work options for some employees based on role ...

Roadway CAD Technician

Mcallen, TX · On-site +1

  • Medical

  • Dental

  • Vision

  • Life

  • Retirement

  • PTO

... software, converting engineering concepts, sketches, and redline markups into completed design ... and eligibility for hybrid and remote work options for some employees based on role ...

Software Developer Internship Remote information

See Edinburg, TX salary details

$8

$16

$28

How much do software developer internship remote jobs pay per hour?

As of Aug 16, 2026, the average hourly pay for software developer internship remote in Edinburg, TX is $16.55, according to ZipRecruiter salary data. Most workers in this role earn between $13.37 and $17.55 per hour, depending on experience, location, and employer.

What does a software developer intern do?

As a remote software developer intern, your daily tasks may include writing and testing code, collaborating with team members via online communication platforms, attending virtual stand-up meetings, and participating in code reviews. You might also work on bug fixes, contribute to new feature development, and update project documentation. Expect regular communication with a mentor or supervisor who provides guidance and feedback as you progress. This role provides valuable hands-on experience in real-world projects, helps you build your technical skills, and exposes you to professional software development workflows.

What skills and qualifications are needed for a software developer internship remote?

To thrive as a Software Developer Internship Remote, you need a strong understanding of programming fundamentals, algorithms, and software development principles, often supported by current studies in computer science or a related field. Familiarity with version control systems like Git, programming languages such as Python or Java, and development environments is highly valuable. Strong communication, self-motivation, and time management skills help you stay productive and collaborate effectively in a remote setting. These skills and qualities are important to ensure you can contribute meaningfully to projects, work independently, and successfully integrate into remote development teams.

What is a software developer internship remote?

A Software Developer Internship Remote job is a temporary position where interns work remotely to gain hands-on experience in software development. Responsibilities typically include writing code, debugging, testing software, and collaborating with a team on projects. Interns may work with programming languages, frameworks, and tools relevant to the company’s tech stack. This role helps aspiring developers build their skills, gain industry experience, and improve their chances of securing a full-time job. Remote internships allow flexibility while still providing mentorship and guidance from experienced developers.

What job categories do people searching Software Developer Internship Remote jobs in Edinburg, TX look for?

The top searched job categories for Software Developer Internship Remote jobs in Edinburg, TX are:

What cities near Edinburg, TX are hiring for Software Developer Internship Remote jobs?

Cities near Edinburg, TX with the most Software Developer Internship Remote job openings:

Software Engineer

Citamed

San Juan, TX • On-site, Remote

Full-time

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