manohar.hashnode.devThe 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...Feb 28, 2023·2 min read
manohar.hashnode.devHow 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...Oct 16, 2019