Srijan Shukla
home / about me / blog / resume / projects

Infra Posts

Back to all posts
  • What Happened When I Tried to Use S3 Like Dropbox on macOS
    I wanted a cheap cold-storage mount that still felt local in Finder. rclone plus FUSE-T got surprisingly close, but the mount flags matter more than most setup guides admit.
  • AWS Cloud Infra Gotchas
    You can run AWS Batch jobs as pods in your Kubernetes cluster. Pretty cool actually. As expected the AWS tutorial is reliable, you follow it step by step...
  • Dropbox download to your VM
    Handy script to download all your business from dropbox This script had to undergo a lot of iterations, it failed a lot of times after download for hours on...
  • Geofence validation on Google Maps JS API
    Note: This post reflects my 2019 exploration of geofence validation. Today, libraries like Turf.js or GEOS handle these cases more efficiently. Suppose you...
  • Incident - 20th Feb, 21st Feb 2017
    I can write about the whole incident in detail because this was my own startup. I was the one man tech team here for about 2 years. What happened = 20th Feb...
  • K8s DNS fail
    Let the service name be ‘banana’ Let the pods be of the service ‘pineapple’ There was a rise in 502s accompanied by cannot lookup banana and interestingly...
  • Kubernetes, Terraform, Kafka and others
    Kubernetes: TIL in a k8s pod when you define env vars, if you define the same env var twice, the latter one takes precendence how resource quotas work in...
  • WebRTC
    What a joy! It was a breath of fresh air when I came across the requirement of implementing live streaming. It was quite a learning curve to understand how...
  • When OpenTelemetry Auto-Instrumentation Meets Python PEX, A Debugging Journey
    Picture this: You're tasked with implementing distributed tracing across your microservices. "Easy," you think, "OpenTelemetry has auto instrumentation!"...
  • cpu ram disk
    Disclaimer: I have found it a lil tough to translate my mental model about XYZ topic in words to juniors. I'm able to explain it to them, but I'm making up...
  • VPS vs VM vs Containers
    We often hear VPS, VM, and containers used interchangeably. They all solve the same problem - packing more workloads onto fewer machines but at different...
  • data store
    Disclaimer: I have found it a lil tough to translate my mental model about XYZ topic in words to juniors. I'm able to explain it to them, but I'm making up...
  • encryption, compression, encoding, hashing, checksums, and error correction
    Disclaimer: I have found it a lil tough to translate my mental model about XYZ topic in words to juniors. I'm able to explain it to them, but I'm making up...
  • networking
    Disclaimer: I have found it a lil tough to translate my mental model about XYZ topic in words to juniors. I'm able to explain it to them, but I'm making up...
  • Mac Utilities
    April 1, 2019 I’ll keep updating this post as I come across new stuff. The external hard drive is detected.. but won’t mount? grep for the fsck process,...
© 2026 | Srijan Shukla