program hello
print *, 'Hello, world!'
end program helloprogram hello
print *, 'Hello, world!'
end program helloprogram calc
integer :: x = 5, y = 10
print *, x + y
end program calcprogram array
integer, dimension(5) :: arr = (/1, 2, 3, 4, 5/)
print *, arr
end program arrayprogram threads
!$omp parallel do
integer :: i
integer, dimension(10) :: a = (/1, 2, 3, 4, 5, 6, 7, 8, 9, 10/)
do i = 1, 10
a(i) = a(i) * 2
end do
!$omp end parallel do
print *, a
end program threadsBack-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)