Coding portfolio
Some code I've written.
An Information Technology graduate showing a few programs that highlight core concepts across the languages I've picked up over the years. A work in progress — more added over time.
CJavaPythonSQLJavaScript
GDScriptGodot 4three.jsGit
C · programs
C.
C was the first language I got into. It's not object-oriented, but it's powerful in the right hands — these cover dynamic memory, recursion, linked lists, pointer arithmetic, file I/O, big integers, and string handling.
Java · programs
Java.
Java is a powerful object-oriented language and one of the most widely used anywhere. These lean on classes and object-oriented design.