(define (square x) (* x x))
(define (square x) (* x x))
(define (factorial n) (if (zero? n) 1 (* n (factorial (- n 1))))) (factorial 5)
(define (sum-list lst) (if (null? lst) 0 (+ (car lst) (sum-list (cdr lst))))) (sum-list '(1 2 3 4 5))
(use srfi-18) (define (thread-func) (print "Hello, World!")) (thread-start! (make-thread thread-func))
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)