hello! i'm francois
-
An undergraduate Honors Computer Science major @ UofA interested in systems programming, cybersecurity, and AI
-
Most Recent Project: A thread-safe HTTP load balancer written in Golang
-
Currently reading Operating Systems: Three Easy Pieces by Andrea Arpaci-Dusseau and Remzi Arpaci-Dusseau ( 66.9% complete )
- SWE Intern @ IBM
- Former Open source AI Engineer @ UAIS
- Former Full Stack Developer @ UofA Blueprint Chapter
# Node structure [ data (4 bytes) | next_year (4 bytes) ]
la t0, HEAD
loop:
addi t2, t0, 4
lw t1, 0(t2)
beq t1, zero, exitLoop
mv t0, t1
j loop
exitLoop:
ret

