"An algorithm a day keeps the bugs away."
section .data
role db "Computer Science Undergraduate", 0
focus db "Backend & Systems Engineering", 0
mindset db "First-principles problem solving", 0
interests db "Programming | Mathematics | Astrophysics", 0
contact db "eshan.avanti@gmail.com", 0
section .text
global _start
_start:
mov rdi, role
call print
mov rdi, focus
call print
mov rdi, mindset
call print
mov rdi, interests
call print
mov rdi, contact
call print
call exitπ https://avanteesh.github.io/portfolio/
- Building systems from scratch (parsers, databases, low-level tools)
- Distributed systems & message queues
- Machine learning from first principles