Browse
···
Log in / Register

Automation and Cloud Services Engineer

Negotiable Salary

Ellington Solutions

Camp Pendleton North, CA, USA

Favourites
Share

Description

Ellington Solutions is seeking out qualified candidates that will: Assist the Marine Corps Tactical Systems Support Activity (MCTSSA) in establishing and overseeing sophisticated cloud and automation infrastructure pertaining to C5ISR systems. Facilitate agile infrastructure management while collaborating with various technical teams. Execute end-to-end automation processes, including provisioning, configuration, deployment, and testing. Develop agile infrastructure to support integrated automation and collaborative management. Create and maintain automation tools as well as CI/CD pipelines. Configure and manage cloud platforms such as AWS, Azure, GCP, Azure Stack, and Amazon Snow. Document and commit automation code to Git repositories. Provide training to operations teams on the effective use of automation tools. Requirements The qualified candidate will have: U.S. Citizenship (Required) Secret clearance with NATO access, no interim (Required) IAT Level II certification (Required) Bachelor’s degree in Computer Science or a related discipline Red Hat Certified Specialist in Ansible Automation AWS or Azure Associate certification Compliance with MCEN security standards and completion of cybersecurity training Adherence to DoD cybersecurity and OPSEC protocols Over 7 years of experience in infrastructure IT operations More than 5 years in software automation and development At least 2 years of experience in scripting (e.g., Python) Demonstrated expertise in network/system administration and virtualization technologies (e.g., VMware, KVM, Hyper-V) Experience with Git and GitLab Background in DevOps, CI/CD pipelines, and AI/ML systems Proficiency with Ansible Core, Ansible WorX (AWX), and Ansible Automation Platform (AAP) Knowledge of cloud platforms such as AWS, Azure, and GCP Experience with Terraform or other infrastructure-as-code tools

Source:  workable View original post

Location
Camp Pendleton North, CA, USA
Show map

workable

You may also like

