Ssarvjeetrajvanshinsarvjeetrajvansh.hashnode.dev·Nov 2, 2025 · 4 min readGo pprof: The Hidden Superpower for Go PerformancePerformance tuning in Go isn’t about guessing – it’s about measuring. And the tool that makes that possible is pprof, Go’s built-in performance profiler. What is pprof? pprof (short for performance profiler) is part of Go’s standard tooling. It all...00
Ssarvjeetrajvanshinsarvjeetrajvansh.hashnode.dev·Sep 7, 2021 · 4 min readDeploy React app on K8sPrecap: In last Blog, we discussed about: Containerizing a web app written in Html, css, Js. In this blog we will cover following topic : Create a react app. Write multi stage Dockerfile for react app. Build docker image and push it to image re...00
Ssarvjeetrajvanshinsarvjeetrajvansh.hashnode.dev·Aug 22, 2021 · 7 min readContainerize static HTML siteLet's containerize a web app in simple steps Recently, I have picked up the Web Technology, and developed few projects in HTML,CSS,JS, React. After developing the apps, I wanted to host it over multiple cloud environments. So to achieve that in most...00