PROGRAM HelloWorld
PRINT *, 'Hello, world!'
END PROGRAM HelloWorld
PROGRAM HelloWorld
PRINT *, 'Hello, world!'
END PROGRAM HelloWorld
SUBROUTINE addNums(a, b, c)
INTEGER, INTENT(IN) :: a, b
INTEGER, INTENT(OUT) :: c
c = a + b
END SUBROUTINE addNums
PROGRAM ArraySum
INTEGER, DIMENSION(1:5) :: array = [1, 2, 3, 4, 5]
INTEGER :: sum
sum = SUM(array)
PRINT *, 'Sum of array elements: ', sum
END PROGRAM ArraySum
PROGRAM Concurrency
INTEGER :: i
!$OMP PARALLEL DO
DO i = 1, 10
PRINT *, 'Thread ', OMP_GET_THREAD_NUM(), ': ', i
END DO
!$OMP END PARALLEL DO
END PROGRAM Concurrency
Back-end App Developer
Front-end Web Developer
Full Stack Developer (Java)
Full Stack Developer (.Net)
Full Stack Developer (MEAN)
Full Stack Developer (MERN)
DevOps Engineer
Database Engineer (AzureSQL)
Database Engineer (Oracle)
Database Engineer (General)
Solution Architect (.NET)
Solution Architect (Java)
Solution Architect (Ruby)
Solution Architect (Python)
AI Engineer (Python)
Sr. AI Engineer (Python)
AI Strategist (Python)
Business Intelligence Engineer
Systems Analyst
Mainframe Developer (COBOL)
Mainframe Developer (General)