2

Remote Visual Basic 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 ...

System Design Engineer

Coppell, TX · On-site +1

$98K - $135K/yr

... Visual Basic. * Ability to work independently, collaborate with remote teams, and demonstrate strong problem-solving and analytical skills. * Support RFP/RFQ Network Design responses and network ...

LOCATION- USA- Remote PRIMARY RESPONSIBILITIES * Act as the primary technical liaison between ... Working knowledge with Java Script, PowerShell, Visual Basic for Applications (VBA). * Experience ...

Electrical Engineer

Austin, TX · On-site +1

$107K - $139K/yr

... u007C Remote Job Type - Hybrid Requisition ID - 11053 Stanley Consultants, Inc. is seeking an ... Perform basic engineering calculations. * Assist in sizing, selecting, and specifying electrical ...

Electrical Engineer

Austin, TX · On-site +1

$107K - $139K/yr

... IA | Remote Job Type - Hybrid Requisition ID - 11053 Stanley Consultants, Inc. is seeking an ... Perform basic engineering calculations. * Assist in sizing, selecting, and specifying electrical ...

Electrical Engineer

Austin, TX · On-site +1

$107K - $139K/yr

... IA | Remote Job Type - Hybrid Requisition ID - 11053 Stanley Consultants, Inc. is seeking an ... Perform basic engineering calculations. * Assist in sizing, selecting, and specifying electrical ...

next page

Showing results 1-20

Remote Visual Basic Programmer information

What is a remote Visual Basic programmer?

A Remote Visual Basic Programmer is a software developer who specializes in using the Visual Basic programming language to create, maintain, and troubleshoot applications, while working from a remote location rather than an in-office setting. These programmers typically develop desktop applications, automate tasks, or build solutions for Windows environments. They collaborate with teams and clients virtually, using communication and project management tools to deliver projects efficiently. Remote Visual Basic Programmers need strong coding skills, self-motivation, and the ability to work independently. Their responsibilities may also include debugging existing code and integrating Visual Basic applications with other systems.

What are the typical challenges faced by remote Visual Basic programmers, and how can they be managed effectively?

Remote Visual Basic Programmers often encounter challenges such as maintaining clear communication with team members across different locations and managing project expectations without face-to-face interactions. Staying organized and proactively scheduling regular check-ins with stakeholders can help ensure alignment on project goals and deadlines. Additionally, utilizing version control systems and collaborative tools streamlines code sharing and reduces misunderstandings. Building strong relationships with remote colleagues also fosters better teamwork and support.

What are the key skills and qualifications needed to thrive as a remote Visual Basic programmer?

To thrive as a Remote Visual Basic Programmer, you need strong proficiency in Visual Basic (VB), experience with software development principles, and often a degree in computer science or a related field. Familiarity with development environments like Microsoft Visual Studio, version control systems such as Git, and sometimes Microsoft certifications are typically expected. Excellent problem-solving skills, self-motivation, and effective remote communication are vital soft skills for this role. These skills ensure efficient code development, seamless collaboration with distributed teams, and the ability to deliver reliable software solutions remotely.
What are the most commonly searched types of Visual Basic Programmer jobs in Texas? The most popular types of Visual Basic Programmer jobs in Texas are:
What cities in Texas are hiring for Remote Visual Basic Programmer jobs? Cities in Texas with the most Remote Visual Basic Programmer job openings:
Infographic showing various Remote Visual Basic Programmer job openings in Texas as of August 2026, with employment types broken down into 81% Full Time, and 19% Part Time. Highlights an 100% Remote job distribution.

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?