Skills Needed For Coding Jobs in Usa

18,542 positions found — Page 11

Lead Angular Developer with Python
✦ New
Salary not disclosed

Job Role: Lead Software Engineer - AI Application Platform

Location: Charlotte, NC (Onsite)

Eligibility: USC/GC/H4-EAD only

Pay Rate: $90/hr. on W2

The Opportunity

We are seeking a Lead Software Engineer to guide the architectural development and execution of AppGen, 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

If that describes you, we'd like to talk.

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:

o RxJS Observable lifecycle and potential memory patterns in Angular

o Query efficiency and data loading patterns in SQLAlchemy

o Terraform module organization and state management implications

o Type safety and TypeScript coverage gaps

o 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

Not Specified
Lead AI Application Platform in Charlotte, NC Hybrid Job
✦ New
Salary not disclosed

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.
Not Specified
Quality Assurance Supervisor
✦ New
Salary not disclosed
Colchester, VT 1 day ago

Company Background

Hayward Tyler, Inc. is a fabrication and engineered solutions company primarily engaged in serving the commercial nuclear power market. We design and manufacture OEM replacement parts, pressure vessels, heat exchangers, strainers, pumps, valves, structural supports and many other products. Offering both build to print and engineered to order integrated solutions, we have the highest level of certifications in the field including ASME code N, NPT, NS, NA, U, and NBIC R and NR.


Role Summary

Reporting to the Quality Assurance Director, the Quality Assurance Supervisor has day-to-day responsibility over the Hayward Tyler, Inc.’s [Nuclear] Quality Program that includes execution of our processes and procedures that define the way we meet the requirements of the Nuclear Regulatory Commission (NRC), ASME B&PV Code, and US Law to ensure our products and services meet the most stringent quality expectations of our customers. This important role is also responsible for the oversight of the output and training of the Quality Control Inspection team. The Quality Assurance Supervisor can also be part of increasing efficiency of HTI through continuous improvement.


Functional Goals

• Facilitation of the HTI Quality Program.

• Successful completion of audits from regulators, certifying organizations, and customers.

• Participates in vendor audits/surveys as required.

• Witnessing vendor activities as required.

• Qualification of Quality Control inspectors.

• Qualification of Quality Assurance personnel.

• Functions as an Authorized Nuclear Inspector interface with the company.

• Along with the Quality Assurance Director, the supervisor reviews the applicable ASME B&PV Code Sections and can make suggestions for changes to the QA Manual for future implementation and improvements as necessary.

• Reports on a regular basis to the Quality Assurance Director on the status and adequacy of the QA program.

• Strives for department deliverables to be right first time.

• A champion for building Quality into all aspects of the business.

• Provides back-up to Quality Assurance Director on all key functions.


Principal Duties

Site Leadership

The Quality Assurance Supervisor serves as the primary Quality contact at the Vermont site, working closely with cross-functional teams, while reporting to the Quality Assurance Director at Hayward Tyler, Inc. in Vermont. This position oversees all QA activity at the Vermont facility, and ensures compliance with company quality standards, regulatory requirements, and customer expectations. Keep management informed of the status of QA issues impacting production, personnel, and product deployment.


Quality Activities

This position leads the Quality department at Hayward Tyler and is responsible for all Quality activities. Quality functions break down into three main areas:


• Quality Assurance

Works with the QA Director to develop and maintain the Quality Program, including the Quality Manual, Policies, Procedures, and Processes to adhere to the requirements of the Nuclear Regulatory Commission, ASME Boiler and Pressure Vessel Code, and US Law. Ensures that quality requirements for contracts are properly converted to internal actionable items, and that the ASL and vendor qualifications are audited to meet our stringent requirements. Responsible for maintaining the qualification and certification of inspectors, internal/external auditors, nondestructive examiners and welders.


• Quality Control

Responsible for the review, the control, and to assure the product and the processes for quality are followed in accordance with our program. This includes contract and supplier purchase order review, material control, calibration, product inspection, destructive and non-destructive testing, and ASME B&PV Code activities.


• Quality Improvement

Responsible for working with the QAD to drive down the cost of quality from both internally and externally manufactured products and services. Major focus is internally generated errors and warranty costs. Responsible for driving a “right the first time” culture.


