2

Remote Environmental Software Engineer Jobs in Texas

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 Engineer

Dallas, TX ยท On-site +1

Join a dynamic software engineering team supporting the design, development, and optimization of ... Support applications and environments through troubleshooting, root cause analysis, incident ...

New

Software Engineer

Austin, TX ยท On-site +1

$100K - $120K/yr

How you will contribute We are looking for a passionate Software Engineer to join our team focused ... You will work in a highly collaborative environment, building scalable, secure, and resilient ...

... environment stack, from deployment of physical hardware on the manufacturing line, to custom ... This includes remote caching, remote execution, target identification and selection, etc. * Operate ...

Staff Software Engineer

Flower Mound, TX ยท On-site +1

$133K - $222K/yr

Hybrid or Onsite Stryker is seeking a Staff Software Engineer to join our Endoscopy division. In ... Remote Procedure Calls (gRPC). Preferred: * Knowledge of Ethernet and IP networking, including ...

Sr. Software Engineer

Austin, TX ยท On-site +1

$121K - $160K/yr

CDK Global, LLC Job Title: Sr. Software Engineer Worksite: 11809 Domain Dr., Suite 200 Austin, TX ... remote teams. Support production issue resolutions per need. Participate in the development ...

Senior Software Engineer

Dallas, TX ยท On-site +1

$130K - $170K/yr

S. (Mobile and Remote Service). With Curbee., it's simple: dealerships send the right van to the ... Experience at a startup or in a fast-paced, high-growth environment. * Loving chocolate chip ...

The Software Team is seeking a Staff Software Engineer to help bridge the gap between complex ... work environment. Our people-first culture and global support system, including the remote work ...

The Software Team is seeking a Staff Software Engineer to help bridge the gap between complex ... work environment. Our people-first culture and global support system, including the remote work ...

The Software Team is seeking a Staff Software Engineer to help bridge the gap between complex ... work environment. Our people-first culture and global support system, including the remote work ...

Sr. Software Engineer

Austin, TX ยท On-site +1

$121K - $160K/yr

CDK Global, LLC Job Title: Sr. Software Engineer Worksite: 11809 Domain Dr., Suite 200 Austin, TX ... remote teams. Support production issue resolutions per need. Participate in the development ...

The Software Team is seeking a Staff Software Engineer to help bridge the gap between complex ... work environment. Our people-first culture and global support system, including the remote work ...

Sr. Software Engineer - Accounting

Richardson, TX ยท On-site +1

$110K - $145K/yr

We support fully remote work, but we have very nice offices in Santa Barbara, CA and San Diego, CA ... SaaS environment. * Creativity and the ability to solve complex problems without a roadmap.

Sr. Software Engineer - Accounting

Richardson, TX ยท On-site +1

$110K - $145K/yr

We support fully remote work, but we have very nice offices in Santa Barbara, CA and San Diego, CA ... SaaS environment. * Creativity and the ability to solve complex problems without a roadmap.

next page

Showing results 1-20

Remote Environmental Software Engineer information

What are the key skills and qualifications needed to thrive as a Remote Environmental Software Engineer, and why are they important?

To thrive as a Remote Environmental Software Engineer, you need a solid background in computer science, environmental science, and programming languages such as Python, R, or Java, often supported by a relevant degree. Familiarity with GIS tools, environmental modeling software, cloud-based collaboration platforms, and possibly certifications like AWS or GIS Professional are typically required. Strong problem-solving, self-motivation, and effective communication skills help you navigate remote teamwork and complex environmental data challenges. These abilities are crucial for developing accurate, scalable solutions that address real-world environmental issues while collaborating efficiently from a distance.

How does collaborating with cross-functional teams typically work for a Remote Environmental Software Engineer?

As a Remote Environmental Software Engineer, collaboration with cross-functional teams is primarily facilitated through digital communication tools such as video conferencing, project management platforms, and shared documentation. You will often work closely with environmental scientists, data analysts, and other engineers to translate technical requirements into software solutions. Regular virtual meetings and asynchronous updates help ensure everyone stays aligned, and clear documentation is vital for effective teamwork. Adapting to different time zones and communication styles can be challenging but is essential for project success.

What is a Remote Environmental Software Engineer?

A Remote Environmental Software Engineer is a professional who develops and maintains software applications focused on solving environmental challenges, such as climate modeling, pollution tracking, or resource management. They work remotely, often collaborating with multidisciplinary teams from different locations. Their responsibilities typically include designing, coding, testing, and optimizing software tools that help organizations monitor and address environmental issues. This role requires strong programming skills, knowledge of environmental science, and the ability to work effectively in virtual environments.

What is the difference between Remote Environmental Software Engineer vs Remote Environmental Data Analyst?

AspectRemote Environmental Software EngineerRemote Environmental Data Analyst
Required CredentialsBachelor's in Software Engineering, Environmental Science, or related; coding skillsBachelor's in Environmental Science, Data Analysis, or related; statistical skills
Work EnvironmentDeveloping software solutions, coding, testing remotelyAnalyzing environmental data, creating reports remotely
Employer & Industry UsageTech companies, environmental agencies, NGOsResearch institutions, government agencies, consulting firms
Common Search & Comparison IntentUnderstanding software development roles in environmental sectorUnderstanding data analysis roles in environmental sector

The Remote Environmental Software Engineer focuses on developing and maintaining software tools for environmental applications, requiring coding and software development skills. In contrast, the Remote Environmental Data Analyst specializes in interpreting environmental data to inform decisions, emphasizing data analysis and reporting. Both roles are vital in environmental sectors but differ in their core responsibilities and skill sets.

What are the most commonly searched types of Environmental Software Engineer jobs in Texas? The most popular types of Environmental Software Engineer jobs in Texas are:
What are popular job titles related to Remote Environmental Software Engineer jobs in Texas? For Remote Environmental Software Engineer jobs in Texas, the most frequently searched job titles are:
What cities in Texas are hiring for Remote Environmental Software Engineer jobs? Cities in Texas with the most Remote Environmental Software Engineer job openings:
Infographic showing various Remote Environmental Software Engineer job openings in Texas as of July 2026, with employment types broken down into 78% Full Time, 16% Part Time, and 6% Contract. Highlights an 100% Remote job distribution.

Software Engineer

Citamed

San Juan, TX โ€ข On-site, Remote

Full-time

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