• NFL in a Hurry

    If you are like me and got into America’s favorite pastime late in life, this cheatsheet is for you. I decided to put together all the questions that I asked (and perhaps annoyed) my partner, that one friend who is really into the game, and AI assistants.

  • Kubernetes in a Hurry: From kube-proxy to ServiceMesh(Q&A Format)

    If you need networking fundamentals primer before diving into container networking and kubernetes, check out Part 1 of this series: Networking in a hurry

  • Networking in a Hurry: From ARP to Geneve(Q&A Format)

    This guide covers networking technologies from the fundamentals to modern cloud-native networking, organized chronologically from basics to advanced concepts. You’ll learn everything from the OSI model to Kubernetes networking, including ARP, NAT, VLANs, VXLAN, and Geneve. The guide progresses from foundational concepts (OSI model, Layer 2/3/4) through container networking primitives, then covers network virtualization technologies (VLAN, VXLAN, Geneve) in order of their development.

  • Networking in a hurry - Quiz

    Test your knowledge of networking fundamentals, from the OSI model to Kubernetes service mesh.

  • 10 Essential Engineering Practices for Junior Developers

    Great software engineering is not just about writing code that works—it’s about writing code that is clean, maintainable, and scalable. The best engineers develop good habits that make their code easier to read, debug, and extend over time.