#############################################################
# #
# /’\ |¯¯ \|¯¯| /’\ |¯¯'\/¯¯'||¯¯||¯¯|/¯¯/ /’\ #
# '/ o '\ | '|\ '| '/ o '\ | '|\/| '|| '|| '| #
# /____\’|__|'|__|/____\’|__| |__||__||__|\__\/____\’ #
# #
# Kernel Engineer | SRE | eBPF #
# #
# Terminal initialized at /home/anamika #
# System uptime: 9 yrs | Shell: bash 5.2.15 #
# #
# Tip: run 'tree ~/var/log/notes/' to explore content█ #
#############################################################
# display user identity
anamika@linux:~$ display ~/etc/identity/photo.jpg


_ _ _ _ _ _ _ / \ / \ / \ / \ / \ / \ / \ ( a | n | a | m | i | k | a ) \_/ \_/ \_/ \_/ \_/ \_/ \_/
# navigate to other parts of the system anamika@linux:~$ cd ~/var/log/notes/ >> enter blog logs anamika@linux:~$ cd ~/.config/knowledge/ >> access learning modules anamika@linux:~$ cd ~/opt/builds/ >> explore projects # external commands to connect with me anamika@linux:~$ curl https://github.com/anamika >> connect via GitHub anamika@linux:~$ ssh -t linkedin.com/anamika >> connect via LinkedIn anamika@linux:~$ curl https://medium.com/@anamika >> read articles anamika@linux:~$ open youtube.com/anamika >> watch on YouTube anamika@linux:~$ curl https://instagram.com/anamika >> follow on Instagram anamika@linux:~$
anamika@linux:~$ cat about.txt Anamika — Kernel Engineer & Site Reliability Engineer I build production systems that are reliable, observable, and explainable when things break. I work at the intersection of infrastructure and internals — specializing in eBPF, observability, and platform resilience. I build tools that help developers understand what's happening deep inside their systems — and fix it fast. I approach reliability with a builder’s mindset and a kernel engineer’s eye. == What I Do == - Write and optimize low-level code in eBPF and C - Build custom observability pipelines for containers and Kubernetes - Diagnose performance issues using syscalls, tracepoints, and memory maps - Automate secure, compliant CI/CD workflows - Design infrastructure that developers adopt without friction == How I Think == - Systems should be observable by design — not patched with tools - Resilience is engineered — not assumed - Outages should be visible, traceable, and fixable - Great tools are usable — not just technically impressive == What Sets Me Apart == - Bridge low-level internals with high-level abstractions - Debug distributed systems across clouds, containers, and runtimes - Create tools engineers want to use, not have to use - Balance technical depth with delivery — and ship outcomes that matter == What Still Drives Me == - Reading strace logs to learn what others overlook - Writing tools when none exist - Making infrastructure elegant, explainable, and fast == Let’s Talk == If you’re building critical systems that need to be smarter, safer, or more observable — I’d love to help. # ---------------------------------------- # export credentials # ---------------------------------------- anamika@linux:~$ echo "---- resume access ----" # get a local copy of my credentials anamika@linux:~$ curl -O https://anamikadev.com/resume.pdf > download resume anamika@linux:~$ scp anamika@anamikadev.com:~/resume.pdf ./ > resume.pdf copied to local directory anamika@linux:~$ alias life='cd ~/opt/builds' > life → where I ship things that matter anamika@linux:~$ uptime > up 9 years, 4 months, 3 users, no rest anamika@linux:~$ uname -sr > Linux 6.8.0-dev # bash history 1 cat about.txt 2 curl -O https://anamikadev.com/resume.pdf 3 tree ~/var/log/notes/ 4 cd ~/.config/knowledge/ 5 cd ~/opt/builds/ 6 alias learn='cd ~/.config/knowledge/' 7 alias build='cd ~/opt/builds/' 8 strace my-career-path 9 grep -i 'resilience' ~/var/log/infra.log 10 tail -f ~/var/log/deployments.log anamika@linux:~$