┌──────────────────────────────────────────────────────────────────┐ │ sudeep@iith:~$ whoami │ │ Sudeep Malipeddi │ │ Systems & Networks Engineer · Hyderabad, IN │ │ MTech RA @ IIT Hyderabad · GATE AIR 905 · PGEE AIR 9 │ │ 17.385°N · 78.487°E │ └──────────────────────────────────────────────────────────────────┘
sudeep@iith:~$ cat /etc/motd // Research Code compliance via compilers & static analysis at IIT Hyderabad. GATE AIR 905 · PGEE AIR 9. // Reading OSTEP · CSAPP · Compiler Design // Learning C++
struct Developer sudeep = {
.name = "Sudeep Malipeddi",
.location = "Hyderabad, India",
.currently = "Incoming MTech RA @ IIT Hyderabad",
.research = "Code compliance via compilers and static analysis",
.interests = {"OS internals", "Computer Networks", "Compiler Design"},
.reading = {"OSTEP", "CSAPP", "Compiler Design"},
.learning = "C++",
.built = {"CHIP-8 Emulator", "Service Sphere", "Library Management System"},
};sudeep@iith:~$ ls projects/ Chip8Emulator/ C · Emulation · All 35 opcodes ServiceSphere/ Flask · Celery · Redis · Vue.js LibraryMgmt/ Flask · SQLAlchemy · Matplotlib sudeep@iith:~$ ls stack/ Languages C C++ Python Java JavaScript Bash Systems Linux Git GDB Make Valgrind Web Flask Vue.js PostgreSQL Redis Celery sudeep@iith:~$ ls links/ Portfolio Linkedin Leetcode X sudeep@iith:~$ █

