Employer will accept a Bachelors degree in Computer Science, Information Science, Engineering, or related field, followed by 5 years of progressive, postbaccalaureate work experience in the job offered or in a software engineerrelated occupation. Position requiresbr 1. Building RESTful microservices using Java;br 2. Building applications using microframeworks including Spring, Spring Boot, and hibernate;br 3. Delivering applications with high OLTP online transaction processing capability using conventional relational databases and NoSQL databases such as Oracle, Postgres, Aurora, DynamoDB, or ElasticSearch;br 4. Building Docker containers using AWS and Kubernetes;br 5. Building microservice applications using EventBus Kafka, Active MQ, and Apache Pulsar;br 6. Building data pipelines;br 7. Developing user experiences using AngularJS or ReactJS; andbr 8. Application product development using WebLogic Server 11, ADF with JSF, and JMS queues.

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