2

Remote Visual Foxpro Programmer Jobs in Texas (NOW HIRING)

Visual Basic, C#, MS-SQL, Javascript, Groovy (Java), ReactJS, Amazon Web Services. * Availability ... remote working options Applicant should also answer the following questions related to the next ...

Senior Engineer, Process Validation

Houston, TX ยท On-site +1

$100K - $130K/yr

... sterile filling, visual inspection, container closure integrity testing, filter validation ... We recognize the benefits of flexible, remote working arrangements for eligible roles and are ...

Senior Engineer, Process Validation

Dallas, TX ยท On-site +1

$100K - $130K/yr

... sterile filling, visual inspection, container closure integrity testing, filter validation ... We recognize the benefits of flexible, remote working arrangements for eligible roles and are ...

next page

Showing results 1-20

Remote Visual Foxpro Programmer information

What is the difference between Remote Visual Foxpro Programmer vs Remote SQL Developer?

AspectRemote Visual Foxpro ProgrammerRemote SQL Developer
Required SkillsVisual FoxPro, database management, legacy system maintenanceSQL, database design, data analysis
Work EnvironmentRemote, primarily in legacy system environmentsRemote, modern database environments
Industry UsageLegacy software, specialized applicationsData-driven industries, enterprise applications

While both roles involve working with databases remotely, a Remote Visual Foxpro Programmer specializes in maintaining and developing legacy applications using Visual FoxPro, whereas a Remote SQL Developer focuses on designing and managing modern SQL databases. The choice depends on whether the employer's needs are centered around legacy systems or contemporary data solutions.

What are some common challenges faced by Remote Visual FoxPro Programmers, and how can they be addressed?

Remote Visual FoxPro Programmers often encounter challenges such as working with legacy codebases, limited documentation, and integration with modern systems. To address these challenges, it's important to maintain clear communication with team members, utilize version control tools, and stay up-to-date with available migration strategies. Collaborating closely with business analysts and other developers can also help clarify requirements and streamline troubleshooting, ensuring continued productivity in a remote environment.

What is a Remote Visual FoxPro Programmer?

A Remote Visual FoxPro Programmer is a software developer who specializes in designing, developing, and maintaining applications using Microsoft Visual FoxPro, while working from a remote location. These professionals handle tasks such as database management, application upgrades, bug fixes, and system integration, often collaborating with clients or teams online. Since Visual FoxPro is a legacy system, many businesses hire remote experts to support or migrate their existing applications. Strong knowledge of Visual FoxPro, databases, and remote communication tools is essential for this role.

What are the key skills and qualifications needed to thrive as a Remote Visual Foxpro Programmer, and why are they important?

To thrive as a Remote Visual Foxpro Programmer, you need strong proficiency in Visual FoxPro programming, database management, and software troubleshooting, with a background in computer science or related experience. Familiarity with legacy systems, version control tools like Git, and remote collaboration platforms such as Slack or Zoom is often required. Excellent problem-solving abilities, self-motivation, and effective communication are crucial soft skills for succeeding in a remote environment. These competencies ensure efficient maintenance and upgrading of legacy applications while collaborating seamlessly with distributed teams.
What are the most commonly searched types of Visual Foxpro Programmer jobs in Texas? The most popular types of Visual Foxpro Programmer jobs in Texas are:
What job categories do people searching Remote Visual Foxpro Programmer jobs in Texas look for? The top searched job categories for Remote Visual Foxpro Programmer jobs in Texas are:
What cities in Texas are hiring for Remote Visual Foxpro Programmer jobs? Cities in Texas with the most Remote Visual Foxpro Programmer job openings:
Infographic showing various Remote Visual Foxpro Programmer job openings in Texas as of June 2026, with employment types broken down into 81% Full Time, and 19% Contract. Highlights an 100% Remote job distribution.

Software Engineer

Citamed

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

Full-time

Posted 2 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?