(defun factorial (n) (if (<= n 1) 1 (* n (factorial (- n 1)))))
(defun factorial (n) (if (<= n 1) 1 (* n (factorial (- n 1)))))
(let ((x 5)) (let ((x 3) (y x)) (+ x y)))
(defun mapcar (fn lst) (if (null lst) nil (cons (fn (car lst)) (mapcar fn (cdr lst)))))
(defclass thread () ((id :accessor thread-id :initarg :id) (state :accessor thread-state :initarg :state)))
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)