Infra Posts
Back to all posts- What Happened When I Tried to Use S3 Like Dropbox on macOSI 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 GotchasYou 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 VMHandy 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 APINote: 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 2017I 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 failLet 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 othersKubernetes: 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...
- WebRTCWhat 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 JourneyPicture this: You're tasked with implementing distributed tracing across your microservices. "Easy," you think, "OpenTelemetry has auto instrumentation!"...
- cpu ram diskDisclaimer: 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 ContainersWe often hear VPS, VM, and containers used interchangeably. They all solve the same problem - packing more workloads onto fewer machines but at different...
- data storeDisclaimer: 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 correctionDisclaimer: 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...
- networkingDisclaimer: 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 UtilitiesApril 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,...