Masters degree in computer science, engineering, or a related field with a technology focus foreign equivalent degree acceptable plus 3 years of experience in software development would also accept a bachelors degree plus 5 years of post baccalaureate, progressively responsible experience in software development. This must include 3 years of experience in the following use of multitier and multilayer software architecture; use of objectoriented software design and automated testing principles; development of Java applications including robust internal and external Web Services such as Soap andor RestAPI and REST Services; development of J2EE multitier applications using Java, Python and Node.js; development of Extract, Transform, Load ETL applications on databases such as Oracle andor Postgres; software development tools for version control and continuous integration using tools such as gitlab and Bitbucket; working experience with tools like Jenkins and Airflow; use of analytical and problemsolving skills to solve complex design and coding problems; and working as a member of a team; and 1 year of experience in the following using PLSQL; Cloudbased application stack automation; application development and deployment to the Cloud; and ElasticSearch dashboard development using ELK stack. Opportunity to telecommute from the surrounding area up to 2 days per week. Any suitable combination of education, training, or experience is acceptable.

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 } });