1

Weekend Software Developer Jobs in Weslaco, TX (NOW HIRING)

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 ...

... weekends. Travel between district facilities required; valid Texas driver's license required ... Relay configuration and event-analysis software experience (SEL AcSELerator, SEL-5030, or ...

... weekends. Travel between district facilities required; valid Texas driver's license required ... Relay configuration and event-analysis software experience (SEL AcSELerator, SEL-5030, or ...

... weekends. Travel between district facilities required; valid Texas driver's license required ... Relay configuration and event-analysis software experience (SEL AcSELerator, SEL-5030, or ...

Proficiency with HCSS HeavyJob software, Primavera P6, Plan Grid, Preferred. * Effective written ... Interface with owner, engineer, contractors, subcontractors and vendors, to provide engineering and ...

Proficiency with HCSS HeavyJob software, Primavera P6, Plan Grid, Preferred. * Effective written ... Interface with owner, engineer, contractors, subcontractors and vendors, to provide engineering and ...

This can include replacing hashboards, fans, power supplies, firmware, and software. Maintaining ... Troubleshoot network connectivity issues and escalate to senior engineers as needed Ensure ...

Individuals may work during the day and/or during the evening/weekend periods and may work a shift ... Certification in area systems, programming, and information technology a plus.? Accurate typing ...

next page

Showing results 1-20

Weekend Software Developer information

See Weslaco, TX salary details

$38.8K

$90.4K

$134.1K

How much do weekend software developer jobs pay per year?

As of Aug 18, 2026, the average yearly pay for weekend software developer in Weslaco, TX is $90,357.00, according to ZipRecruiter salary data. Most workers in this role earn between $72,700.00 and $105,000.00 per year, depending on experience, location, and employer.

What is a weekend software developer?

Weekend Software Developers are professionals who work primarily on weekends to develop, test, and maintain software applications. They may work part-time, on contract, or as freelancers, often supporting companies that require continuous development or maintenance outside of standard business hours. These roles are ideal for individuals seeking flexible work schedules or supplemental income. Weekend Software Developers typically possess the same technical skills as full-time developers, including programming, problem-solving, and collaboration abilities.

What are the key skills and qualifications needed to thrive as a weekend software developer, and why are they important?

To thrive as a Weekend Software Developer, you need strong programming skills in relevant languages (such as Python, Java, or JavaScript), software development experience, and often at least a bachelor's degree in computer science or a related field. Familiarity with version control systems like Git, popular frameworks, and agile project management tools is typically expected. Excellent time management, self-motivation, and effective communication are crucial soft skills for balancing weekend work and collaborating with remote or distributed teams. These skills ensure the developer can efficiently produce high-quality code, meet deadlines, and contribute positively to project goals even outside traditional work hours.

What are the typical expectations and communication practices for a weekend software developer working with a distributed team?

Weekend Software Developers often collaborate with teams that operate across various time zones and schedules. Clear, asynchronous communication is crucial, as you may need to provide detailed status updates, document your progress, and flag any blockers for your weekday colleagues. Many teams use tools like Slack, Jira, or Trello to facilitate handovers and ensure seamless project continuity. You can expect your responsibilities to focus on feature development, bug fixes, or code reviews, with an emphasis on self-management and proactive reporting. Building strong written communication skills will help you succeed and integrate smoothly with the broader development team.

What are the most commonly searched types of Software Developer jobs in Weslaco, TX?

The most popular types of Software Developer jobs in Weslaco, TX are:

What are popular job titles related to Weekend Software Developer jobs in Weslaco, TX?

For Weekend Software Developer jobs in Weslaco, TX, the most frequently searched job titles are:

What job categories do people searching Weekend Software Developer jobs in Weslaco, TX look for?

The top searched job categories for Weekend Software Developer jobs in Weslaco, TX are:

What cities near Weslaco, TX are hiring for Weekend Software Developer jobs?

Cities near Weslaco, TX with the most Weekend Software Developer job openings:

Infographic showing various Weekend Software Developer job openings in Weslaco, TX as of August 2026, with employment types broken down into 1% As Needed, 80% Full Time, 16% Part Time, and 3% Contract. Highlights an 87% Physical, 4% Hybrid, and 9% Remote job distribution, with an average salary of $90,357 per year, or $43.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?