Browse
···
Log in / Register

Technical Support Engineer - 1st Shift

Negotiable Salary

Futurex

Bulverde, TX, USA

Favourites
Share

Description

Futurex is seeking talented individuals with a passion for technology and an interest in business to join our team as a Technical Support Engineer for our 1st shift 8:00 am - 5:00 pm CT. This position is on-site at Futurex’s Engineering Campus in Bulverde, 15 miles north of San Antonio, Texas. This position involves individuals in both the business development and IT support for Futurex’s advanced line of cryptographic security solutions. Initially, individuals in this position work to develop a deep knowledge of Futurex technology and industry standards by participating in our software quality assurance process. This progresses into customer support and sales with Tier-1 organizations worldwide. RESPONSIBILITIES INCLUDE: Provide ongoing technical support and guidance to Futurex’s global customer base from 8:00 am - 5:00 pm CT Test and troubleshoot new and existing hardware, software, and firmware developed for the data security and encryption industry Apply business knowledge and technical ability to create state-of-the-art solutions to help enterprises secure their sensitive data Train customers on the Futurex product line and data security best practices Help develop customer IT environments and provide project management services for custom initiatives Write and maintain technical documentation released to the public Understand industry-specific APIs and protocols used when interfacing with external systems Requirements REQUIREMENTS 3-5 years experience in a related IT field Bachelor’s degree in cybersecurity, or a technical and/or business related major Broad information technology background Strong communication skills Strong problem-solving skills Flexibility to assist in several different departments of the company STRONGLY PREFERRED Familiarity with enterprise data encryption technology, including hardware security modules (HSM); enterprise key, certificate, and PKI management solutions; and/or tokenization for PCI DSS compliance Experience with TCP/IP networking Experience with multiple architectures and platforms Experience with OpenSSL, Linux, scripting (Python, Perl, Bash) Experience with technical support, sales, or quality assurance Benefits Competitive compensation and opportunities for advancement Opportunity to travel to worldwide destinations Health, dental, vision, life, and short/long-term disability insurance Paid vacation, holidays, and sick leave Complimentary gym membership on Bulverde campus Retirement plan with employer contribution match Scenic corporate campus with amenities including a tennis court, jogging trail, and putting green Welcoming, family-style corporate culture uniquely suited to fast-paced, entrepreneurial, and motivated individuals

Source:  workable View original post

Location
Bulverde, TX, USA
Show map

workable

You may also like

