MSManohar Srinivasainmanohar.hashnode.dev·Feb 28, 2023 · 2 min readThe Content-Length storyTLDR; The fix is therefore to use Buffer.from(string).length to set Content-Length instead of string.length. What’s Content-Length? It’s an HTTP header both the client and the server use to denote the size of the request/response body. Storytime Was...00
MSManohar Srinivasainmanohar.hashnode.dev·Oct 16, 2019How to make a heptagram with SVGI'm a huge fan of the band Tool and with their latest album they used a lot of 7s in the music and in the artwork. The artwork contained a bunch of Heptagrams which is a seven sided polygon but internally connected. Here's what it looks like I want...01F