Rsi Application Sample Jobs in Usa
15,445 positions found — Page 6
Mobile Applications Developer (Cross-Platform)
About Quore
Quore is a technology company providing innovative operations solutions to the hospitality industry. Our vision is to be the heart of a simpler and more productive workday. We achieve this by empowering hospitality teams to seamlessly track, manage, and prioritize work not only across departments and properties but also across multiple locations worldwide, ensuring consistent efficiency and collaboration, no matter where teams are located. During your last hotel stay, if your room was clean, the in-room appliances were fully functioning and your request for extra towels was addressed quickly, the hotel was probably using Quore! We help hotel staff create smarter teams and happier guests through exceptional service.
Position Overview
As a Mobile Applications Developer at Quore, you will develop and maintain Flutter applications for Android and iOS, native Android modules, and deliver high-quality features independently with minimal oversight. You’ll drive tasks to completion and will work directly with the Lead Mobile Product Engineer for guidance on more complex issues.
This role will work in-person 4 days a week. We kindly ask that only candidates who are willing and able to work in-person at our Franklin, TN office apply for this position.
Primary Job Responsibilities:
- Implement and maintain mobile app features for both Android and iOS using Flutter.
- Develop and maintain native Android modules (Java/Kotlin) as needed.
- Support architectural discussions by providing feedback and insights.
- Implement optimizations to improve app performance, memory usage, and battery efficiency.
- Debug issues across Flutter and native layers.
- Write unit, widget and integration tests for Flutter code.
- Collaborate with designers to deliver high-quality UI/UX designs.
- Conduct code reviews to ensure adherence to coding standards.
- Maintain documentation for implemented features and relevant technical decisions.
- Work independently on assigned tasks, seeking guidance on architectural issues.
Required Qualifications:
- Bachelor’s degree in Computer Science, Software Engineering, or a related technical field preferred, or 5 + years of relevant hands-on experience in software development.
- A minimum of 3 years of experience in mobile application development, with hands-on experience in both native (Android/iOS) and Flutter frameworks.
- Proficient in Dart.
- Experience with OS development (Java/Kotlin).
- Experience with State Management and routing frameworks.
- Solid understanding of Android lifecycle and Flutter widget lifecycle.
- Experience with REST APIs, JSON, async programming, and local persistence.
- Familiarity with MVVM / Repository patterns.
- Strong debugging and problem-solving skills.
- Comfort working independently in a SaaS environment with minimal oversight.
Preferred Qualifications:
- Experience with Firebase (Analytics, Crashlytics, App Distribution)
- Experience with CI/CD tools (GitHub Actions, etc.)
- Dependency injection knowledge (GetIt)
- State Management frameworks (Provider, Bloc)
- Routing frameworks (GoRouter)
What We Offer:
We’re a diverse group united by a customer-first mentality. Our employees voted us to be a 2023 Top Workplace, recognized by The Tennessean. We’ve recently been applauded for our growth and innovation by the Association of Corporate Growth as one of the Top 20 Bootstrapped & Institutionally Backed Companies in Tennessee (2023) and by Inc. Magazine on the Inc. 5000 list (2024). Our benefits include:
- 100% employed paid medical, dental and vision coverage for full-time employees
- Flexible Spending Account & Health Savings Account options (employer contribution for HSA participants)
- Life insurance
- Short-term disability
- 401(k) with employer match
- 13 Paid holidays + 4 Weeks of PTO
- 12 weeks parental leave + Flexible maternity return to work options
- Eligible for participation in Annual Bonus Plan
- Employee Assistance Program
- 4-1 schedule (4 days in the office/1 work from home day)
- Flexibility to support work and personal needs
- Modern and creative workspace, including a well-stocked pantry and fridge
- Fun, hands-on culture, recognized by Forbes as one of the Best Startup Employers of 2020
Quore is an Equal Employment Opportunity and Affirmative Action Employer. All qualified applicants will receive consideration for employment without regards to that individual's race, color, religion or creed, national origin or ancestry, sex (including pregnancy), sexual orientation, gender identity, age, physical or mental disability, veteran status, genetic information, ethnicity, citizenship, or any other characteristic protected by law.
H1B Sponsorship is not available for this position.
Title: Lead Software Engineer - AI Application Platform
Mode of interview 1 round in person
Location: Must be in Charlotte, NC to work Hybrid Model
Main Skill set: Python, AI and Angular
Description:
Lead Software Engineer - AI Application Platform
The Opportunity
We are seeking a Lead Software Engineer to guide the architectural development and execution of the client, a sophisticated AI-powered application generation platform. This role suits a proven technical leader with deep, hands-on expertise across the full software stack who finds enabling a team to build better software deeply satisfying.
You will shape critical systems, mentor senior and junior developers through complex technical decisions, conduct rigorous code reviews across multiple technology domains, and directly influence the platform's trajectory through strategic engineering leadership.
This is for someone who:
- Engages thoughtfully when a junior developer asks targeted architectural questions—because you see an opportunity to shape how someone thinks about systems
- Takes time to explain subtle type-safety issues in code review, understanding that feedback is a teaching moment
- Can present architecture clearly to executives and confidently explain both what we're building and why it matters
- Finds more energy in the code your team ships than in the code you write individually
- Has proven depth across the full stack and a track record of developing engineers into stronger contributors
This is not a single-language codebase. The role requires the ability to make informed decisions on TypeScript design patterns, Python FastAPI architecture, AWS security posture, and Terraform state management in context with one another.
The Platform Challenge
The client is fundamentally a Platform-as-a-Service (PaaS) for dynamic application generation. This differs from building a traditional SaaS product. Rather than building one application, you're building infrastructure that enables users to build their own applications.
What this means architecturally:
- Dynamic Content Generation at Scale: Unlike traditional development where code is fixed, AppGen generates JSON form schemas, validation rules, and UI layouts on demand. The FormBuilder component doesn't know what fields will exist until runtime. The layout engine renders user-designed screens from configuration, not hardcoded templates.
- Multi-Tenant Isolation & Data Segregation: Each user gets their own generated app, potentially deployed to their own AWS environment. The architecture must account for data isolation, namespace management, and cross-tenant security considerations.
- User-Defined Data Structures: Traditional applications are built with predetermined database schemas. AppGen works differently—form structures, field types, and validation rules emerge from user conversations with Claude. This brings engineering challenges: How do you safely execute validation logic that users define? When users modify existing forms that have thousands of submissions, how do you maintain backward compatibility? How do you version schemas?
- Content Rendering, Not Code Generation: Unlike traditional no-code platforms where users drag-and-drop to build, AppGen uses AI instead. Users chat with Claude, Claude generates a form schema, and your platform renders that schema reliably across diverse field types, validation patterns, and workflows. The system renders configurations for immediate use, rather than generating code for later deployment.
Experience that directly transfers:
- You've contributed to or led development of low-code/no-code platforms (visual builders, workflow engines, configuration-driven systems)
- You've worked on SaaS platforms with multi-tenant architecture and understand isolation strategies, rate limiting, and per-customer customization
- You've built dynamic rendering systems that handle unknown/arbitrary schemas at runtime
- You've addressed the unique challenges of treating data configurations as user-created content (form builders, report designers, automation workflows)
- You understand the difference between platform infrastructure and applications built on that infrastructure—and the architectural implications of each
Core Responsibilities
1. Technical Architecture & Systems Thinking (40%)
- Shape architectural decisions across the full stack: How should the component layer handle dynamically generated forms? What's the right approach to validate complex cross-field dependencies in the FormBuilder? What separation of concerns makes sense between the Generator Lambda and the Parent Backend?
- Guide architecture discussions: Help senior developers think through design trade-offs. Should we use NgRx or Angular signals for this feature? When does a new Lambda function become worthwhile given cold-start costs?
- Identify and address system-wide bottlenecks: Work across layers to improve performance. Explore Lambda cold-start optimization, RDS query efficiency, and DynamoDB access patterns.
- Establish patterns and guide consistency: Define coding conventions that work across Python, TypeScript, and Terraform. Help new team members understand the reasoning behind architectural choices.
- What this looks like in practice: You're able to justify architectural decisions with technical reasoning. When someone questions an approach, you can explain the trade-offs you considered. You can write code in multiple languages to validate an approach if needed.
2. Code Review & Technical Guidance (30%)
- Full-stack PR reviews: Review Python FastAPI endpoints and Angular components with equal depth, understanding how they interact.
- Deep technical review: Catch issues thoughtful code review can surface:
- RxJS Observable lifecycle and potential memory patterns in Angular
- Query efficiency and data loading patterns in SQLAlchemy
- Terraform module organization and state management implications
- Type safety and TypeScript coverage gaps
- AWS security and IAM configurations
- Educational feedback: Your code reviews help the team learn. When you identify an issue, reviewees understand not just what changed, but how to think about similar problems in the future.
- Define quality expectations: Work with the team to establish what "production-ready" means for this platform and support consistent application of those standards.
- What this requires: Experience reviewing code across teams and multiple languages. You know how to write feedback that resonates—clear, constructive, and focused on helping people improve.
3. Mentorship & Team Development (20%)
- Expand specialist capabilities: Help backend specialists learn to contribute to the forms-engine. Support frontend experts in understanding FastAPI patterns.
- Accelerate junior developers: Pair on complex problems. Explain the reasoning behind patterns like DataState. Connect architectural choices to implementation details and performance implications.
- Identify and address gaps: Recognize when someone is struggling with a technology and provide targeted support—training, pair programming, or guidance through architectural decisions.
- Create growth opportunities: Stretch the team into new areas. A backend engineer working on their first Terraform contribution. A frontend specialist implementing an AWS Lambda authorizer.
- What this requires: Genuine investment in people's growth. You've walked developers through major transitions (generalist to specialist, specialist to full-stack, or into new technology areas). You understand that team strength grows when individuals expand their capabilities.
4. Stakeholder Communication & Technical Leadership (10%)
- Explain to diverse audiences: Translate architectural choices and trade-offs for product managers, executives, and business stakeholders. Connect "optimizing DynamoDB queries" to "improving form submission latency by 30%."
- Shape technical direction: Contribute the engineering perspective on feasibility, risk, and what unlocks future capabilities.
- Support release confidence: You understand the code changes, comprehend the risks, and know what to monitor. You can stand behind releases.
Required Qualifications
Technical Skills
Frontend (Production Experience)
- 5+ years of Angular (including handling version migrations, optimizing change detection, and guiding teams through reactive patterns)
- Strong TypeScript skills with generics, discriminated unions, and strict mode
- RxJS depth: You understand hot vs. cold observables, unsubscription patterns, and can identify potential memory issues in reviews
- NgRx state management: You've designed stores at scale, optimized selectors, and evaluated architectural implications
- CSS Grid & Responsive Design: You can assess component hierarchy and layout decisions
- Material Design: You've worked within it and know when and how to extend it
Backend (Production Experience)
- 5+ years of Python (async/await, type hints, data modeling)
- FastAPI production experience: session management, dependency injection, middleware
- SQL and ORMs (SQLAlchemy): You write efficient queries and review them critically
- AWS services: Understanding of Lambda behavior, IAM least-privilege patterns, VPC networking
- REST API design: Versioning, error handling, idempotency
- Testing frameworks: pytest, testing st
Remote working/work at home options are available for this role.
Position: Health Applications Analyst
Compensation: $76,960 - $83,200 annually, depending on experience
Location: Tahlequah, Oklahoma
Inceed has partnered with a great company to help find a skilled Health Applications Analyst to join their team!
Join a dynamic team dedicated to enhancing healthcare technology solutions. This opportunity arises as the team expands to meet growing demands in health systems management. You'll play a pivotal role in advancing electronic health record systems and supporting clinical workflows. Embrace the challenge and contribute to impactful healthcare solutions.
Key Responsibilities & Duties:
- Provide EHR support to end-users
- Analyze and document patient information flow
- Implement and maintain Cerner Millennium Solutions
- Automate clinical encounter information capture
- Coordinate health systems like EMR support
- Collaborate on inpatient growth services
- Attend maintenance training and configure systems
- Troubleshoot and manage ticketing systems
Required Qualifications & Experience:
- Bachelor’s degree in health-related field or equivalent experience
- Three years of experience with EHR/EMRs
- Proficiency in Accounting, Database, and Project Management software
- Valid driver’s license
- Knowledge of HIPAA and information security regulations
Nice to Have Skills & Experience:
- Experience with Cerner PowerChart and Bedrock
- Understanding of Privacy Act and quality improvement principles
- Cherokee language proficiency
- Experience in EHR Ambulatory Nursing Solutions
Perks & Benefits:
- This opportunity includes a comprehensive and competitive benefits package—details will be shared during later stages of the hiring process.
If you are interested in learning more about the Health Applications Analyst opportunity, please submit your resume for consideration. Our client is unable to provide sponsorship at this time.
We are Inceed, a staffing direct placement firm who believes in the possibility of something better. Our mission is simple: We’re here to help every person, whether client, candidate, or employee, find and secure what’s better for them.
Inceed is an equal opportunity employer. Inceed prohibits discrimination and harassment of any type and affords equal employment opportunities to employees and applicants without regard to race, color, religion, sex, sexual orientation, gender identity, or expression, pregnancy, age, national origin, disability status, genetic information, protected veteran status, or any other characteristic protected by law.
#INDTUL
DNI is a Prime Contractor providing professional and technical support services to the Federal Aviation Administration (FAA)’s Strategy & Performance (ASP) Services organization. DNI support is critical in delivering high-quality technical and professional services to multiple AIT groups, ensuring standardized coordination, collaboration, and consistent processes across the organization:
The Senior Web Application Systems Administrator performs advanced technical analysis and system administration activities supporting enterprise web-based applications and infrastructure. This role evaluates technology solutions, develops recommendations aligned with business and security requirements, and supports the implementation, configuration, and maintenance of complex systems.
The position serves as a senior technical resource responsible for analyzing system integrations, supporting system upgrades and migrations, ensuring compliance with federal security requirements, and coordinating with internal stakeholders and software vendors. The Senior Web Application Systems Administrator provides both strategic insight and hands-on technical expertise to ensure systems operate securely, efficiently, and in alignment with organizational objectives.
Requirements
Conducts complex analyses that evaluate alternative solutions and delivers well-supported recommendations for optimal use of technology, balancing business needs with risk considerations.
Demonstrates a comprehensive understanding of system integrations across multiple technologies and business units, ensuring alignment with enterprise strategy and organizational objectives.
Leads analysis activities for large-scale, complex projects and strategic initiatives involving high risk, cost, or visibility, with impacts spanning multiple departments and external stakeholders.
Performs server and system administration activities in support of system upgrades, migrations, and operational maintenance, including the ability to execute migrations during off-hours as required.
Develops, maintains, and manages system configurations, Active Directory (AD) accounts and credentials, and related access controls in accordance with FAA security requirements.
Completes and maintains security documentation, including Authority to Operate (ATO) artifacts, in compliance with FAA and NIST security guidelines.
Works effectively with commercial software vendors supporting COTS products to troubleshoot issues, implement upgrades, and ensure system compatibility.
Develops and maintains comprehensive documentation, including requirements, alternatives analyses, recommendations, technical specifications, configuration changes, test scenarios, and test results.
Qualifications and Special Knowledge Requirements
- Bachelor’s degree with twelve (12) years of relevant professional experience.
- Degree must be in Information Systems, Business Systems, Management Information Systems, IT Management, or a related field such as engineering, mathematics, or science.
- Formal certification(s) relevant to the area of expertise are preferred.
Knowledge, Skills, and Abilities
Performs system administration for web-based applications, ensuring reliability, security, and optimal performance across hosted environments. Highly proficient with Microsoft Internet Information Services (IIS), including configuration, deployment, troubleshooting, and performance tuning of web applications and services. Possesses strong understanding of how .NET applications and services interact with IIS, including application pools, worker processes, authentication methods, and pipeline configuration.
Ability to perform SQL Scripts for migrations and troubleshooting issues with vendor technical teams. Broad knowledge of ODBC connections, and various database concepts such as Redis. Available to perform scheduled migrations after hours.
Experienced in requesting, installing, renewing, and managing SSL/TLS certificates, including certificate signing requests (CSRs), private key management, and certificate binding within IIS. Knowledgeable in modern TLS protocols (TLS 1.2 and TLS 1.3), secure cipher suites, and industry best practices for encryption and secure communications. Familiar with disabling weak ciphers and protocols, maintaining compliance with security standards, and implementing HTTPS configurations to protect application traffic.
Additional experience includes log analysis, troubleshooting connectivity and certificate issues, coordinating with security teams and certificate authorities, and supporting secure deployment of enterprise web applications. Demonstrates strong documentation, change management, and incident response practices in production environments.
General proficiency in analytical practices, including the application of both standard and advanced analytical techniques and tools.
General knowledge of business processes, operational challenges, IT resources, and enabling technologies.
Demonstrated ability to perform server and system administration in complex enterprise environments.
Working knowledge of FAA-defined security requirements, NIST guidelines, and industry best practices related to system security, SSL/TLS, and risk management.
Experience supporting and administering environments using:
- Amazon Web Services (AWS)
- Windows Server Operating Systems (2019 or later)
- Internet Information Services (IIS)
- Microsoft .NET technologies
- Active Directory (AD) and Group Policy
- PowerShell
- Microsoft Gateway
- ODBC
- SQL Server and SQL scripting
- Splunk
- Redis
About Wakefern
Wakefern Food Corp. is the largest retailer-owned cooperative in the United States and supports its co-operative members' retail operations, trading under the ShopRite, Price Rite Marketplace, The Fresh Grocer, Dearborn Market, Gourmet Garage, Fairway Market, and Di Bruno Bros.
Employing an innovative approach to wholesale business services, Wakefern focuses on helping the independent retailer compete in a big business world. Providing the tools entrepreneurs need to stay a step ahead of the competition, Wakefern’s co-operative members benefit from the company’s extensive portfolio of services, including innovative technology, private label development, and best-in-class procurement practices.
Position Overview
Wakefern Food Corp’s Technical Division is seeking an experienced and innovative Application Architect to join our dynamic IT team. The ideal candidate will lead the design, development, and implementation of scalable application solutions that support our business operations across the organization, with a particular emphasis on optimizing and enhancing supply chain processes. This is a critical role in ensuring the seamless flow of goods, data, and services from suppliers to stores, leveraging technology to drive efficiency and resilience throughout our supply chain network.
Responsibilities
- Design and oversee the implementation of complex application architectures that align with business needs and IT strategy, focusing on solutions that streamline workflows and improve end-to-end operational visibility.
- Collaborate with business analysts, developers, and key stakeholders to gather requirements and translate them into technical solutions that address real-world logistics and inventory challenges.
- Develop and maintain architectural standards, guidelines, and best practices that support robust operations, ensuring flexibility and scalability for future growth.
- Evaluate and recommend new technologies, tools, and frameworks to improve application performance, security, and scalability, with an eye toward innovations that can strengthen overall responsiveness and agility.
- Ensure applications are robust, secure, and compliant with Wakefern’s IT policies and industry regulations, particularly those impacting safety and traceability in logistics.
- Lead code and design reviews to maintain high standards of software quality with a focus on applications supporting logistics, procurement, and inventory management.
- Mentor and guide development teams in best practices, architectural patterns, and emerging technologies relevant to retail and logistics technology ecosystems.
- Participate in project planning, estimation, and risk assessment activities, with special consideration for continuity and risk mitigation strategies in operations.
- Document application architectures, processes, and integration points, highlighting critical interfaces and dependencies within the business network.
Qualifications
- Bachelor’s degree in Computer Science, Information Technology, or a related field; Master’s degree preferred.
- 10+ years of experience in software development and architecture roles, ideally with significant exposure to logistics or related domains.
- Strong proficiency in designing enterprise-level applications using modern frameworks (e.g., Java, NodeJS, Python, SQL), with direct application to business operations preferred.
- Experience with integration platform as a service (iPaaS) systems and/or event streaming technologies such as Apache Kafka, particularly as they apply to real-time data integration.
- In-depth knowledge of API design, integration, and security best practices, including for partner connectivity and EDI transactions.
- Excellent analytical, problem-solving, and communication skills.
- Proven ability to manage multiple projects and priorities in a complex environment, with demonstrated success supporting initiatives in logistics or inventory management.
- Experience working in the retail, logistics, or distribution industry is a plus.
- Experience with IBM mainframe is a plus.
Core Competencies
- Communicate Effectively: Communicates thoughts and ideas in a well-organized manner, encouraging two-way communication.
- Build Relationships: Creates cross-functional partnerships through the development and maintenance of constructive and cooperative relationships.
- Stay Competitive: Demonstrates a mindset of continuous improvement while exhibiting passion and enthusiasm for their work.
- Embrace Change: Looks for new ways of working by supporting advancements in processes and technology.
- Develop You: Identifies and capitalizes on opportunities for personal and professional career growth.
- Drive for Results: Supports divisional and strategic objectives through achievement of work goals.
Wakefern is proud to offer a comprehensive benefits package designed to support the health, well-being, and professional development of our Associates. Benefits include medical, dental, and vision coverage, life and disability insurance, a 401(k) retirement plan with company match & annual company contribution, paid time off, holidays, and parental leave. Associates also enjoy access to wellness and family support programs, fitness reimbursement, educational and training opportunities through our corporate university, and a collaborative, team-oriented work environment. Many of these benefits are fully or partially funded by the company, with some subject to eligibility requirements.
AGE Solutions is a premier technology and professional services company, providing in-depth consulting, advanced technology solutions, and essential services throughout the U.S. government, defense, and intelligence sectors. Prioritizing innovation and client-focused solutions, we assist major agencies in addressing intricate issues and ensuring a more secure future.
AGE is seeking a Software Developer with strong C# and database expertise to join our development team. This role focuses on building and maintaining robust middle-tier services and data-driven applications. The candidate will work closely with cross-functional teams to design, develop, maintain and optimize scalable backend systems that power critical business functionality.
The ideal candidate combines solid middle-tier development experience with deep database development knowledge and a strong understanding of system design, performance, maintainability, and data integrity.
This role is hybrid in Philadelphia, PA, requiring onsite reporting at the customer's facility at least 1 day/week. Candidates must reside within a commutable distance of Philadelphia, PA in order to work onsite as required.
Responsibilities Include:
- Design, develop, and maintain middle-tier services and backend components using C# and .NET technologies.
- Apply SOLID principles and clean architecture practices in application design.
- Build robust APIs and business logic layers to support web and enterprise applications.
- Collaborate with front-end developers, architects, and DevOps teams to deliver integrated solutions.
- Design, develop, optimize, and maintain relational databases (Oracle preferred).
- Write efficient stored procedures, views, functions, and complex queries.
- Optimize database performance, indexing strategies, and query tuning.
- Participate in code reviews and enforce best practices for clean, maintainable code.
- Troubleshoot and resolve production issues related to application logic and data layers.
- Contribute to architectural decisions and technical design discussions.
- Document technical designs and implementation details.
Required Skills, Qualifications and Experience:
- BA/BS in technical discipline.
- 10 years of experience in middle-tier and database development.
- Experience in applying SOLID principles and object-oriented design patterns.
- Strong proficiency in C# and .NET (.NET Core/.NET 6+) and ASP.NET Web API.
- Experience designing and building RESTful APIs and middle-tier services.
- Experience with ORM frameworks (Entity Framework preferred, Dapper).
- Strong SQL skills and experience with relational databases (Oracle preferred, SQL Server, PostgreSQL).
- Experience writing and optimizing complex queries and stored procedures.
- Strong understanding of data modeling and database design principles.
- Experience with version control systems (TFVC and Git).
- Strong problem-solving skills and attention to detail.
- Must be a United States citizen with a DoD Secret clearance or ability to obtain a favorably adjudicated T3 investigation.
Preferred Qualifications:
- Experience with microservices architecture
- Experience with CI/CD pipelines and DevOps best practices
- Experience with cloud platforms (Azure preferred)
- Experience with caching strategies (Redis, in-memory caching)
- Experience with performance profiling and monitoring tools
- Experience with containerization (Docker, Kubernetes)
- Experience with automated testing frameworks
Work Environment and Physical Demand:
- Must be able to work for extended periods of time at a computer.
Compensation: $115,000+
At AGE Solutions, we reward performance, invest in growth, and share success. Our benefits support the whole person, professionally, financially, and personally.
- 26 Days Paid Leave: Includes vacation, sick, personal time, and holidays. You choose how to use it.
- Performance Bonuses: Performance bonuses are awarded based on individual contributions and company-wide results, aligning recognition with impact.
- 401(k) with Match: We match 3% of your contributions with immediate vesting.
- Financial Protection: Company-paid life insurance up to $300K and options for additional coverage for you and your dependents.
- Health Benefits: Multiple medical plans, dental, vision, FSA and HSA options to fit your needs.
- Parental Leave: 15 days of fully paid leave for new parents, because family matters.
- Military Differential Pay: We bridge the gap for employees on active duty, so they don't take a financial hit while serving.
- Professional Growth: Paid training and certifications, tuition reimbursement, and the tools and tech to get the job done right.
- Shared Success: In the event of a company sale, our CEO has committed to returning 80% of net proceeds to employees. This ensures our team shares in the long term value they help create.
At AGE, you'll do work that matters, supported by a company that delivers for its people.
Application Sales Representative, Western Illinois
Req No.
2026-5549
Category
Sales
Location
US-IL-Clinton
Type
Regular Full-Time
Union or Non-Union
Non-Union
Division
Ag
Company
Altorfer Inc
Working Hours/Days
8am- 5pm, Monday-Friday, after hours and weekends as needed.
Overview
Outside sales selling Fendt RoGator, TerraGator, and Caterpillar products to Retail Fertilizer and Ag customers in Western Illinois. Will cover the following counties: Menard, Sangamon, Montgomery, Bond, Madison, Macoupin, Morgan, Cass, Schuyler, Brown, Pike, Scott, Greene, Jersey, Adams, Calhoun, and Christian County.
Basic Duties
- Focus on providing viable equipment solutions to our Retail Fertilizer and Agriculture customer base.
- Achieve maximum sales (new/ used) and profitability in assigned territory by working with both existing customers and targeting new accounts.
- Appropriately allocate call frequency between existing customer base and opportunity accounts.
- Prepare sales presentations, reports, sales forecasts, and sales quotes.
- Evaluate used equipment to assess trade values.
- May perform other related duties as requested and/or assigned.
Qualifications
- Two-year college degree preferred or a minimum of five years of machinery sales experience.
- Must have a firm understanding of the Application and Ag equipment market, and knowledge to effectively sell new/used machines and assess trade values.
- Computer literate especially with programs such as Microsoft Excel, Word, Teams and Outlook.
- Ability to successfully operate/demonstrate Application Equipment.
- Must be able to train & educate customers on machine operations and demonstrate "Value Added" selling techniques and models.
- Strong financial negotiating skills needed.
- Must be organized and possess strong time management skills.
- Must reside or be willing to relocate within the assigned territory.
- Willingness to travel to trade shows & training sessions as required.
- Must be able to work in a fast-paced environment, be a self-starter and able to adapt to change.
- Must have a valid driver's license with clean driving record. This includes no more than 2 minor violations within the past 3 years and no major violations within the past 5 years. (Motor Vehicle Report will be performed on final candidate)
Altorfer Inc. offers an industry leading compensation and benefit package:
- Health, Dental, Vision, Disability, and Life Insurance
- 401(k)
- Paid Holidays
- Paid Parental Leave and Funeral Leave
- Paid Time Off: Prorated 80 hours of PTO + 1 Floating Holiday
- Education Assistance
- Personal Tool Insurance, and Safety Equipment Reimbursement
- Voluntary Benefits: Supplemental Insurance, Accident, Critical and Hospital Indemnity Insurance, Legal Assistance and Identity & Fraud Protection
Payrate: $25,000 annually plus commission
Posted Min
USD $25,000.00/Yr.
Posted Max
USD $25,000.00/Yr.
Physical Requirements/Working Conditions
This position will spend a good portion of time traveling to customer jobsites. May work in an office environment, sitting at a desk for a period of time to answer phone calls or use a keyboard to complete documents and communicate through email. May be required to wear appropriate safety equipment (IE- Safety glasses or side shields) when needed. May on a continuous basis walk, bend and lift up to 75lbs. Must be flexible to work varying schedules and hours as needed. The physical demands described above are representative of those that must be met by an employee to successfully perform the essential functions of this job. Reasonable accommodations may be made to enable individuals with disabilities to perform the essential functions.
All qualified applicants will receive consideration for employment without regard to race, color, religion, sex, sexual orientation, gender identity, national origin, disability, or status as a protected veteran.
Why Work for Altorfer?
At Altorfer, our iron is just the beginning. Our people make our company successful, and we would not be who we are without them. As a third generation, family-owned company created in 1957, we bring our values into how we do business. Everyone from technicians, sales representatives, administrative professionals, or somewhere in between is part of the "A-Team" and is critical to our success. Here at Altorfer, we have over 35 locations and 1300 employees with long tenure for you to learn from. We have a collaborative, family valued culture, with a great reputation in the industry. A company that offers competitive pay, excellent benefits, and a remarkable team of people to work with.
Need help finding the right job?
We can recommend jobs specifically for you!
Click here to get started.
At Rite-Hite, your work makes an impact. As the global leader in loading dock and door equipment, we design and deliver solutions that keep our customers safe, secure, and productive. Here, you'll find innovation, stability, and the chance to grow your career as part of a team that's always looking ahead.
ESSENTIAL DUTIES AND RESPONSIBILITIES
To perform this job successfully, an individual must be able to perform each essential duty satisfactorily.
- Design and build AI-powered applications using Large Language Models (LLMs) for enterprise use cases.
- Develop Retrieval-Augmented Generation (RAG) solutions using structured and unstructured enterprise data such as documents, manuals, tickets, ERP data, and knowledge bases.
- Build and orchestrate AI agents that can reason, plan, and interact with tools, APIs, and workflows.
- Implement guardrails for AI systems including prompt safety, data protection, hallucination mitigation, access control, and output validation.
- Work with multimodal AI models including text, image, and video use cases such as video analysis, summarization, and optimization.
- Integrate AI solutions with existing enterprise systems such as Salesforce, ERP platforms, data lakes, APIs, and internal applications.
- Partner with security and compliance teams to ensure responsible AI usage, data privacy, and governance.
- Prototype quickly, then harden solutions for production with monitoring, logging, evaluation, and performance optimization.
- Mentor and upskill existing developers on AI concepts, patterns, and best practices.
Required Skills & Experience
- 5+ year of full stack development experience.
- Strong software engineering background with experience building production-grade applications.
- Hands-on experience with modern LLM platforms such as OpenAI, Azure OpenAI, Anthropic, or similar.
- Practical experience building RAG pipelines using vector databases and embedding models.
- Experience with prompt engineering, prompt versioning, and evaluation techniques.
- Solid Python experience for AI development.
- Experience integrating AI services with REST APIs, microservices, and cloud-native architectures.
- Familiarity with cloud platforms such as AWS or Azure, including deployment, scaling, and security concepts.
- Understanding of data formats such as JSON, XML, and document-based data.
- Ability to translate business problems into AI-driven technical solutions.
Preferred Qualifications
- Experience with vector databases such as Pinecone, FAISS, Weaviate, or similar.
- Familiarity with frameworks such as LangChain, LlamaIndex, Semantic Kernel, or equivalent orchestration tools.
- Experience implementing AI safety controls, policy enforcement, and evaluation frameworks.
- Exposure to video or image models and multimodal AI use cases.
- Experience working in enterprise environments with security, compliance, and change management considerations.
- Prior experience mentoring or leading developers in new technical domains.
What We Offer
At Rite-Hite, we take care of our people - because when you're supported, you can do your best work. Our benefits are designed to support your health, your future and your life outside of work:
Health & Well-being: Comprehensive medical, dental, and vision coverage, plus life and disability insurance. A robust well-being program with an opportunity to receive an extra day off and more.
Financial Security: A strong retirement savings program with 401(k), company match, and profit sharing.
Time for You: Paid holidays, vacation time, and personal/sick days each year.
Join us and build a career where you're supported - at work and beyond.
Rite-Hite is proud to be an Equal Opportunity Employer. We consider all qualified applicants without regard to race, color, religion, sex, sexual orientation, gender identity, national origin, age, disability, veteran status, or any other protected characteristic under federal, state, or local law.In accordance with VEVRAA, we are committed to providing equal employment opportunities for protected veterans.We are also committed to maintaining a drug-free workplace for the safety of our employees and customers.
*Securian Financial Groups internal position title is Engineering Sr Analyst.
Position Summary:
Are you an experienced application developer passionate about creating impactful technology solutions? Securian Financial is seeking an Engineering Senior Analyst with 2-4 years of proven application development experience, specifically skilled in Java, Mainframe, and Informatica, to join our Life & Annuity Actuarial Systems Technology team. As a crucial member of our agile scrum team, you'll innovate, optimize data processing, and support critical actuarial systems, leveraging a diverse technology stack including AWS, Spring, SQL Server, and Oracle.
Responsibilities include but not limited to:
- Own critical business application support, promptly resolving complex production issues to ensure reliable and efficient operations.
- Drive modernization initiatives such as Application Rationalization and migration to AWS, significantly enhancing our systems' capabilities and performance.
- Become a subject matter expert in Individual Life and Annuity business processes, influencing strategic decisions and technical planning.
- Cultivate strong relationships with stakeholders and cross-functional teams, fostering collaboration and alignment.
- Lead and execute projects through detailed analysis, thoughtful design, robust development, rigorous testing, seamless integration, and successful implementation.
- Encourage innovation and creativity through a proactive test-and-learn approach, contributing actively to continuous improvement.
Qualifications:
- 2-5 years of proven professional experience in application development.
- Extensive experience (3+ years) in Java development, particularly using Spring and Spring Batch frameworks.
- Demonstrated ability to tackle and resolve complex technical challenges.
- Excellent communication and interpersonal skills, thriving in a collaborative team environment.
- Strong expertise in Mainframe systems and Informatica ETL tools.
Preferred Qualifications:
- Experience in system design and analysis.
- Expertise in Mainframe systems and Informatica ETL tools.
- Previous exposure to actuarial systems or financial services technology environments.
#LI-Hybrid **This position will have a hybrid working arrangement, working in-office for a minimum of 3 days a week.**
Securian Financial believes in hybrid work as an integral part of our culture. Associates get the benefit of working both virtually and in our offices. If you're in a commutable distance (90 minutes) you'll join us 3 days each week in our offices to collaborate and build relationships. Our policy allows flexibility for the reality of business and personal schedules.
The estimated base pay range for this job is:
$72,000.00 - $134,000.00Pay may vary depending on job-related factors and individual experience, skills, knowledge, etc. More information on base pay and incentive pay (if applicable) can be discussed with a member of the Securian Financial Talent Acquisition team.
Be you. With us. At Securian Financial, we understand that attracting top talent means offering more than just a job - it means providing a rewarding and fulfilling career. As a valued member of our high-performing team, we want you to connect with your work, your relationships and your community. Enjoy our comprehensive range of benefits designed to enhance your professional growth, well-being and work-life balance, including the advantages listed here:
Paid time off:
We want you to take time off for what matters most to you. Our PTO program provides flexibility for associates to take meaningful time away from work to relax, recharge and spend time doing what's important to them. And Securian Financial rewards associates for their service by providing additional PTO the longer you stay at Securian.
Leave programs: Securian's flexible leave programs allow time off from work for parental leave, caregiver leave for family members, bereavement and military leave.
Holidays: Securian provides nine company paid holidays.
Company-funded pension plan and a 401(k) retirement plan: Share in the success of our company. Securian's 401(k) company contribution is tied to our performance up to 10 percent of eligible earnings, with a target of 5 percent. The amount is based on company results compared to goals related to earnings, sales and service.
Health insurance: From the first day of employment, associates and their eligible family members - including spouses, domestic partners and children - are eligible for medical, dental and vision coverage.
Volunteer time: We know the importance of community. Through company-sponsored events, volunteer paid time off, a dollar-for-dollar matching gift program and more, we encourage you to support organizations important to you.
Associate Resource Groups: Build connections, be yourself and develop meaningful relationships at work through associate-led ARGs. Dedicated groups focus on a variety of interests and affinities, including:
Mental Wellness and Disability
Pride at Securian Financial
Securian Young Professionals Network
Securian Multicultural Network
Securian Women and Allies Network
Servicemember Associate Resource Group
For more information regarding Securian's benefits, please review our Benefits page.
This information is not intended to explain all the provisions of coverage available under these plans. In all cases, the plan document dictates coverage and provisions.
Securian Financial Group, Inc. does not discriminate based on race, color, religion, national origin, sex, gender, gender identity, sexual orientation, age, marital or familial status, pregnancy, disability, genetic information, political affiliation, veteran status, status in regard to public assistance or any other protected status. If you are a job seeker with a disability and require an accommodation to apply for one of our jobs, please contact us by email at , by telephone (voice), or 711 (Relay/TTY).
To view our privacy statement click here
To view our legal statement click here
Remote working/work at home options are available for this role.
The International Application Engineer I's duties and responsibilities lead to an overall understanding of fundamental activities of factory sales support to DeZURIK direct and independent sales channels. This role prepares list price quotations for non-catalog items, outsourced accessories, and special processing requirements based on costs derived from a variety of internal and external sources. It requires the ability to articulate commercial and technical requirements and communicate in a clear format that will allow the product to be quoted to the end user. Advancement requires understanding of DeZURIK business system, order entry process, products, sales channel support, and factory capabilities to achieve an efficient workflow with acceptable profit margins. This position will focus on International support.
This position is currently eligible for DeZURIK's hybrid work schedule.
PRINCIPAL DUTIES AND RESPONSIBILITIES (ESSENTIAL FUNCTIONS)
- Ability to interface well with DeZURIK sales channels, suppliers, internal departments, and other applicable business contacts.
- Ability to manage multiple tasks while meeting deadlines on a consistent basis.
- Become proficient in DeZURIK products, international industry standards, business system, manufacturing capabilities and internal tools to make accurate cost estimates for standard and non-standard products.
- Accurately determine costs and develop list price quotations for all non-standard accessories, testing requirements, materials, and documentation as required by requests for quotation.
- Develop basic market and product knowledge through hands-on training, websites/webinars, internal training, engineering documentation and other applicable references.
- Review of incoming production and hold for approval orders while providing order clarification prior to order entry on the plant Operations group.
EDUCATION AND EXPERIENCE
- Bachelor's Degree in an Engineering discipline.
- No experience required.
KNOWLEDGE, SKILLS AND ABILITIES
- Demonstrated self-motivation, commitment to task, problem solving, and customer orientation required.
- Strong analytical skills with attention to detail - commercial & technical.
- Ability to understand relevant international industry standards and specifications.
- Computer literacy for preparing spread sheets.
- A general understanding of DeZURIK's Export Management System (EMS) manual.
PHYSICAL DEMANDS
- Physical demands are typical of an office position including extended periods of sitting, extensive use of a personal computer and telephone.
- Position requires movement around the facilities.
- Occasional handling of material and components.
- Travel requirements up to 15%.
WORKING CONDITIONS
Normal manufacturing and office environment. When working occasionally in some shop areas, personal protection equipment (PPE) will be recommended and/or required (safety shoes, safety glasses w/side shields, hearing protection, face shield, gloves, apron and boots). Stress may result from workload and meeting schedules. Must have the ability to support extended business hours to meet customer business needs.
DISCLAIMER
The above statements are intended to describe the general nature and level of work being performed by people assigned to this classification. They are not intended to be construed as an exhaustive list of all responsibilities, duties and skills required of personnel so classified.
QUALITY
Quality encompasses all aspects of DeZURIK, Inc.'s business, and every team member shares the responsibility to prevent the occurrence of any nonconformity relating to product, process and the quality system. All team members have an obligation to identify and record any such nonconformity, and, through designated channels, initiate and recommend solutions.
SALARY AND BENEFITS
DeZURIK offers a competitive base salary in the $64,680 to $80,849 range, based on experience and qualifications, along with annual bonus opportunities tied to performance.
Beyond pay, our market-leading benefits are designed to support your wellbeing. These include medical, dental, vision, and life insurance, as well as short- and long-term disability coverage. DeZURIK also provides a health savings account with company match, a retirement plan for employer contributions through Vanguard, and access to the Granite Assistance Fund for support when it's needed most. We value time for rest and personal growth, offering generous paid time off, including volunteer time off and paid holidays.
Please note: Sponsorship is not available for this role.
#LI-JW1