The Quality Assurance Supervisor also participates in the efforts to recruit, train, review, and mentor the Quality staff. They also may represent Hayward Tyler and its commitment to Nuclear Quality on ASME Committees, NIAC and other nuclear industry organizations and events.


Minimum Qualifications:


• AS in Engineering or equivalent job experience (2 plus years in technical position)

• Work experience in a Quality Assurance role in the commercial nuclear industry preferred.

• Commercial Nuclear audit experience required with Lead Auditor qualification preferred.

• ASQ Certified Quality Engineer, or Auditor is a plus.

• Fundamental understanding of the audit process including types of audits, planning, preparation, execution, reporting results and follow-up.

• Capability to learn and develop NDE experience from the organization.

• ASME B&PV Code experience in Section III and/or Section VIII preferred.

• Developed understanding of problem-solving and quality improvement tools and techniques. This includes knowledge of planning tools, quality tools, preventive and corrective actions, and how to overcome barriers to quality improvements.

• Fundamental understanding of quality philosophies, principles, systems, methods, tools, standards, organizational and team dynamics, customer expectations and satisfaction, supplier relations and performance, leadership, training, interpersonal relationships, improvement systems and professional ethics.

• Fundamental understanding of a quality system and its development, documentation and implementation to domestic and international standards or requirements.

• Ensures that work/escalated issues are addressed and completed in a timely manner and that delays and revised time frames are communicated.

• Ability to read & interpret ASME Code, engineering drawings, standards and specifications.

• Expected travel is up to 15% yearly.

• Proficient in Word, Excel, PowerPoint, Outlook and the Internet.

• Strong leadership, interpersonal, analytical and problem-solving skills.

• Highly ethical, collaborative, detail oriented, organized and highly motivated.

• Other duties as required.

Not Specified
Certified Risk Adjustment Coder (Medical)
Salary not disclosed
Corpus Christi, TX 2 days ago

We are seeking a detail-oriented Certified Risk Adjustment Coder to join our healthcare team. This role involves working directly within a clinical or administrative unit to ensure accurate and compliant coding of medical procedures, diagnoses, and services. The ideal candidate will be embedded in day-to-day operations, collaborating closely with physicians, nurses, and billing staff to support efficient documentation and reimbursement processes.


This is a hybrid role, and requires 3 days a week in the office


Key Responsibilities:

  • Review and analyze patient medical records to assign appropriate ICD-10, CPT, and HCPCS codes.
  • Ensure coding accuracy and compliance with federal regulations, payer policies, and internal standards.
  • Collaborate with healthcare providers to clarify documentation and resolve coding discrepancies.
  • Submit coded data to billing systems to initiate insurance claims and support reimbursement.
  • Maintain and update patient data for long-term tracking and reporting.
  • Participate in audits and quality reviews to ensure coding integrity.
  • Stay current with changes in medical coding guidelines, CMS updates, and payer requirements.
  • Support internal compliance and contribute to external audit readiness.

Qualifications:

  • Certified Risk Adjustment Coder (CRC) Certification
  • Minimum 2–3 years of experience in medical risk adjustment coding, preferably in an embedded or integrated healthcare setting.
  • Familiarity with value-based care and risk-bearing contracts.
  • Strong understanding of medical terminology, anatomy, and disease classification systems.
  • Proficiency with Electronic Health Records (EHR) and coding software.
  • Working knowledge of Microsoft Office.
  • Excellent attention to detail and analytical skills.
  • Ability to work collaboratively in a fast-paced clinical environment.

Preferred Skills:

  • Experience with inpatient, outpatient, or specialty coding.
  • Ability to engage with providers.
  • Familiarity with payer-specific coding requirements and reimbursement processes.
  • Strong communication skills for cross-functional collaboration.
  • Knowledge of HIPAA and confidentiality protocols.
Not Specified
ProFee coder/Radiology Coder
Salary not disclosed
Atlanta 6 days ago
Position Summary: Under the direction of the Coding Compliance Manager, the OP Ancillary/Physician Coder will play a key role in reviewing and analyzing billing and coding for charge processing.

