╭──────────────────────────────────────────────────────────────────╮
│ │
│ $ whoami │
│ abhimanyu-singh-rathore │
│ │
│ $ cat role.txt │
│ Software Engineer │
│ │
│ $ cat philosophy.txt │
│ Write code. Ship fast. Keep it simple. │
│ │
╰──────────────────────────────────────────────────────────────────╯
$ tree workflow/
.
├── think
│ └── break the problem down
├── build
│ └── prototype fast, fail cheap
├── ship
│ └── done is better than perfect
└── iterate
└── feedback → improve → repeat
4 directories, 4 files
$ cat values.conf
[core]
clean_code = true
simple_design = true
ship_often = true
[avoid]
over_engineering = true
premature_optimization = true
bike_shedding = true
$ curl -s links.json | jq '.'
{
"website" : "https://www.abhimanyu-rathore.in",
"linkedin" : "https://linkedin.com/in/abhir9",
"stackoverflow" : "https://stackoverflow.com/users/5765864"
}
$ █





