Skip to content
View Avanteesh's full-sized avatar
  • 21:58 (UTC +05:30)

Block or report Avanteesh

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Avanteesh/README.md

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

Pinned Loading

  1. LinkTree_Application-clone LinkTree_Application-clone Public

    JavaScript 1

  2. Mini-instagram-Clone Mini-instagram-Clone Public

    This is a miniature of clone of Instagram made with Python in backend, along with Vanilla JS for frontend and SQLite database

    HTML

  3. Desktop-Weather-app Desktop-Weather-app Public

    desktop weather app made with python with tkinter and customtkinter GUI toolkit!

    Python

  4. Miniature-Redis-Clone Miniature-Redis-Clone Public

    Python 1

  5. Expense-Tracker-REST-API Expense-Tracker-REST-API Public

    Python