This role will be responsible for reviewing and accurately coding office, hospital, and surgical procedures for reimbursement, as well as ensuring accurate and compliant medical coding for both inpatient and outpatient services, diagnostic tests, and other medical services rendered to each patient.

Essential Duties: -Possess analytical skills.

-Possess critical thinking and problem-solving skills.

-Solid understanding of the health care revenue cycle.

-Strong communication skills with the ability to communicate information accurately and clearly.

-Provide excellent customer service.

-The ability to manage interpersonal relationships and effectively communicate with clinical partners and fellow business center teams.

-Detail oriented.

-Strong work ethic, honest, and dependable.

-Collaborative team player with the ability to adapt to the ever-changing healthcare environment.

-Professional demeanor at all times.

-Maintain patient confidentiality.

-Maintain a safe and orderly work area.

-Personal time management skills – the ability to organize, prioritize, and multitask.

-Achievement of productivity standards as established by management.

-Achievement of quality standards as established by management.

-Analyze and interpret medical information in the medical record and assign and sequence the correct ICD-10-CM, CPT, and/or HCPCS codes to the diagnoses/procedures of office, inpatient and/or outpatient medical records according to established coding guidelines.

-Follow established workflow for working claim denials in the Follow-Up work queues and identify opportunities for billing/coding improvements.

-Participate in developing, implementing, and reviewing programs for coding compliance monitoring, criteria for benchmark comparisons, organizational policies and procedures, and physician clinical documentation improvement programs.

-Optimization opportunities include, but are not limited to, work in the Follow-Up and Claim Edit work queues and analyzing denial trends.

-Follow Coding Compliance department branding standards when communicating with clinical partners and fellow business center teams, and work collaboratively with Physician Billing Services -Insurance and Customer Service Representatives to solve billing and coding issues.

-Perform monthly coding change report analysis/oversight on provider coding change trends and communicate/educate providers, as needed.

-Work weekly Missing Charge Reports to identify missed billable charges to maximize reimbursement.

-Be at work and be on time.

-Follow company policies, procedures and directives.

-Interact in a positive and constructive manner.

-Prioritize and multitask.

-Other duties as assigned.

Required Skills & Experience: -Three (3) years’ experience working in a hospital or physician’s office as a medical coder and interacting with physician.

-Expert knowledge of ICD10, CPT and HCPCS.

-Strong knowledge of medical terminology, anatomy and physiology.

-Proficient Microsoft skills.

Preferred Skills & Experience: -Epic software experience.

Required Education: -High school diploma or GED.

Preferred Education: -Associate's degree.

Required Certifications & Licensure: -CPC, CCS or equivalent certification offered by the AAPC and AHIMA.

Must reside in California (role will transition to FTE) Minimum 3 years of experience as a physician/professional fee coder Strong expertise in diagnostic radiology coding and bundling rules Radiology experience required Knowledge of charge submission within EPIC ProFee coding only – No HCC coders CPC or CCS cert required Position Summary:
Not Specified
Cloud Platform Engineer
Salary not disclosed
Charlotte 3 days ago
A financial firm is looking for a Cloud Platform Engineer to join their team in Charlotte, NC.

Compensation: $150-200k Responsibilities: • Finding and improving operational efficiencies to best suit Cloud resource delivery, access management and security implementations.

• Support of production workloads within a multi-Cloud environment, including, but not limited to monitoring, patching, backup and restoration of Cloud resources.

• Delivery of Cloud infrastructure for partner solutions.

• Creation and support of automation and infrastructure as code solutions for resource creation and policy, leveraging PowerShell/Azure DevOps, Ansible and other approved corporate automation and orchestration platforms.

• Sound familiarity with orchestration and automation practices at scale, with a heavy emphasis on designing solutions for other teams to consume.

• Prior experience working with version control tools such as Github / Azure DevOps, including repository management, pipeline as code, and sdlc workflows.

• Basic understanding/debugging experience when it comes to application infrastructure, databases, networking, and DNS.

• Design, creation and maintenance of complex Infrastructure as Code and Pipelines as Code solutions in a highly reusable capacity.

