Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

35 Commits
Β 
Β 

Repository files navigation

Hi πŸ‘‹, I'm Avanteesh

Computer Science Undergraduate β€’ Systems Programmer

"An algorithm a day keeps the bugs away."


🧠 About Me

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

🌐 Portfolio

πŸ‘‰ https://avanteesh.github.io/portfolio/


βš™οΈ Tech Stack


πŸš€ What I'm Currently Exploring

  • Building systems from scratch (parsers, databases, low-level tools)
  • Distributed systems & message queues
  • Machine learning from first principles

About

Config files for my GitHub profile.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors