This position requires a Bachelors degree, or foreign equivalent, in Computer Science, Information Technology, Computer Information Systems, or Management Information Systems, plus 7 years of work experience with web application development, software engineering or a related field. Additionally, the applicant must possess the following professional experienceskills 1 Building enterprise web applications leveraging object orientedfunctional programming concepts and applying data structurealgorithm techniques; 2 Building applications using MEAN Stack, Angular 5, or a similar frontend framework; 3 Designing and building APIsmicro services using RESTJSON using Spring Framework, Reactive Core, or an equivalent; 4 Working with database and caching experience using NoSQL and SQL Elastic Search, MongoDB, Oracle, or an equivalent technology; 5 Creating responsive designs using Bootstrap or similar CSS frameworks; 6 Using AWS EC2, Lambda, S3, etc. and Containers Docker, Kubernetes with distributed, cloudbased systems and application designs in a SOA environment; 7 Delivering applications andor websites at scale thousands of requestssecond under tight latency constraints; 8 Streaming processing messaging architecture such as Apache Kafka or an equivalent; 9 Designingarchitecting technical solutions; and 10 Performing migrations from legacy systems to modern tech stack.

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