• Work with internal teams and vendors on the integration of a diverse set of systems into the central ITSM/ITOM platform, ServiceNow.

• Participate in the automated implementation of monitoring systems, for event monitoring, alerting and metrics.

• Client opportunities and help facilitate a mechanism to change, evolve, improve, and simplify the infrastructure and supporting processes/procedures.

• Directly interface with support teams across all disciplines, to facilitate a closer relationship for collaborative implementations and knowledge sharing.

• Ensure handover of new/updated systems/documentation to team providing 24x7x365 support.

Qualifications: • Proficiency in Cloud services related to one or more Cloud providers including IaaS, PaaS and SaaS.

• Strong automation skillset with the ability to identify and create automation workflows.

• Strong PowerShell or other scripting experience, especially with the goal of automation.

• Experience with infrastructure as code development and iteration in either Terraform/ARM/Bicep/CloudFormation.

• Hands on operational experience and knowledge with Azure or AWS.

• Experience with monitoring and log aggregation tools such as Azure Monitor, Log Analytics, CloudWatch, CloudTrail, Splunk, ELK, etc.

• Basic knowledge of foundational IT tooling across a wealth of domains to facilitate understanding of automation creation.

• Fundamental understanding of public vs private networking in the Cloud.

• Strong knowledge on Git merging and branching strategies.

• Ability to execute proof of concepts and deploy complex solutions.

• Understanding of typical SDLC processes, workflow as pertaining to infrastructure.

• Basic understanding of Atlassian Suite (Jira/Confluence) is a plus.

• Prior experience working with orchestration tools (Rundeck/Cutover preferred) and infrastructure-as-code tools (HashiCorp Terraform).

• Excellent verbal and written communication skills and ability to articulate requirements, concepts and ideas to business and technology partners.

• Strong technical ability for diagnosis, triage, troubleshooting and problem analysis with the ability to communicate results to business stakeholders, IT support teams to resolve issues both quickly and effectively.

• Ability to influence people outside the immediate span of control, negotiate and resolve conflicts, and work with business users, IT partners and vendors.

• High-Level customer service mindset and commitment to deliver quality results to internal stakeholders in a demanding environment.

• A strong sense of urgency and accountability with exceptional time management skills.

• Comfortable in effectively communicating with business end users, technical IT Teams, network partners and vendors.

• Comfortable in fast-paced environment with changing priorities and schedules.
Not Specified
Accounting Analyst
✦ New
Salary not disclosed
Springfield 1 day ago
About the Position The Health and Human Service Clinical Financial Services (CFS) Division performs revenue cycle services for the Lane County Community Health Centers (CHC) and Lane County Behavioral Health, and Lane County Treatment Center.

The CFS Billing Team ensures the accuracy and integrity of patient charges, insurance claims, write-offs, collections, and other aspects of the billing and collection cycles.

This position will do Medical Coding, and experience is preferred.

Special consideration given for additional auditing certification (CPMA).

Review clinical documentation of services to be coded in EPIC, and any other source of documentation available to ensure compliance with the Center for Medicare and Medicaid Services (CMS).

Assign correct CPT, ICD-10-CM, and HCPCS codes for professional charges, which could include all E&M services including outpatient and inpatient; diagnostic services; procedural services; and/or Charge Routers and Charge entry.

Establish and maintain procedures and other controls necessary in carrying out all procedure and diagnostic coding and insurance billing activity for applicable work queues assigned in facility and/or professional services at OHSU.

Monitor activity for compliance with federal and/or state laws regarding correct coding set forth by CMS and Oregon Medical Assistance program (OMAP).

Coordinate all billing information and ensure that all information is complete and accurate.

Ability to maintain supportive and open communication with supervisor regarding coding issues and priority coding responsibilities assigned.

Develop and disseminate written procedures to facilitate and improve billing and coding processes for the department, and to train, support, orientate, and mentor coding staff as necessary.

Competitive candidates for our team will demonstrate a customer service focus with strong communication skills and be able to work both independently and as part of a team.

They will be flexible, adaptive, and drive innovation through process improvement.

In addition, they must show a clear ability to work effectively with individuals from diverse backgrounds and maintain ethical standards consistent with our mission as stewards of the public trust.

