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

Craigslist
Tech Support Representative (Andersonville, Chicago)
Booklog is looking for a level 1 – 3 technical support individual. This position is to provide outstanding technical support for Booklog software and various interfaces along with onboarding of new customers, testing of software and training on usage of software. We’re looking for a motivated individual to be part of our committed team. We need to be the experts so our customers don’t have to. Located in Chicago’s Andersonville neighborhood; telecommuting is available. Qualifications • At least 2 years experience in technical support, preferably phone support • Experience with Microsoft Windows operating systems • Familiarity with databases and database troubleshooting • Knowledge of computer network systems • Ability to troubleshoot software problems and offer solutions by phone • Good problem solving skills with attention to detail • Strong verbal, written, interpersonal, and organizational skills • Ability to work both independently and in a team environment • Experience with SQL Server 2022, Sybase SQL applications and databases • Ability and excitement to learn new skills • A ‘think outside of the box’ mentality • Customer Service experience • Software training experience a plus • Previous experience training customers on software usage • Experience with use of peripheral devices • 10% or less travel to customer locations within the US to train and install software Benefits • Casual environment with a great group of people who love what they do • In office or telecommuting options • 100% paid health insurance • 2 weeks vacation to start • Generous 401K options • Permanent full-time. PLEASE SEND RESUME WHEN APPLYING
5146 N Clark St #1222, Chicago, IL 60640, USA
$50,000/year
Workable
Java Full Stack Engineer (TDD)
Role: Java Full Stack Engineer (TDD) Location: Chicago Heights, IL (Onsite) Duration: 12 month yrs of exp: 10+     NEED A CANDIDATE WITH TDD EXPERIENCE (Test Drive Development)   NEW POSITION     Job Description: Looking for a Senior Developer to work, deploy, and manage web / API based applications who are passionate about their work and embraces the ideals of the software craftsmanship and Agile development practices. • 5-8 years of hands-on experience in developing web-based software applications. • Collaborate with product managers and your peers to execute on a broad range of projects for the digital products. • Responsible for future enhancements to designing and building technical solutions. • Design complex, secure and optimized web-based applications using Java, Spring Boot, Rest API’s DevOps, Cloud Platform ( OCP, Kubernetes ) and will be equipped with modern CI/CD developer tool kit (STS/IntelliJ, GitHub, Jenkins, and Nexus), JWT, OAUTH, etc. • Work closely within a cross-functional Agile delivery team to understand requirements, create development story design documents, and implement stories. • Break down a product vision into workable technical solutions to solve business problems • Build high quality software for large scale and highly available systems • Provide strong technical and team leadership • Talk about your work with both technical and non-technical team members • Promote a risk-aware culture, ensure efficient and effective risk and compliance management practices by adhering to require standards and processes   Required Skills: 1.Prior experience in practicing Test Driven Development (mandatory). 2.Drive TDD and ability to design Unit, Integration, Functional and Non-Functional Tests (Reliability, Performance & Cyber security). 3.Strong fundamentals in Java, API first design. 4.Understanding of modern architecture and design patterns, including Microservices. 5.Experience with Spring, Kafka, Containerization, DevOps and CI/CD. 6.Database experience in Oracle, PostgresSQL, etc. 7.Cloud experience (i.e., AWS).     Kindly please share your resumes with srikar@isofttekinc.com
Chicago, IL, 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
R&D AI Software Engineer / End-to-End Machine Learning Engineer / RAG and LLM
About Pathway Pathway is building LiveAI™ systems that think and learn in real time as humans do. Our mission is to deeply understand how and why LLMs work, fundamentally changing the way models think. The team is made up of AI luminaries. Pathway's CTO, Jan Chorowski, co-authored papers with Geoff Hinton and Yoshua Bengio and was one of the first people to apply attention to speech. Our CSO, Adrian Kosowski, received his PhD in Theoretical Computer Science at the age of 20 and made significant contributions across numerous scientific fields, including AI and quantum information. He also served as a professor and a coach for competitive programmers at Ecole Polytechnique. The team also includes numerous world's top scientists and competitive programmers, alongside seasoned Silicon Valley executives. Pathway has strong investor backing. To date, we have raised over $15M; our latest reported round was our seed. Our offices are located in Palo Alto, CA, as well as Paris, France, and Wroclaw, Poland. The Opportunity We are currently searching for 2 ML/AI Engineers with a solid software engineering backbone who are able to prototype, evaluate, improve, and productionize end-to-end Machine Learning projects with enterprise data. For representative examples of the type of projects you would be expected to create or deliver, see our AI pipelines templates. If you would consider it would be fun to create a hybrid Vector/Graph index that beats the state of the art on a RAG benchmark, to deliver a working AI pipeline to a client in a critical industry, or to pre-process datasets in a way which would boost LLM accuracy in inference & training - this is the job for you! You Will help design experimental end-to-end ML/AI pipelines contribute to addressing new use cases, beyond state of the art improve/adapt AI pipelines for production, working directly with client data (often live data streams) invent ways to pre-process data sources and perform tweaks (reranking, model paramater configuration...) for optimal performance of AI pipelines. design benchmark tasks and perform experiments. build unit tests and implement model monitoring. contribute high-quality production code to our developer frameworks, used by thousands of developers. help to pre-process data sets for LLM training. The results of your work will play a crucial role in the success of both our developer offering and client delivery. Requirements Cover letter It's always a pleasure to say hi! If you could leave us 2-3 lines, we'd really appreciate that. You Are A graduate of a 4+-year university degree in Computer Science, where you have received A-grades in both foundational courses (Algorithms, Computational Complexity, Graph Theory,...) and Machine Learning courses. Passionate about delivering high-quality code and solutions that work. Good with data & engineering innovation in practice - you know how to put things together so that they don't blow up. Experienced at hands-on Machine Learning / Data Science work in the Python stack (notebooks, etc.). Experienced with model monitoring, git, build systems, and CI/CD. Respectful of others Curious of new technology - an avid reader of HN, arXiv feeds, AI digests, ... Fluent in English Bonus Points Successful track-record in algorithms (ICPC / IOI), data science contests (Kaggle), or a HuggingFace leaderboard. Showing a code portfolio. PhD in Computer Science. Authoring a paper at major Machine Learning conference. You like playing/tinkering with new tools in the LLM stack. You are already a part of the Pathway community, or have been recognized for your work in one of our bootcamps. Why You Should Apply Join an intellectually stimulating work environment. Be a technology innovator that makes a difference: your code gets delivered to a community of thousands of developers, and to clients processing billions of records of data. Work in one of the hottest AI startups, that believes in impactful research and foundational changes. Benefits Type of contract: Full-time, permanent Preferable joining date: January 2025. The positions are open until filled – please apply immediately. Compensation: competitive base salary (80th to 99th percentile) based on profile and location + Employee Stock Option Plan + possible bonuses if working on client projects. The stated lower band of EUR 72k/ USD 75k for the salary base concerns senior candidates; mid-senior or mid candidates may be considered with adapted salary bands. Location: Remote work. Possibility to work or meet with other team members in one of our offices: Palo Alto, CA; Paris, France or Wroclaw, Poland. As a general rule, permanent residence will be required in the EU, UK, US, or Canada. (Note for candidates based in India: We are proud to be part of the current Inter-IIT as well as a partner of ICPC India. Top IIT/IIIT graduates are more than welcome to apply regardless of current location.) If you meet our broad requirements but are missing some experience, don’t hesitate to reach out to us.
Palo Alto, 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.