1

Senior Software Engineer Jobs in Mission, 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 ...

Consult with vendors, personnel in other departments or construction superintendents/engineers to ... Proficiency with HCSS estimating software * Establish complete estimate utilizing HCSS Heavy Bid ...

Consult with vendors, personnel in other departments or construction superintendents/engineers to ... Proficiency with HCSS estimating software * Establish complete estimate utilizing HCSS Heavy Bid ...

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

The Senior Engineer will be managing project/tasks in the planning, design and construction of ... Lead preparation of detailed engineering calculations & analysis and utilize design software to ...

... software, geotechnical data interpretation, and design project guidance to support undergraduate civil engineering students from introductory courses through senior capstone design. * Effective ...

next page

Showing results 1-20

Senior Software Engineer information

See Mission, TX salary details

$58.4K

$110.8K

$148.4K

How much do senior software engineer jobs pay per year?

As of Aug 11, 2026, the average yearly pay for senior software engineer in Mission, TX is $110,763.00, according to ZipRecruiter salary data. Most workers in this role earn between $94,700.00 and $124,800.00 per year, depending on experience, location, and employer.

What is a senior software engineer?

A senior software engineer designs, codes, tests, and maintains computer software. While these are your primary responsibilities as a senior software engineer, you may also have supervisory duties. These include overseeing a team of junior software engineers or developers. The senior software engineer title is sometimes used interchangeably with senior developer, and positions for both may share similar job duties and responsibilities. In general, software engineers are distinguished from developers in that software engineers apply engineering principles to software development.

What are some common challenges senior software engineers face when mentoring junior team members?

Senior Software Engineers often mentor junior colleagues, which can be incredibly rewarding but also presents challenges. Balancing mentorship with project deadlines can be demanding, as it requires strong time management and communication skills. Additionally, adapting explanations to different learning styles and levels of experience can be tricky. However, effective mentorship helps build a stronger team and can lead to enhanced leadership opportunities for the senior engineer.

What is the difference between Senior Software Engineer vs Software Developer?

AspectSenior Software EngineerSoftware Developer
CredentialsBachelor's or higher in CS or related field; experience often 5+ yearsBachelor's in CS or related field; entry to mid-level experience
Work EnvironmentDesigning complex systems, leading projects, mentoringWriting code, developing features, debugging
Industry UsageUsed across tech companies, startups, enterpriseCommon in software firms, startups, freelance work
Search & ComparisonOften compared for experience level, responsibilitiesCompared for entry-level to mid-level roles

The main difference between a Senior Software Engineer and a Software Developer lies in experience, responsibilities, and scope. Senior Software Engineers typically have more experience, lead projects, and mentor others, while Software Developers focus on coding and feature development. Both roles are essential in tech companies, but the Senior Software Engineer position involves higher-level planning and leadership.

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

To thrive as a Senior Software Engineer, you need advanced programming skills, deep understanding of software architecture, and several years of experience in software development, often supported by a relevant degree. Familiarity with tools like Git, CI/CD pipelines, cloud platforms, and expertise in technologies such as Java, Python, or JavaScript are typically required. Leadership, problem-solving, and effective communication are crucial soft skills for mentoring teams and collaborating across departments. These skills ensure the delivery of robust, scalable solutions and drive successful project outcomes in complex technical environments.
What are the most commonly searched types of Software Engineer jobs in Mission, TX? The most popular types of Software Engineer jobs in Mission, TX are:
What are popular job titles related to Senior Software Engineer jobs in Mission, TX? For Senior Software Engineer jobs in Mission, TX, the most frequently searched job titles are:
What job categories do people searching Senior Software Engineer jobs in Mission, TX look for? The top searched job categories for Senior Software Engineer jobs in Mission, TX are:
What cities near Mission, TX are hiring for Senior Software Engineer jobs? Cities near Mission, TX with the most Senior Software Engineer job openings:
Infographic showing various Senior Software Engineer job openings in Mission, TX as of August 2026, with employment types broken down into 1% Internship, 83% Full Time, 11% Part Time, 1% Temporary, and 4% Contract. Highlights an 87% Physical, 4% Hybrid, and 9% Remote job distribution, with an average salary of $110,763 per year, or $53.3 per hour.

Software Engineer

Citamed

San Juan, TX • On-site, Remote

Full-time

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