About the Division The Health and Human Service Clinical Financial Services (CFS) Division performs revenue cycle services for the Lane County Community Health Centers (CHC) and Lane County Behavioral Health, and Lane County Treatment Center.

The CFS Billing Team ensures the accuracy and integrity of patient charges, insurance claims, write-offs, collections, and other aspects of the billing and collection cycles.

Schedule: Monday – Friday; 8:00am – 5:00pm
*This is an AFSCME represented position
* Training Equivalent to a Bachelor's degree from an accredited college or university with major course work in business administration, fiscal management or accounting or a related field.

Experience Three years of increasingly responsible experience in financial, accounting or statistical record-keeping and analysis.

Some experience in a lead capacity is desirable.

Direct financial or accounting experience with federal or state employment and training programs is desirable; or an equivalent combination of experience and training that will demonstrate the required knowledge and abilities is qualifying.

Preferred Requirements: Medical Coding certification (CPS).

Notes: This position is subject to a full background check.

Studies have shown that women and BIPOC individuals are less likely to apply for jobs unless they believe they are able to perform every task in the job description.

We are most interested in finding the best candidate for the job, and that candidate may be one who comes from a less traditional background.

The county will consider any equivalent combination of knowledge, skills, education, and experience to meet minimum qualifications.

If you are interested in applying, we encourage you to think broadly about your background and skill set for the role.

Accounting Analyst Classification Details Selection Process Equal Employment Opportunity Lane County is an Equal Opportunity Employer.

We value diversity, equity, and inclusion as essential elements that create and foster a welcoming workplace.

All qualified persons will be considered for employment without regard to race, color, religion, sex, sexual orientation, gender identity, national origin, age, political affiliation, disability or any other factor unrelated to the essential functions of the job.

Strategic Plan In alignment with Lane County's Strategic Plan, incumbent(s) will be expected to demonstrate the following core behaviors: Passion to Serve, Driven to Connect, and Focused on Solutions.

The 2 Strategic Plan focuses on the areas that Lane County will pursue as a way to deliver on our vision for the residents of Lane County.

To meet these challenges, we know that the basis of our efforts lies in leveraging our people and partnerships to achieve our Strategic Priorities.

We also recognize that the quality and commitment of our staff is essential to a shared future where Lane County is the best place in which to live, work, and play.

Trauma Informed Care Statement Lane County Health & Human Services is committed to providing Trauma Informed Care.

As an organization, we recognize that many of the people we serve have experienced trauma, either currently, recently or in their past.

Our agency is dedicated to incorporating an understanding of trauma, both with our clients and with each other.

Our employees receive ongoing training to develop or deepen their understanding of trauma and its impacts.

Veteran Preference Information
Not Specified
Sr Turbine Equip Specialist - EPU Projects (Ottawa)
Salary not disclosed
Ottawa, Illinois 3 days ago

Who We Are

As the nation's largest producer of clean, carbon-free energy, Constellation is focused on our purpose: accelerating the transition to a carbon-free future. We have been the leader in clean energy production for more than a decade, and we are cultivating a workplace where our employees can grow, thrive, and contribute.

Our culture and employee experience make it clear: We are powered by passion and purpose. Together, we're creating healthier communities and a cleaner planet, and our people are the driving force behind our success. At Constellation, you can build a fulfilling career with opportunities to learn, grow and make an impact. By doing our best work and meeting new challenges, we can accomplish great things and help fight climate change. Join us to lead the clean energy future.


Total Rewards

Constellation offers a wide range of benefits and rewards to help our employees thrive professionally and personally. We provide competitive compensation and benefits that support both employees and their families, helping them prepare for the future. In addition to highly competitive salaries, we offer a bonus program, 401(k) with company match, employee stock purchase program comprehensive medical, dental and vision benefits, including a robust wellness program paid time off for vacation, holidays, and sick days and much more.

Expected salary range of $117,900 to $131,000, varies based on experience, along with comprehensive benefits package that includes bonus and 401(k).

Primary Purpose of Position

