Bachelors degree or foreign equivalent degree in Computer Science or related technical field followed by six 6 years of progressively responsible software development, design and architecture experience.br br Experience must include the followingbr br 6 years of experience with C#, CC, ASP.NET, XML, JSON, WPF, and Relational Database experience with agile processes and methods, particularly Scrum;br 6 years of solid experience with MFC and ATLCOM;br 6 years of experience with automated unit test development practices and design methodologies GoogleTest, CPPTest, nUnit, or xUnit;br 2 years of hands on experience with Dev Ops tools CI Dev Ops GitHub, BitBucket, Jenkins, JIRA, VMWare, vSphere, Chef, or Sonar;br 4 years of experience with Database and SQL performance tuning;br 4 years of experience with Data modeling concepts;br 2 years of experience with LinuxUnix operating system; and,br 4 years of experience with Windows operating system.br br Demonstrated knowledge ofbr OOP, SOLID, SDLC, Design Patterns; and,br Modern ANSI C standards C11.br br Any combination of education that has been evaluated by a professional credentials evaluation service to be the equivalent of an U.S. degree will be accepted. Knowledge can be demonstrated through education, training andor experience. References required.

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