MMmithun mohaninmithun.hashnode.dev·May 9, 2021 · 1 min readParse REST API json response in golangComing from predominantly Python and PHP world I have worked on building and consuming APIs. So when I was tasked with consuming an API in Go language, I had to do it a bit differently compared to Python world. import requests from pprint import p...00
MMmithun mohaninmithun.hashnode.dev·Dec 28, 2020 · 2 min readPage Life cycle - beforeunload, pagehide, unloadHave you ever wanted to save any data before the users closes the web page ? There are JS events where we can send server side requests to save useful data . The normal synchronous http request does not work and only asynchronous methods like Fetch ...00
MMmithun mohaninmithun.hashnode.dev·Dec 26, 2020 · 2 min readPerformance Testing GET request using Apache JMeterHow do we achieve scaling ? or how do we know we can scale . One of the answers before we throw our system to users is to simulate the environment. One of the most popular tools after AB ( Apache benchmarking ) is the Apace Jmeter. I will take you t...00