โญโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
โ โ
โ $ 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"
}
$ โ