Workable
Sr. AI/ML Computer Vision Engineer
Headquartered in the United States, TP-Link Systems Inc. is a global provider of reliable networking devices and smart home products, consistently ranked as the world’s top provider of Wi-Fi devices. The company is committed to delivering innovative products that enhance people’s lives through faster, more reliable connectivity. With a commitment to excellence, TP-Link serves customers in over 170 countries and continues to grow its global footprint. We believe technology changes the world for the better! At TP-Link Systems Inc, we are committed to crafting dependable, high-performance products to connect users worldwide with the wonders of technology.  Embracing professionalism, innovation, excellence, and simplicity, we aim to assist our clients in achieving remarkable global performance and enable consumers to enjoy a seamless, effortless lifestyle. We are seeking a Senior AI/ML Computer Vision Engineer to drive the development and deployment of AI-powered features across our smart home automation product lines, which includes smart security cameras, video doorbells and autonomous vacuum cleaners. This role is crucial for optimizing real-time machine learning inference and video analytics at the edge, ensuring seamless integration with cloud infrastructure while maximizing performance and efficiency. The ideal candidate has a strong background in embedded AI, computer vision, and real-time video processing with hands-on experience in deploying and optimizing ML models on constrained edge devices. Responsibilities Lead the development of ML-based computer vision pipelines for real-time object detection, tracking, and classification across cameras, radar, LiDAR, and other sensors Utilize multi-sensor fusion techniques, combining video, audio, and radar/LiDAR data to enhance smart device intelligence. Optimize deep learning models for low-latency inference on embedded hardware (e.g., TensorFlow Lite, ONNX Runtime, OpenVINO, NVIDIA Jetson, Coral Edge TPU). Implement quantization, pruning, and model compression to maximize performance on edge devices. Collaborate with cloud team to develop edge-to-cloud data pipelines Requirements Required Qualifications Master’s degree in computer science or related field 3-7 years of experience in embedded AI, edge computing, and computer vision. Strong proficiency in Python for embedded AI development. At least 4 years of experience in deep learning frameworks such as TensorFlow, PyTorch and Darknet Expertise in machine learning model deployment on resource-constrained edge devices. Proficiency in image/video processing and computer vision tools such as PIL/Pillow, gstreamer, FFmpeg, OpenCV Able to simultaneously manage multiple projects Desired Qualifications Familiarity with state-of-the-art deep learning models for image segmentation and object detection Experience in Ensembling methods for combining multiple ML models Knowledge of low-power optimization techniques for AI inference on edge hardware. C/C++ Benefits Salary range: $130,000-$180,000 Free snacks and drinks, and provided lunch on Fridays Fully paid medical, dental, and vision insurance (partial coverage for dependents) Contributions to 401k funds Bi-annual reviews, and annual pay increases Health and wellness benefits, including free gym membership Quarterly team-building events At TP-Link Systems Inc., we are continually searching for ambitious individuals who are passionate about their work. We believe that diversity fuels innovation, collaboration, and drives our entrepreneurial spirit. As a global company, we highly value diverse perspectives and are committed to cultivating an environment where all voices are heard, respected, and valued. We are dedicated to providing equal employment opportunities to all employees and applicants, and we prohibit discrimination and harassment of any kind based on race, color, religion, age, sex, national origin, disability status, genetics, protected veteran status, sexual orientation, gender identity or expression, or any other characteristic protected by federal, state, or local laws. Beyond compliance, we strive to create a supportive and growth-oriented workplace for everyone. If you share our passion and connection to this mission, we welcome you to apply and join us in building a vibrant and inclusive team at TP-Link Systems Inc. Please, no third-party agency inquiries, and we are unable to offer visa sponsorships at this time.
Irvine, CA, USA
$130,000/year
Craigslist
LAMP Stack Junior Developer for OpenEMR
I run a software company that develops software for an open-source project called OpenEMR, an application that runs medical clinics, hospitals, and other medical organizations. I am looking for a part-time 20 hours per month junior developer to assist me and my company with completing tasks for OpenEMR. As time progresses this has the ability to turn into more hours. You would be a 1099 contractor for my company. More info about the project (this is the project you will be working on): https://www.open-emr.org/ Before the interview I need you to read the following document. In your cover letter please be able to demonstrate as much as possible what is contained in this document. You probably won't get 100% but please give it a solid try. Requirements for OpenEMR Development This document defines the minimum skills and tasks you must demonstrate to be considered ready for OpenEMR development. Review carefully and be prepared to show working examples for the interview. Core Competencies Using Git and standard source control workflows Understanding the OpenEMR database schema at a basic level Setting up multiple virtual hosts using LAMP (preferred), WAMP, or MAMP Configuring and troubleshooting Apache Virtual Host Setup Task Demonstrate your ability to set up a local sandbox by: Creating a new Apache virtual host Installing the latest community version of OpenEMR (use the most recent patch release) Cloning the OpenEMR GitHub repository outside of any vhost folder. (basically, not storing the git repo in the /var/www/ directory, but using an rsync script to update the vhost ) Setting up local instances for both: Master branch and most current stable patch release At minimum: Run OpenEMR v703v4 on a dedicated vhost Git and Source Control Best practices for managing a project with Git Why repositories must not be stored directly on Staging or Production vhosts What cherry-picking is and why it is useful How git reflog can help find a file’s history Xdebug Task Place a breakpoint in login.php at the line that includes globals.inc.php Step over into the next line and explain why globals.inc.php is critical Identify a variable or function from globals.inc.php that is used in login.php OpenEMR Schema Explain the purpose and stored data of these tables: patient_data form_encounter forms users users_secure list_options layout_options Write a query to return: patient first name, last name, PID, encounter number, and forms used in encounters within a specific date or date range Write a query to return: PID and encounter ids for a date range Identify which table/column records when a form has been deleted Identify the view in the OpenEMR interface that updates the list_options table Identify the view in the OpenEMR interface that updates the layout_options table Make a change using the OpenEMR interface and demonstrate the change in the raw data (phpMyAdmin view) Explain how layout_options and list_options are related to creating or updating layout based forms
2832 SE Salmon St, Portland, OR 97214, USA
$30-50/hour
Workable
System of Systems Integration SME
Qualis LLC is seeking a highly experienced Golden Dome for America System of Systems Integration SME to provide expert-level technical leadership and mission integration support across a portfolio of highly classified space control, ground, and C2 systems. The successful candidate will lead and support system design, integration, test, and operational efforts for advanced space control systems—ensuring the alignment of technical architectures with mission requirements. Essential Duties: Serves as a senior technical authority for development and integration of highly classified space control systems, including space, ground, and command-and-control (C2) elements. Guides the maturation of emerging technologies through all Technology Readiness Levels (TRLs) from concept to deployment. Leads and contributes to the development of space system architectures, system-level technical requirements, and associated program documentation in support of ACAT-like programs. Provides systems engineering and program management expertise for information operations and multidomain space and airborne capabilities. Conducts system-level design reviews, technical audits, and risk assessments. Supports space situational awareness (SSA) architecture development and assess associated capability gaps and limitations. Offers technical leadership across multiple space control technologies including optical sensors, radar, SIGINT, electronic support measures, and communications systems. Leads the integration, test, and operations planning for ground system architectures in support of space control missions. Interfaces with government stakeholders to ensure technical solutions align with mission needs and strategic objectives. Requirements Required Qualifications: Active Top Secret clearance with SCI eligibility. Minimum of 15 years of experience in space systems engineering, systems integration, and technical program leadership. Demonstrated expertise in the full lifecycle of space system development—from architecture and design to test, integration, and operational fielding. Proven experience coordinating across classified programs and complex acquisition frameworks. Strong understanding of SSA capabilities, limitations, and future architecture needs. Track record of developing and managing high-level technical documentation, reviews, and artifacts for large defense programs. In-depth knowledge of space control mission areas and supporting ground infrastructure. Exceptional communication, coordination, and leadership skills, particularly in multi-agency or cross-domain environments. Preferred Qualifications: Advanced degree in Engineering, Physics, Space Systems, or a related technical discipline. Prior experience with ACAT I or II programs and DoD 5000-series documentation. Experience working within Special Access Programs (SAPs) or compartmented environments. Benefits Qualis LLC is committed to hiring and retaining a diverse and talented workforce who can contribute to the mission and vision of the Company. Our employees are our greatest asset and we promote a positive work environment, teamwork, professional growth, innovation, community involvement, flexible scheduling and a family-friendly work environment. Equal Opportunity Employer/M/F/Vet/Disabled and a Participant in E-Verify
El Segundo, CA, USA
Negotiable Salary
Workable
Salesforce Engineer
Summary: Strategic Legal Practices (SLP), a forward-thinking law firm, is seeking a highly skilled and hands-on Salesforce Engineer to enhance and expand our Salesforce ecosystem. This role is not for administrators—we are looking for engineers who live in the code, with deep expertise in Apex, Flow, custom object design, and Salesforce cloud platforms. Candidates with architect-level experience, particularly in custom object integrations with tools like Formstack, Conga, and DocuSign, will receive top consideration. Key Responsibilities Salesforce Engineering & Development Design and implement scalable, high-quality Salesforce solutions using Apex, Lightning Web Components, and Flow. Own end-to-end configuration and development of custom objects, record types, automations, and integrations. Build and maintain solutions that support our firm’s operational and client service goals. Platform Optimization Leverage Experience Cloud to design and enhance secure, user-friendly client and partner portals. Implement and support features in Service Cloud and Voice Cloud, such as: Case management, knowledge base, and automated workflows. Call routing, IVR, transcription, and recordings for internal training and optimization. Integration Engineering Lead integrations between Salesforce and third-party tools such as: Formstack, Conga Composer, DocuSign, and calendar/scheduling platforms. Ensure robust and secure data flow between platforms and systems. Collaboration & Innovation Partner closely with IT, operations, and legal teams to translate business requirements into technical solutions. Stay ahead of Salesforce releases and trends, proactively applying new features and patterns. Requirements Bachelor's degree in Computer Science, Information Systems, or a related technical field. 5+ years of Salesforce development experience, not just admin experience. Mastery of Apex, Flow, and Salesforce APIs. Deep hands-on experience with: Experience Cloud Service Cloud Voice Cloud Custom object design and management Strong understanding of data modeling, security (roles, sharing, OWD), and testing. Ability to work independently and thrive in a fast-paced legal-tech environment. Preferred / Bonus Salesforce Certified Platform Developer I and II Salesforce Certified Experience Cloud Consultant Salesforce Certified Service Cloud Consultant Salesforce Certified Application Architect or System Architect Experience with legal operations or professional services is a plus Demonstrated success integrating Formstack, Conga, and DocuSign in production Benefits We’re committed to supporting the well-being and success of our team through a robust and thoughtfully designed benefits package, including: 401(k) with Employer Match – Plan for your future with confidence and company support. Health, Dental, and Vision Insurance – Comprehensive coverage to keep you and your family healthy. Short-Term, Long-Term Disability & Life Insurance – Financial protection for life’s unexpected events. Paid Parking – Convenient and covered, so you can focus on your day. Generous Paid Time Off – Ample time to rest, recharge, and take care of personal matters. Employee Referral Program – Earn rewards for introducing talented individuals to our team. Employee Assistance Program (EAP) – Confidential resources for personal and professional support. Employee Discount Program – Access to exclusive savings on a variety of products and services.
Los Angeles, CA, USA
Negotiable Salary
Cookie
Cookie Settings
Our Apps
Download
Download on the
APP Store
Download
Get it on
Google Play
© 2025 Servanan International Pte. Ltd.