CDIil y a 8 jours

Information Technology

Non precisé
Post A Job Post A Job Software & Data IT & Teleco

Description du poste

window.notificationMessages = []; Find a Job + + + + Search const TopSearch = {
handleSubmit: function (event) {
event.preventDefault();
event.stopPropagation();

const form = event.target;

const getValue = (name) => {
if (form[name]) {
if (form[name].type) {
if (["select-one", "text", "hidden"].indexOf(form[name].type) > -1) {
return form[name].value;
}
if (["checkbox", "radio"].indexOf(form[name].type) > -1 && form[name].checked) {
return form[name].value;
}
} else if (form[name].length) {
return form[name].value;
}
}

return "";
};

const experienceLevel = getValue("experience[]") || getValue("experience");
const jobFunction = getValue("job_function[]") || getValue("job_function");
const industry = getValue("industry[]") || getValue("industry");
const location = getValue("location[]") || getValue("location");
const workType = getValue("work_type");
const term = getValue("q");
const sortBy = getValue("sort_by");

// If the logged in user is authenticated
// Append authenticated value to make url unique/different to logged out url
// same action is happening in SearchFilterViewComposer
// line 589 in the multiSearchFilterHref function
const authenticated = document.getElementById("authenticated").value;
let toUrl = "";
if (industry.trim() && jobFunction.trim()) {
const segments = [jobFunction, location, workType].filter((x) => x);
toUrl = `${segments.join("/")}?industry=${industry}`;
} else {
const segments = [jobFunction, industry, location, workType].filter((x) => x);
toUrl = segments.join("/");
}

if (experienceLevel) {
toUrl += `${toUrl.indexOf("?") === -1 ? "?" : "&"}experience=${experienceLevel}`;
}

if (term.trim()) {
toUrl += `${toUrl.indexOf("?") === -1 ? "?" : "&"}q=${encodeURI(term.replace(" ", "+"))}`;
}

if (sortBy.trim()) {
toUrl += `${toUrl.indexOf("?") === -1 ? "?" : "&"}sort=${sortBy}`;
}

if (authenticated === "true") {
toUrl += `${toUrl.indexOf("?") === -1 ? "?" : "&"}authenticated=${Date.now()}`;
}

const wholeUrl = `${form.getAttribute("action")}/${toUrl.toLocaleLowerCase()}`;
window.location.assign(wholeUrl.replace(/\/$/, ""));

return false;
},
}; Homepage Software & Data IT & Telecoms Lagos Full Time Information Technology Information Technology Joatech Global Link investments ltd Software & Data 1 week ago Easy apply New Featured Lagos Full Time IT & Telecoms NGN
250,000 - 400,000 Share link Share on WhatsApp Share on LinkedIn Share on Facebook Share on Twitter Share via SMS Job summary We seek to hire a suitable candidate for this role. Min Qualification: OND Experience Level: Senior level Experience Length: 5 years Language Requirement: English Working Hours: Full Time - 9 to 5 Applicant Location: Lagos, Nigeria Job descriptions & requirements Responsibilities Identifying, diagnosing, and resolving hardware, software, and network issues. Ensuring the smooth operation of computer systems, servers, and networks, including regular maintenance, updates, and performance monitoring. Implementing and maintaining security measures to protect systems and data from threats and unauthorised access. Installing, configuring, and updating hardware and software components, including operating systems, applications, and network devices. Managing and maintaining local area networks (LANs), wide area networks (WANs), and cloud networks. Implementing and managing data backup and recovery procedures to prevent data loss. Creating and maintaining accurate documentation of IT systems, configurations, and procedures. Staying up-to-date on the latest technologies and recommending potential upgrades or new solutions to improve efficiency and productivity. Offering assistance to other employees with IT-related issues and questions. Providing training and guidance to users on IT policies, procedures, and best practices. Working with other departments to understand their IT needs and requirements. Participating in or leading IT projects, such as system upgrades or migrations. Effectively communicating with users, management, and other stakeholders about IT-related matters. Visiting our outlets to resolve IT-related issues. Creating awareness of our products and services through social media handles will also be approved by the management. Management of our e-solution in collaboration with other IT members in the company, ensuring a secured and hitch-free environment for transactions. Development and maintenance of the company's robust website. Writing business proposals to organisations to draw patronage of our products and services. Assisting in administrative roles (shopping for staff, issuing staff correspondences, etc.), especially when you have less IT job to do. Exploring more opportunities in the IT space for our company to key in,etc. Cracking of devices with approval from the management. Management of our NIMC portals and devices. Requirements: A minimum of an OND in a related field. A minimum of 5 years of experience. Good communication skills Remuneration: NGN 250,000 to 350,000 L ocation: Lagos State Log In and Apply Important safety tips Do not make any payment without confirming with the Jobberman Customer Support Team. If you think this advert is not genuine, please report it via the Report Job link below. Report Job Log in to apply now Continue with Google google-icon Continue with Linkedin Or continue with function updateStatus() {
return {
show: true,
showDiv: false,

passwordLength: false,
passwordUpper: false,
passwordLower: false,
passwordNumber: false,
passwordSpecial: false,

strength: 0,

passwordCheck(password) {
this.passwordLower = /[a-z]/.test(password);
this.passwordUpper = /[A-Z]/.test(password);
this.passwordLength = password.length >= 6;
this.passwordNumber = /[0-9]/.test(password);
this.passwordSpecial = /[^a-zA-Z0-9]/.test(password);

this.strength = [this.passwordLower, this.passwordUpper, this.passwordLength, this.passwordNumber, this.passwordSpecial].filter(Boolean).length;
}
};
} Forgot Password? Keep me logged in Log in Don't have an account? Sign Up to Apply Share link Share on WhatsApp Share on LinkedIn Share on Facebook Share on Twitter Share via SMS function bannerAd() {
return {
slot: 'listing-1',
deviceType: 'desktop',

trackImpression() {
const observer = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
this.sendToGA('view_promotion', 'impression');
observer.disconnect();
}
});
}, { threshold: 0.5 });

observer.observe(this.$root);
},

trackClick() {
this.sendToGA('select_promotion', 'click');
},
sendToGA(event, action) {
window.ga_push_event(event, {

Conseil Sécurité

Ne versez jamais d'argent pour obtenir un entretien. Taf4All ne vous contactera jamais pour vous demander des frais de dossier.