Workable
Platform Engineer AI Tool & Integration
Platform Engineer - AI Tool & Integration Position Overview: The Data Analytics & AI department at RCG is seeking a highly skilled and experienced Software & Platform Engineer to join our team. This pivotal role requires a strong technical background in AI tooling, data platform architecture, cloud computing, and big data technologies. The successful candidate will be responsible for all tooling and integration with GenAI LLM, maintaining our Azure platform with OpenAI, and leveraging Databricks Mosaic AI. This role will be instrumental in driving innovation, ensuring seamless integration, and optimizing our AI and data platforms to meet the evolving needs of the business. Key Responsibilities: • Design, develop, and maintain tooling and integration for GenAI LLM and other AI models. • Manage and optimize our Azure platform, ensuring seamless integration with OpenAI and Databricks Mosaic AI. • Collaborate with cross-functional teams to identify and implement innovative AI solutions to enhance our platform capabilities. • Stay up to date with the latest advancements in AI and machine learning technologies to drive continuous improvement and innovation. • Develop and implement best practices for AI model deployment & scaling. • Design and execute integration strategies for incorporating large language models (LLMs) and CoPilot technologies with existing business platforms. • Assess and recommend suitable LLM and CoPilot technologies that align with business needs and technical requirements. • Conduct feasibility studies and proof-of-concepts to validate the integration of new tools and technologies. • Keep abreast of the latest advancements in LLM, CoPilot, and related technologies to identify opportunities for further innovation and improvement. • Understand and leverage MS CoPilot and MS CoPilot Studio for enhanced productivity and collaboration within the development team. • Integrate MS CoPilot tools into existing workflows and ensure seamless integration with other systems and applications used by the team. • Work closely with product managers, data scientists, and other stakeholders to gather requirements and ensure successful integration of LLM and CoPilot technologies. Requirements: • Bachelor’s or Master’s degree in computer science, Engineering, or a related field. • Proven experience in software/system/platform engineering, with a focus on AI tooling and integration. • Strong expertise in working with Azure, including managing and integrating AI services such as OpenAI and Databricks Mosaic AI. • Proficiency in programming languages such as Python, Java, or C++. • Experience with machine learning frameworks and libraries (e.g., TensorFlow, PyTorch). • Solid understanding of software development methodologies, including Agile and DevOps practices and tools for continuous integration and deployment. • Understanding of data security best practices and compliance requirements in software development and integration • Excellent problem-solving skills and the ability to work in a fast-paced, dynamic environment. • Strong communication and collaboration skills. Preferred Qualification: • Strong proficiency in one or more programming languages such as Python, Java, C#, or JavaScript. • Experience with large language models (LLMs) and familiarity with tools like OpenAI GPT, Google BERT, or similar. • Hands-on experience with Databricks for data engineering, data science, or machine learning workflows. • Proficiency in using Databricks for building and managing data pipelines, ETL processes, and real-time data processing. • Experience with machine learning frameworks and libraries (e.g., TensorFlow, PyTorch). • Hands-on experience with Microsoft CoPilot and CoPilot Studio. • Proficiency in working with APIs, microservices architecture, and web services (REST/SOAP). • Familiarity with cloud platforms such as AWS, Azure, or Google Cloud, and their integration services. • Knowledge of database systems, both SQL and NoSQL (e.g., MySQL, MongoDB). • Knowledge of natural language processing (NLP) and large language models (LLMs). • Previous experience in a similar role within a technology-driven organization. • Certifications in Azure, AI, or related areas.
Coral Gables, FL, USA
Negotiable Salary
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
Systems Engineer IV (PEO)
Contingent upon contract award. First Division Consulting (FirstDiv) is currently seeking a Sr Systems Engineer position to support the Program Executive Office (PEO) Soldier at Ft. Belvoir, VA. This position is contingent upon award, one that will offer you the opportunity to be part of a cohesive and dynamic team providing mission critical support. The qualified candidate shall perform the following task(s): Serves as System Engineer on assigned PEO Soldier programs, with duties as identified below: Manages systems engineering activities including requirements analyses, functional analyses, design solutions formulation, systems analysis and control, and generation and maintenance of systems architecture products. Applies system engineering principles and procedures to translate quantified needs/requirements into system performance parameters and the identification of system/item configuration. Formulates and issues systems engineering documents, processes, procedures and milestones. Requires a thorough knowledge of the Systems Engineering Management Process and Implementation, as applied to the Department of Army/DOD Acquisition process throughout all life cycle phases; knowledge of DOD policies on Systems Engineering, Integrated Product and Process Development (IPPD) and IPT Management; and ability to coordinate and negotiate design and engineering activities with other related programs and organizations. Provides expert and authoritative advice affecting critical programs and technologies. Serves as subject matter expert for all technical aspects of assigned program. Performs top level design, development, integration, testing, installation, and troubleshooting. Translates military operational and mission requirements into practical system concepts and performance specifications. Develops and maintains technical documentation such as specifications, engineering drawings, system interface requirements, and engineering changes. Participates in post awards, program reviews, design reviews, and IPTs as the project engineer and/or technical expert on assigned programs. Evaluates design efforts to ensure integration of all the engineering disciplines and adequacy of the analyses performed, bringing in additional technical expertise as needed. Reviews test plans, procedures, and reports for technical adequacy on assigned programs, for both Government and contractor tests, as well as all failure reports. Reviews and evaluates system performance against specification requirements, monitors and assesses field performance, and assesses risk of meeting user and specification requirements. Initiates engineering change proposals and waivers/deviations as required, and conduct physical and functional configuration audits. Reviews program management documents to ensure accuracy and adequacy of technical content. The successful candidate must be able to work in a fast-paced environment with a demonstrated ability to juggle and prioritize multiple competing tasks and demands. Requirements Equivalent or experience commensurate with DAWIA Level III SPRDE certification. MS Systems Engineering or Systems Management and 20 years relevant experience. Breadth of experience and knowledge, and recognition in the Engineering community, to lead engineering efforts on assigned programs, and work independently with minimal oversight from the Government Lead. Serve as consultant to other team members and mentor workforce on Systems Engineering matters. Evaluate system engineering principles, procedures and process used on past programs, and establish new and innovative engineering strategies. Identify issues and brief PM on possible courses of action and their impact. Secret clearance is required. Physical Requirements: While performing the duties of this job, the employee may be regularly required to stand, sit, talk, hear, reach, stoop, kneel, and use hands and fingers to operate a computer, telephone, and keyboard. Specific vision abilities required by this job include close vision requirements due to computer work. Light to moderate lifting may be required. Regular, predictable attendance is required. Work Environment: The work environment characteristics described here are representative of those a teammate encounters while performing the essential functions of this job. Reasonable accommodations may be made to enable individuals with disabilities to perform the essential functions. Moderate noise (i.e., business office with computers, phone, and printers, light traffic. Ability to sit at a computer terminal for an extended period. Benefits Medical, dental, vision, life insurance, STD, LTD, holidays, PTO and 401(k) plan with company match. FirstDiv is an equal opportunity employer. We are committed to providing equal opportunity to all applicants and employees in full compliance with all applicable state and federal laws prohibiting discrimination on the basis of race, color, age, gender, sexual orientation, gender identity and/or expression, religion, national origin, disability, protected veteran status, or any other class protected by applicable state or federal law.
Fort Belvoir, VA, USA
Negotiable Salary
Workable
Technical Support Engineer - 2nd Shift
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 2nd shift from 4:00 pm - 12:00 am (CT). This position is hybrid (on-site and remote) 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 4:00 pm - 12:00 am 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
Bulverde, TX, 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.