Occasional notes on new posts. No spam. Unsubscribe anytime.
~/about
$ whoami
emre bener — software engineer
$ cat about.txt
welcome to my personal site. this is where i publish blog posts about technical topics such as software engineering, system design, networking, cybersecurity, and related topics.
~/metrics
$ find articles -name '*.md' \
| xargs wc -w \
| awk 'END{print NR-1" articles totalling "$1" words across "${categoryCount}" categories & "${subcategoryCount}" sub-categories"}'
93 articles totalling 217,361 words across 8 categories & 17 sub-categories
$ find personal-projects -name '*.md' | awk 'END{print NR" projects"}'
14 projects
$ git log -1 --format=%cr articles/ | awk '{print "most recent article: "$0}'
most recent article: yesterday
~/content
$ history | tail -n 10
- How kube-scheduler places a pod: the Kubernetes scheduling lifecycle
- Kubernetes probes: startup, readiness, and liveness
- Kubernetes storage: PersistentVolumes, PVCs, and picking a backend
- 00. What is the Twelve-Factor App?
- 01. Codebase
- 02. Dependencies
- 03. Config
- 04. Backing services
- 05. Build, release, run
- 06. Processes
$ ls ./
$ ls -d blogs/*/