/about_me
CS Undergrad at Shiv Nadar University. I focus on backend infrastructure, distributed systems, and high-frequency trading engines.
Hans.java
1package com.hans.systems;
2
3public class Hans extends Engineer {
4 private String university = "Shiv Nadar Univ";
5 private String role = "Backend System Eng";
6
7 public Hans() {
8 this.os = "Fedora Linux";
9 this.editor = "VS Code";
10 }
11
12 public void dailyLife() {
13 while(alive) {
14 code("Java NIO", "Distributed Systems");
15 playBass("Groovy Lines");
16 // TODO: Fix sleep schedule
17 }
18 }
19}