Information Technology Jobs in Trinity Trinity County Tx Remote
125 positions found — Page 3
- 3 – 5 years’ experience in IT large corporate environments, specifically in controlled production environments or in Financial Services Technology in a client-facing function.
- 3 – 5 years’ practical experience supporting technical end-user platforms such as:
- Virtual Data Rooms (VDR) / DocuSign / SharePoint Online / OneDrive / MSOffice
- Experience in co-ordinating routine production activities and resource scheduling
- Experience of run-book execution
- Experience of supporting complex application and infrastructure domains
- Experience of supervising a team
- Experience working with SLAs.
- ITIL / best practice service context
- Familiarization with Agile
- Profound analytical skills
- Ability to work in virtual teams and in a matrix structure.
- Working knowledge of incident tracking tools (i.e., Service Now, etc.)
Remote working/work at home options are available for this role.
Crown Equipment Corporation is a leading innovator in world-class forklift and material handling equipment and technology. As one of the world’s largest lift truck manufacturers, we are committed to providing the customer with the safest, most efficient and ergonomic lift truck possible to lower their total cost of ownership.
Primary Responsibilities
- Design, develop, and maintain automated test scripts using Selenium and Intellij IDE.
- Create reusable and clean code that supports robust testing frameworks. Integrate automated tests into CI/CD pipelines to enable continuous testing.
- Conduct comprehensive API testing ensuring thorough end-to-end integration across various systems.
- Perform database testing and writing SQL queries across multiple database management platforms.
- Analyze requirement specifications focused on determining the viability and feasibility of automation for eligible features.
- Debug and resolve automation failures.
- Maintain the automation repository.
- Manage the execution of automation regression suites.
- Perform functional and non-functional testing of software products and solutions developed.
- Perform regression testing of module firmware as needed.
- Write, revise, and verify quality standards and test procedures for program design and product evaluation to attain quality of software.
- Develop processes and procedures to test product requirements, use cases, and wireframes in the form of test cases and other documentation.
- Perform requirement analysis and test estimation of software under test.
- Design test cases according to the quality standards and procedures.
- Define test data and test environment requirements to execute defined tests.
- Perform defect reporting, management and closure as per department standards and procedures.
- Participate proactively in QA initiatives for continuous improvements according to department objectives.
Minimum Qualifications
- Bachelor’s degree (Computer Science, Information Systems) and at least 2 years related experience. Non-degree considered if 12+ years of related experience along with a high school diploma or GED
- Able to automate test scripts using Selenium and Intellij IDE.
- Proficient in at least one mainstream programming language such as Java, Python, C#, JavaScript/TypeScript.
- Experience with code versioning and CI/CD tools like GitHub, Jenkins, Bamboo or similar tools to integrate and run the automated tests in pipelines and enable continuous testing.
- Experience with API testing tools like POSTMAN, SOAP UI, RestAssured.
- Experience in writing SQL queries and database testing using MySQL, SQL Server, Oracle, or PostgreSQL.
- Experience in quality assurance methodologies or software testing
- Good written, verbal, analytical and interpersonal skills.
Work Authorization:
Crown will only employ those who are legally authorized to work in the United States. This is not a position for which sponsorship will be provided. Individuals with temporary visas or who need sponsorship for work authorization now or in the future, are not eligible for hire.
No agency calls please.
Compensation and Benefits:
Crown offers an excellent wage and benefits package for full-time employees including Health/Dental/Vision/Prescription Drug Plan, Flexible Benefits Plan, 401K Retirement Savings Plan, Life and Disability Benefits, Paid Parental Leave, Paid Holidays, Paid Vacation, Tuition Reimbursement, and much more.
EOE Veterans/Disabilities
Remote working/work at home options are available for this role.
Hi,
I am Suresh Durgam from iPivot. Please find the job description below for your reference. If interested, reply with an updated resume at
Job Title: Node.js Developer
Location: Princeton, NJ (2 Days onsite a week)
Duration: W2 Contract
Note: Only U.S. citizens (NJ/NY/PA) are required.
Skills & Experience Requirements
Strong proficiency in Node.js and TypeScript
Knowledge of Nest.js is a big plus
Proven experience building AWS Lambda based microservices
Solid working knowledge of core AWS services, including:
API Gateway
DynamoDB (NoSQL)
RDS / Aurora PostgreSQL (SQL)
S3, SNS, SQS
CloudWatch (logs, metrics)
Experience designing and developing serverless REST APIs
Familiarity with Infrastructure-as-Code (AWS CDK or Cloud Formation)
Good understanding of SQL and NoSQL data modeling
Experience with distributed systems, event-driven architectures, and asynchronous processing
Ability to build secure, scalable, and maintainable cloud applications
Familiarity with DevOps workflows, CI/CD pipelines (GitLab or GitHub Actions), and unit/integration testing
Knowledge of best practices for logging, validation, error handling, and API performance in AWS
Experience in FedRAMP or other high-compliance environments is a plus
Good communication and collaboration skills in Agile/Scrum or SAFe environments.
Suresh Durgam
E:
/in/suresh-durgam
Remote working/work at home options are available for this role.
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.
The company is a recognized leader in the commercial faade industry, specializing in innovative glazing and curtain wall systems across North America. Known for executing complex, high-value projects with precision and professionalism, they are expanding their national project management team to keep pace with growing demand. Their approach blends craftsmanship with cutting-edge technologyand they're seeking forward-thinking professionals who can lead from anywhere.
The company is seeking a Remote Project Manager with deep experience in commercial glazing or curtain wall systems. This role is ideal for someone who thrives on ownership, excels at remote coordination, and can lead multimillion-dollar faade projects from preconstruction through closeout.
You'll manage every phase of the project lifecycleleveraging digital tools, strong communication, and a process-driven mindset to deliver on time, on budget, and on spec. While you won't be on site every day, your presence will be felt through structured collaboration, proactive planning, and a firm grasp of what it takes to keep complex installations moving forward.
Minimum three years of experience managing glazing or curtain wall projects.
Demonstrated success managing commercial construction projects remotely.
Expertise in architectural, structural, and fabrication drawings.
Strong knowledge of curtain wall, storefront, ACM, or unitized faade systems.
Comfortable leading project updates, vendor negotiations, and client coordination remotely.
Proven ability to manage contracts, track costs, and mitigate risk.
Degree in Construction Management, Engineering, or a related field (or equivalent experience).
Familiarity with Bluebeam, Procore, AutoCAD, or PM platforms.
Existing network of glazing vendors and subcontractors.
Fully remote work with flexible hours.
Collaborative, experienced, and high-performing team.
Opportunities for professional growth and leadership.
Impactful, high-visibility projects across the U.S.
Competitive compensation and benefits package.
Culture that values clarity, accountability, and trust.
Remote working/work at home options are available for this role.
Clearance Requirement For This Role: Active TS/SCI
We are seeking a highly skilled Senior Full-Stack Software Engineer to support an AI-enabled classroom initiative for the U.S. Army Intelligence community at Fort Huachuca. This role is part of a cornerstone Phase 1 effort that is expected to scale into multiple contracts and support broader Army Intelligence training programs.
The engineer will work closely with the Prime and government stakeholders to integrate AI-driven capabilities into an on-premise training environment, validate system performance, and support operational sustainment.
Position Description:
Location: Primarily Remote (Work-from-Home) with Temporary Duty Travel (TDY) to Fort Huachuca, AZ
Travel: 1-2 weeks per sprint; approximately 3-4 total trips during installation phase
Target Start: ASAP
Contract Length: 12 months base with
* 6 months: Development & Delivery
* 6 months: Operational Support
Key Responsibilities:
* Design, develop, and integrate full-stack software solutions for an AI-enabled classroom environment
* Most likely technologies to be used: Java, Golang, React, Vert.X, Jblocks
* Participate in Agile/Scrum sprints, collaborating with other team members to include engineers, architects, and program leadership
* Support on-premise system installations and systems integration efforts
* Integrate custom development with Prime-provided software and testing environments
* Ensure robust testing and validation are built into the development lifecycle for mission-critical delivery
* Support validation of system capabilities through live classroom training events
* Provide operational support post-delivery, troubleshooting and optimizing system performance
* Work directly with end users and customers in a highly collaborative, on-site environment during TDY periods
Remote working/work at home options are available for this role.
The role of the Project Manager is to plan, execute, and finalize projects according to defined timelines and within the allocated budget.
The Project Manager is responsible for ensuring that business and end users are consulted with and their input is incorporated into the project deliverables.
Remote working/work at home options are available for this role.
Join Our Team as a Website Tester at Little Wheel
Little Wheel is a gambling technology company focused on researching and building products that put players first. We are currently hiring Website Testers across Michigan, New Jersey, Pennsylvania, and West Virginia.
This is a great opportunity to earn extra income on a flexible schedule while helping us test online casinos. No prior experience is required, and all training is provided.
This is a short-term contract, with opportunities for ongoing work for high performers.
Role Overview
As a Website Tester, you will:
- Participate in user experience testing on various online casino platforms.
- Follow step-by-step instructions to complete assigned tasks.
- Record feedback and report bugs or usability issues.
- Provide detailed insights into your testing experience.
- Complete all testing assignments within set timelines.
Requirements
To be eligible, you must:
- Be at least 21 years old.
- Reside in one of the following states: Michigan, New Jersey, Pennsylvania, or West Virginia.
- Own a laptop or desktop computer.
- Be able to complete a short, paid online training and onboarding process.
No previous testing or gambling experience is needed. You will not be gambling with your own money, and there are no fees or out-of-pocket costs. All the interactions/game-play would be for testing purposes.
Compensation and Benefits
- Guaranteed earnings of at least $1,000 for approximately 20 hours of testing.
- Minimum of $25/hour, with higher pay for faster testers.
- $100 bonus upon completing the onboarding program.
- Flexible schedule – choose when you want to work.
- Work from home – test websites from the comfort of your own space.
- Fast payments – get paid after each of the 4 testing stages.
- Excellent support – coordinators available daily from 6 AM to 11 PM ET.
What Our Testers Say
"Great side gig for some extra cash. The team is very communicative and will answer any questions/concerns!" – Maria, Trustpilot (2021)
"Tasks are clearly explained with step-by-step instructions. You can work when it's convenient. Support is very helpful and responsive." – Anonymous, Glassdoor (2025)
Read more reviews on Glassdoor, Trustpilot, and Google.
Equal Opportunity Statement
Little Wheel LLC is proud to be an Equal Opportunity Employer. We are committed to creating an inclusive environment for all applicants and employees, regardless of race, religion, color, national origin, gender identity, sexual orientation, age, disability, or veteran status. We celebrate diversity and strive to create a workplace where everyone feels valued.
Company Info
Website: Address: Little Wheel LLC, 250 Pehle Ave, Suite 200, Saddle Brook, NJ 07663 Phone: (833) 313-7490
Remote working/work at home options are available for this role.
Join Our Team as a Website Tester at Little Wheel
Little Wheel is a gambling technology company focused on researching and building products that put players first. We are currently hiring Website Testers across Michigan, New Jersey, Pennsylvania, and West Virginia.
This is a great opportunity to earn extra income on a flexible schedule while helping us test online casinos. No prior experience is required, and all training is provided.
This is a short-term contract, with opportunities for ongoing work for high performers.
Role Overview
As a Website Tester, you will:
- Participate in user experience testing on various online casino platforms.
- Follow step-by-step instructions to complete assigned tasks.
- Record feedback and report bugs or usability issues.
- Provide detailed insights into your testing experience.
- Complete all testing assignments within set timelines.
Requirements
To be eligible, you must:
- Be at least 21 years old.
- Reside in one of the following states: Michigan, New Jersey, Pennsylvania, or West Virginia.
- Own a laptop or desktop computer.
- Be able to complete a short, paid online training and onboarding process.
No previous testing or gambling experience is needed. You will not be gambling with your own money, and there are no fees or out-of-pocket costs. All the interactions/game-play would be for testing purposes.
Compensation and Benefits
- Guaranteed earnings of at least $1,000 for approximately 20 hours of testing.
- Minimum of $25/hour, with higher pay for faster testers.
- $100 bonus upon completing the onboarding program.
- Flexible schedule – choose when you want to work.
- Work from home – test websites from the comfort of your own space.
- Fast payments – get paid after each of the 4 testing stages.
- Excellent support – coordinators available daily from 6 AM to 11 PM ET.
What Our Testers Say
"Great side gig for some extra cash. The team is very communicative and will answer any questions/concerns!" – Maria, Trustpilot (2021)
"Tasks are clearly explained with step-by-step instructions. You can work when it's convenient. Support is very helpful and responsive." – Anonymous, Glassdoor (2025)
Read more reviews on Glassdoor, Trustpilot, and Google.
Equal Opportunity Statement
Little Wheel LLC is proud to be an Equal Opportunity Employer. We are committed to creating an inclusive environment for all applicants and employees, regardless of race, religion, color, national origin, gender identity, sexual orientation, age, disability, or veteran status. We celebrate diversity and strive to create a workplace where everyone feels valued.
Company Info
Website: Address: Little Wheel LLC, 250 Pehle Ave, Suite 200, Saddle Brook, NJ 07663 Phone: (833) 313-7490
Remote working/work at home options are available for this role.
Join Our Team as a Website Tester at Little Wheel
Little Wheel is a gambling technology company focused on researching and building products that put players first. We are currently hiring Website Testers across Michigan, New Jersey, Pennsylvania, and West Virginia.
This is a great opportunity to earn extra income on a flexible schedule while helping us test online casinos. No prior experience is required, and all training is provided.
This is a short-term contract, with opportunities for ongoing work for high performers.
Role Overview
As a Website Tester, you will:
- Participate in user experience testing on various online casino platforms.
- Follow step-by-step instructions to complete assigned tasks.
- Record feedback and report bugs or usability issues.
- Provide detailed insights into your testing experience.
- Complete all testing assignments within set timelines.
Requirements
To be eligible, you must:
- Be at least 21 years old.
- Reside in one of the following states: Michigan, New Jersey, Pennsylvania, or West Virginia.
- Own a laptop or desktop computer.
- Be able to complete a short, paid online training and onboarding process.
No previous testing or gambling experience is needed. You will not be gambling with your own money, and there are no fees or out-of-pocket costs. All the interactions/game-play would be for testing purposes.
Compensation and Benefits
- Guaranteed earnings of at least $1,000 for approximately 20 hours of testing.
- Minimum of $25/hour, with higher pay for faster testers.
- $100 bonus upon completing the onboarding program.
- Flexible schedule – choose when you want to work.
- Work from home – test websites from the comfort of your own space.
- Fast payments – get paid after each of the 4 testing stages.
- Excellent support – coordinators available daily from 6 AM to 11 PM ET.
What Our Testers Say
"Great side gig for some extra cash. The team is very communicative and will answer any questions/concerns!" – Maria, Trustpilot (2021)
"Tasks are clearly explained with step-by-step instructions. You can work when it's convenient. Support is very helpful and responsive." – Anonymous, Glassdoor (2025)
Read more reviews on Glassdoor, Trustpilot, and Google.
Equal Opportunity Statement
Little Wheel LLC is proud to be an Equal Opportunity Employer. We are committed to creating an inclusive environment for all applicants and employees, regardless of race, religion, color, national origin, gender identity, sexual orientation, age, disability, or veteran status. We celebrate diversity and strive to create a workplace where everyone feels valued.
Company Info
Website: Address: Little Wheel LLC, 250 Pehle Ave, Suite 200, Saddle Brook, NJ 07663 Phone: (833) 313-7490
Remote working/work at home options are available for this role.