Browse
···
Log in / Register

Software Engineer - Full Stack Developer

$83,000-87,000/year

Lakeshore East Dog Park, 450 E Benton Pl, Chicago, IL 60601, USA

Favourites
Share

Description

Unison Consulting, Inc. (Unison) is a leading aviation consulting firm with more than 36 years of experience advising clients around the world. Unison has provided aviation consulting services to over 150 airports throughout the United States, Canada, South America and the Caribbean, including 17 of the 25 busiest U.S. airports. Unison is a recognized industry leader and we seek self-motivated, driven individuals to help us bring innovative ideas to our clients. Interested individuals should have talents and experience commensurate with the position being pursued. Unison is seeking a software engineer who can wear every hat in the full development life cycle of Net applications. Our ideal candidate is a highly motivated individual who is looking to learn about the latest programming languages to create and extend applications that are flexible and scalable across a wide range of strategies. Primary duties will include UI development, database development, integration with 3rd party applications and middleware development. Required Experience • Minimum 3 years’ experience with the following technologies: • HTML, JavaScript, jQuery, AJAX, Bootstrap • Visual Studio • Writing SQL queries and stored procedures of moderate complexity on SQL Server or Oracle PLSQL • Knowledge of SOAP and RESTful web services • Self-motivated; experience working well both independently and collaboratively Desired but not required • Experience with PowerBI • Experience with Oracle Report Builder Job Type This is a permanent fulltime onsite position (hybrid work environment). No contract/ C2C or sponsorship is available for this position. Must be authorized to work in the US without expiration. Required Education • Bachelor degree preferred • Minimum High School with a minimum of 5 years work experience Other Requirements • Must pass an aptitude test Benefits • Competitive base salary and overall compensation package • Full benefits: Medical, Dental, Vision • Paid vacation, sick, and holidays • Life Insurance coverage • 401K with company match • Tuition reimbursement Schedule: • 8 hour shift Pay $83,000.00 $87,000.00 per year

Source:  craigslist View original post

Location
Lakeshore East Dog Park, 450 E Benton Pl, Chicago, IL 60601, USA
Show map

craigslist

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
Staff / Sr Staff Platform Engineer
SciTec has been awarded multiple government contracts and is growing our creative Team! SciTec, Inc. is a dynamic small business with the mission to deliver advanced sensor data processing technologies and scientific instrumentation capabilities in support of National Security and Defense. We support customers throughout the Department of Defense and U.S. Government in building innovative new tools to deliver unique world-class data exploitation capabilities. Important Notice: SciTec exclusively works on U.S. government contracts that require U.S. citizenship for all employees. SciTec cannot sponsor or assume sponsorship of employee work visas of any type. Further, U.S. citizenship is a requirement to obtain and keep a security clearance. Applicants that do not meet these requirements will not be considered. We're seeking an experienced Platform Engineer with an active security clearance. This role requires a self-sufficient professional with proven platform engineering experience who can integrate and deploy software applications in a secure environment. Responsibilities: Develop and maintain Ansible automation playbooks for deploying and managing Red Hat OpenShift clusters Automate infrastructure provisioning, configuration management, and application deployment processes Integrate authentication services, including LDAP, SAML, and OAuth, into the platform Support and optimize CI/CD pipelines to streamline software delivery Ensure high availability and performance of the data platform by implementing best practices for resource management and scaling Collaborate with security and DevOps teams to ensure compliance with security standards and policies Troubleshoot and resolve platform-related issues, ensuring minimal downtime Requirements 3+ years of experience in platform engineering, DevOps, or infrastructure automation Expertise in Ansible for automation and configuration management Hands-on experience with Red Hat OpenShift, Kubernetes, and containerized environments. Knowledge of authentication protocols (LDAP, SAML, OAuth) and security best practices Familiarity with CI/CD tools such as Jenkins, GitLab CI, or ArgoCD Strong understanding of high-performance data platforms and distributed computing Experience with infrastructure as code (IaC) tools such as Terraform is a plus Red Hat certifications (e.g., RHCSA, RHCE, or OpenShift certification) are preferred *Resumes, Cover Letters, and Applications which are generated by AI will not be considered for employment. Colorado Residents: In any materials you submit, you may redact or remove age-identifying information such as age, date of birth, or dates of school attendance or graduation. You will not be penalized for redacting or removing this information. Benefits SciTec offers a highly competitive salary and benefits package, including: Employee Stock Ownership Plan (ESOP) 3% Fully Vested Company 401K Contribution (no employee contribution required) 100% company paid HSA Medical insurance, with a choice of 2 buy-up options 80% company paid Dental insurance 100% company paid Vision insurance 100% company paid Life insurance 100% company paid Long-term Disability insurance 100% company paid Hospital Indemnity insurance Voluntary Accident and Critical Illness insurance Short-term Disability insurance Annual Profit-Sharing Plan Discretionary Performance Bonus Paid Parental Leave Generous Paid Time Off, including Holiday, Vacation, and Sick Pay Flexible Work Hours The pay range for this position is $103,000 - $156,000 / year. SciTec considers several factors when extending an offer of employment, including but not limited to the role and associated responsibilities, a candidate's work experience, education/training, and key skills. This is not a guarantee of compensation. SciTec is proud to be an Equal Opportunity employer. VET/Disabled. #ND123
Boulder, CO, USA
$103,000-156,000/year
Craigslist
Software Development Career Opportunity 🧑‍💻
We are recruiting determined individuals who want to establish careers in the technology field. If you are looking to gain coding skills, work on real-world projects, and prepare for junior developer jobs, this training program is for you. This program is fully remote and can be completed part-time or full-time. With nearly 900 hours of instruction and project-based work, you’ll master programming languages, developer tools, and workflows—while building a résumé and portfolio employers value. 🖥️ Technology & Programming Fundamentals -Learn computer operations, networks, browsers, and internet functions -Study algorithms, security basics, data structures, and number systems -Practice Python scripting, command line operations, and logic mapping 💻 Web & Front-End Development -Build websites using HTML5, CSS3, and Bootstrap -Create dynamic applications with JavaScript, jQuery, and React.js -Apply responsive layouts and modern UI/UX concepts 🗄️ Back-End & Database Development -Design databases using SQL and SQL Server -Perform CRUD operations and relational queries -Develop back-end apps with Python (Django) and C# (.NET Core) 🧑‍💻 Programming Languages & Tools -Work with C#, Python, JavaScript, HTML, CSS, SQL, and more -Use Git, GitHub, Visual Studio, and TFS tools -Practice real-world version control and collaboration 🧪 Capstone Projects -Deliver two major projects (Python + C#) to showcase your skills -Build portfolio-ready apps with Agile, Scrum, and DevOps methods -Practice debugging, teamwork, and applied coding 🧰 Career Preparation -Learn résumé writing and cover letter strategies -Practice technical and whiteboard interviews -Get job-ready for entry-level developer positions 🚀 No experience needed. Remote learners welcome. Take the first step into a career in tech. 👉 Apply today: https://softwaredevpros.online/
5379 Bay Harbor Dr, Indianapolis, IN 46254, USA
$30/hour
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.