anamika@linux:~$ whoami
> Kernel Engineer & SRE — building resilient, observable systems
> eBPF, infra, Linux internals, and platform reliability

anamika@linux:~$ cat about.txt
> View full profile 

anamika@linux:~$ tree ~/var/log/notes/
~/var/log/notes/
├── ebpf-engineering/         # Low-level instrumentation
├── kernel-and-os/             # Core systems knowledge
├── infrastructure-foundations/ # Cloud & foundational compute
├── containerization/         # Docker and runtimes
├── orchestration/             # Kubernetes and scheduling
├── observability/             # Metrics, traces, and logs
├── cicd-and-tooling/         # DevOps automation
├── go-programming/           # High-performance tools
├── c-programming/             # Systems-level logic
├── system-design/             # Architecture thinking
└── algorithmic-thinking/   # Coding mindsets

anamika@linux:~$ cd ~/usr/src/self/
> Enter learning path

anamika@linux:~$ cd ~/opt/builds/
> See project showcase 


anamika@linux:~$ tail -f deploy.log
> [INFO] New post: Understanding eBPF Map Types
> [INFO] Published: A Deep Dive into Kubernetes Observability
> [INFO] Draft: Building a Linux Perf Tool with C & Tracepoints

anamika@linux:~$ top
> PID  TOOLS        CPU%   STACK
> 101  kubectl      4.2%   Kubernetes CLI
> 102  bpftrace     6.1%   eBPF Scripting
> 103  terraform    2.4%   Infra as Code
> 104  go build     5.7%   High-performance tooling
> 105  grafana      3.9%   Observability Dashboard
> 106  git          1.5%   Version Control

anamika@linux:~$ man anamika
NAME
    anamika - a kernel engineer who sees infrastructure as code and observability as art

SYNOPSIS
    engineering, building, debugging, scaling

DESCRIPTION
    Writes eBPF. Builds observability pipelines. Ships infrastructure that works in production.
    Also reads strace for fun.

anamika@linux:~$