2

Remote Software Engineer Reddit Jobs in Texas (NOW HIRING)

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

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

Houston, TX · On-site +1

$110K - $145K/yr

We seek an experienced Senior Software Engineer to drive technical excellence and deliver ... Work-Life Balance with fully remote work and Unlimited Paid Time Off * Employee Assistance Program ...

Associate Software Engineer

Irving, TX · On-site +1

$50K - $101K/yr

The Opportunity This role, the Associate Software Engineer works on site out of our Irving, TX ... remote support features for our service organizations, and developing integrations with AI tools.

New

Associate Software Engineer

Irving, TX · On-site +1

$50K - $101K/yr

The Opportunity This role, the Associate Software Engineer works on site out of our Irving, TX ... remote support features for our service organizations, and developing integrations with AI tools.

- Software Engineer (Mid-Level) Reports To - Engineering Manager Summary AxisCare is hiring a full-time, fully remote mid-level Software Engineer to join a team that's actively rethinking how software ...

Showing results 21-40

Remote Software Engineer Reddit information

What is the difference between Remote Software Engineer Reddit vs Remote Web Developer?

AspectRemote Software Engineer RedditRemote Web Developer
Required CredentialsBachelor's in CS or related field, coding skillsBachelor's in CS, design, or related field, coding skills
Work EnvironmentTech companies, startups, open-source projectsWeb agencies, tech firms, freelance platforms
Employer & Industry UsageTech industry, software companies, Reddit communityWeb development agencies, freelance clients, tech companies
Search & Comparison IntentUnderstanding roles, job requirements, remote optionsWeb development skills, remote opportunities, project types

Remote Software Engineer Reddit and Remote Web Developer roles share common coding skills and remote work environments. However, software engineers focus more on software systems, applications, and backend development, while web developers specialize in website and front-end or full-stack development. Both roles are in high demand in the tech industry and often sought through online communities like Reddit.

What are the most commonly searched types of Software Engineer Reddit jobs in Texas? The most popular types of Software Engineer Reddit jobs in Texas are:
What cities in Texas are hiring for Remote Software Engineer Reddit jobs? Cities in Texas with the most Remote Software Engineer Reddit job openings:
Infographic showing various Remote Software Engineer Reddit job openings in Texas as of August 2026, with employment types broken down into 1% Internship, 88% Full Time, 8% Part Time, and 3% Contract. Highlights an 87% Physical, 4% Hybrid, and 9% Remote job distribution.

Software Engineer

Citamed

San Juan, TX • On-site, Remote

Full-time

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