Performs advanced technical/engineering problem solving in support of Clean Energy Center (CEC) turbine generator operations. Responsible for technical decision making and troubleshooting. Possesses excellent knowledge in functional discipline and its practical application and has detailed knowledge of applicable industry codes and regulations. Enforce at all times procedure use and adherence, Human Performance (HU) fundamentals, Technical Human Performance (THU) techniques, and provide coaching and mentoring as necessary to achieve continuous improvement.


Primary Duties and Accountabilities

  • Provide in-depth technical expertise to develop, manage, communicate, and implement engineering analysis, activities and programs.
  • Provide technical expertise and consultation through direct involvement to identify and resolve equipment and system problems.
  • Accountable for the accuracy, completeness, and timeliness of work ensuring proper configuration management and assuring that standard design criteria, practices, procedures and codes are used in preparation of plans and specifications.
  • Perform independent research, reviews, studies and analyses in support of technical projects and programs.
  • Recommend equipment, new concepts and techniques to improve performance, simplify construction, reduce costs, correct design or material flaws, or comply with changes in codes or regulations.

Minimum Qualifications

  • Bachelor's degree and 5 years of related experience OR
  • Current or previous Senior Reactor Operator (SRO) license with 5 years of related experience OR
  • Associate's degree with 7 years of related experience OR
  • High school diploma/GED with 9 years of related experience
  • Maintain minimum access requirements or unescorted access requirements, as applicable, and favorable medical examination and/or testing in accordance with position duties

Preferred Qualifications

  • Professional Engineer Registration degree
  • Advanced technical degree or related coursework
permanent
Maint & Technical Instructor (Morris)
✦ New
🏢 Constellation Energy
Salary not disclosed
Morris, Illinois 1 day ago

Mechanical Maintenance and Technical Instructor or Sr Mechanical Maintenance Instructor Position for Dresden Nuclear Power Station in Morris, IL

This Mechanical Maintenance and Technical Instructor role can be filled at the Maintenance and Technical Instructor Level, or at the Sr Maintenance and Technical Instructor Level. Please see minimum qualifications list below for each level.

Who We Are

As the nation's largest producer of clean, carbon-free energy, Constellation is focused on our purpose: accelerating the transition to a carbon-free future. We have been the leader in clean energy production for more than a decade, and we are cultivating a workplace where our employees can grow, thrive, and contribute.

Our culture and employee experience make it clear: We are powered by passion and purpose. Together, we're creating healthier communities and a cleaner planet, and our people are the driving force behind our success. At Constellation, you can build a fulfilling career with opportunities to learn, grow and make an impact. By doing our best work and meeting new challenges, we can accomplish great things and help fight climate change. Join us to lead the clean energy future.

Total Rewards

Constellation offers a wide range of benefits and rewards to help our employees thrive professionally and personally. We provide competitive compensation and benefits that support both employees and their families, helping them prepare for the future. In addition to highly competitive salaries, we offer a bonus program, 401(k) with company match, employee stock purchase program comprehensive medical, dental and vision benefits, including a robust wellness program paid time off for vacation, holidays, and sick days and much more.

Maintenance and Technical Instructor Job Code XKAP- Expected salary range of $105,300 to $117,000, varies based on experience, along with comprehensive benefits package that includes bonus and 401(k).

Sr Maintenance and Technical Instructor Job Code XKAV - Expected salary range of $121,500 to $135,000 varies based on experience, along with comprehensive benefits package that includes bonus and 401(k).

Primary Purpose of Position

Demonstrates mastery of skills and extensive subject matter knowledge in carrying out assignments associated with the analysis, design, development, implementation, evaluation, and proposed modification of plant specific maintenance and technical training programs (Chemistry, Engineering, Maintenance: Electrical, Instrumentation, and Mechanical, and Radiation Protection).

