All posts/tagged
#networking
2 posts
- guide7
- kubernetes5
- containers4
- docker4
- ci-cd3
- jenkins3
- post-mortem3
- networking2
- scaling2
- airgap1
- architecture1
- certification1
- dns1
- ebpf1
- git1
- history1
- kernel1
- linux1
- meta1
- nextjs1
- performance1
- personal1
- python1
- security1
- tls1

Networking Under the Hood: Diagnosing Latency and Packet Drops in the Linux Kernel
Tracing a packet's journey through the Linux kernel: ss, nstat, ethtool, tcpdump beyond the basics, and eBPF drop-reason tracing — plus a full walkthrough of a silent accept-queue overflow incident.
·18 min read
Under the Hood: What Actually Happens in a TLS Handshake?
A DevOps deep-dive into the TLS handshake: ClientHello, Chain of Trust, Diffie-Hellman, mTLS, TLS 1.3 0-RTT, and how to debug handshake failures in production.
·3 min read