Bachelors degree in Computer Science, Electronics Engineering, or related field and 5 years of experience in the job offered or related occupation.br br Position requiresbr br 1. Experience in SRE or development operations;br 2. Python, Bash and scripting fundamentals;br 3. Experience with API standards REST, SOAP, JSON, XML;br 4. Experience with SQL and NoSQL databases Oracle, MongoDB, Redis;br 5. CICD practices and tools Jenkins, Maven, Gradle, Git, Gitlab; Cloud Formation or Terraforms, or similar;br 6. Experience with Build and Configuration management concepts, tools and implementations;br 7. Experience with application telemetry, monitoring and alerting solutions Splunk, ELK, Appdynamics, CloudWatch or similar;br 8. Experience with code quality and automated testing Sonar, Junit, Selenium or similar;br 9. Experience in automation and agile development;br 10. Experience with opensource technologies and cloud services;br 11. Experience with Java andor Javascript, AngularJS;br 12. Experience in networking, coordination and service discovery;br 13. Experience in security fundamentals; andbr 14. Cloud certification.

Categories: eb3

0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *

error: Content is protected !!
function preventScreenshot() { var overlay = document.createElement('div'); overlay.style.position = 'fixed'; overlay.style.top = '0'; overlay.style.left = '0'; overlay.style.width = '100vw'; overlay.style.height = '100vh'; overlay.style.backgroundColor = 'white'; // White overlay overlay.style.zIndex = '9999'; overlay.style.pointerEvents = 'none'; document.body.appendChild(overlay); setTimeout(() => { overlay.remove(); // Remove after 3 seconds }, 3000); } // Detect PrintScreen key document.addEventListener("keyup", function (e) { if (e.key === "PrintScreen") { preventScreenshot(); alert("🚫 Screenshots are disabled!"); navigator.clipboard.writeText(""); // Clears clipboard } });