Primary Duties and Accountabilities

  • Drives the clean energy center (CEC) and personnel performance improvement through the use of training. Develops, schedules, coordinates, and conducts performance-based maintenance or technical training programs as required by user community in accordance with Constellation's systematic approach to training model, department procedures, and with proper application of the analysis, design, development, implementation, and evaluation phases.
  • Prepares trainee examination and conducts trainee evaluations for classroom, laboratory, OJT, and simulator environments, as appropriate and conducts counseling sessions for trainees, evaluates the results, and recommends/develops individualized training programs.
  • Participates in CEC support activities, i.e. outage support, root cause support, line assessment support.
  • Assures the training programs are maintained current and incorporate information gained from Institute of Nuclear Power Operations (INPO) Significant Operating Experience Reports and Constellation Nuclear Event Reports (NERs), Nuclear Regulatory Commission (NRC) Bulletins and Information Notices, CEC design change and backfit information, CEC procedure changes and revisions, new regulations, and training effectiveness reports.
  • Support CEC and fleet in the areas of business initiatives, project management, refuel outage support, emergency preparedness duties, and special projects.
  • Supervises the collection and maintenance of auditable training records and reports required to document training program activities.
  • Participates in NRC, INPO and management audits, and prepares responses to audit findings.
  • Maintains knowledge of plant operations, disciplinary skills and techniques, commensurate with the responsibility to develop and conduct effective, high-quality training.
  • Perform other job assignments and duties as directed by management or pursuant to company policy, including but not limited to emergency response, departmental coverage, call outs, and support of outage activities in positions outside the department.

This Maintenance and Technical Instructor role can be filled at the Maintenance and Technical Instructor Level, or at the Sr Maintenance and Technical Instructor Level. Please see minimum qualifications list below for each level.

Mechanical Maintenance and Technical (M&T) Instructor
Job Code: XKAP
MINIMUM QUALIFICATIONS

  • High school diploma/GED with 3 years of nuclear mechanical maintenance experience or 5 years of related (mechanical maintenance instruction) experience OR
  • Associate&rsquos/Bachelor&rsquos degree in a technical discipline (e.g. chemistry, engineering, health physics, mathematics, physics), education or training with 2 years of related mechanical maintenance experience or 4 years of related (mechanical maintenance instruction) experience
  • The requirements as outlined above meet or exceed ANSI/ANS-3.1-2 Standard, Selection, Qualification, and Training of Personnel for Nuclear Power Plants
  • Maintain minimum access requirement or unescorted access requirements, as applicable, and favorable medical examination and/or testing in accordance with position duties

Sr Mechanical Maintenance and Technical (M&T) Instructor
Job Code: XKAV
MINIMUM QUALIFICATIONS

  • High school diploma/GED with 5 years of nuclear mechanical maintenance background or 7 years of related (Mechanical Maintenance) experience OR
  • Associate&rsquos degree in technical discipline (e.g. chemistry, electrical, engineering, instrumentation, mathematics, mechanical, radiation protection), education or training with 3 years of nuclear mechanical maintenance background or 5 years of related (Mechanical Maintenance) experience OR
  • Bachelor&rsquos degree in a technical discipline (e.g. chemistry, engineering, health physics, mathematics, physics), education or training with 3 years of related (Mechanical Maintenance) experience
  • 2 years of training or education experience in Mechanical Maintenance
  • The requirements as outlined above meet or exceed ANSI/ANS-3.1-2 Standard, Selection, Qualification, and Training of Personnel for Nuclear Power Plants
  • Maintain minimum access requirement or unescorted access requirements, as applicable, and favorable medical examination and/or testing in accordance with position duties

Mechanical Maintenance and Technical (M&T) Instructor
Job Code: XKAP
PREFERRED QUALIFICATIONS

  • Previous experience in delivering training
  • Knowledge of and experience with the systematic approach to training (SAT)

Sr Mechanical Maintenance and Technical (M&T) Instructor
Job Code: XKAV
PREFERRED QUALIFICATIONS

  • Foreman/lead or supervisory experience
temporary
Physician / Rheumatology / Illinois / Permanent / Rheumatology Faculty Physician
✦ New
Salary not disclosed
Pike, Illinois 1 day ago

Essential Duties and Responsibilities: Provide quality treatment to all patients in a professional manner Participate in the teaching/training program(s) Communicate with administrators, and Physicians to facilitate practice operations Participate in team effort to guarantee efficient services to patients Conforms to the ethical code of conduct of his/her professional organization, to the Wayne Health Corporate Compliance Program and all standards of the Code of Conduct, Code of Ethics, and to

permanent
jobs by JobLookup
✓ All jobs loaded