PinnedAPIs debugger for native android appsIf you are an android developer, you must already know about Chucker — An In-app HTTP Inspector, and Charles Proxy — A Desktop app-based HTTP(s) proxy. I have extensively used both the tools for debugging API traffic on Android devices but there are many pain points that the duo fails…Android3 min read
PinnedHow backend devs can save an hour a day in local development & testingIn my previous organisation, where I worked as a backend engineer, during development of any feature or even a small bug fix, we used to first develop & test the changes on the locally setup MicroService. After that, we deploy the changes on the Kubernetes stage cluster in an isolated…API4 min read
Jan 25Try out SaaS Apps in less than 30 seconds!Discovering new apps is easier than ever. There are almost infinite apps that could be used for a particular task. Product developers often need to find a way out to try and test these apps with bare minimum effort and then finalize an app they are comfortable with and want…Saa S3 min read
Jan 13List of YC Companies that started as a Chrome ExtensionEver scrolling through Twitter, reading about all those startups getting funded, and daydreaming about being on the headlines one day? Yeah? So you contemplate whether you can build something that can be used by the masses and solve a bigger problem. While monetizing your developer skills seems rather easy these…Chrome Extension4 min read
Dec 30, 2021Debugging Next.js App in ProductionNext.js is an open-source development framework built on top of node.js enabling React-based web applications functionalities such as server-side rendering and generating static websites. Next.js gives you the best developer experience with all the features you need for production: hybrid static & server rendering, TypeScript support, smart bundling, route prefetching…4 min read
Dec 29, 2021Simulating 500 HTTP status code in Create Tweet API on TwitterNobody wants to see errors in their API. But they appear at times when least expected. The possible scenarios when an error pops up could be something is wrong with the request or some problem with the API. Whatever may be the cause, one thing is sure traffic would stop. …Front End Development3 min read
Dec 29, 2021Simulating 404 HTTP status code in Blinkit Search APINobody wants to see errors in their API. But they appear at times when least expected. The possible scenarios when an error pops up could be something is wrong with the request or some problem with the API. Whatever may be the cause, one thing is sure traffic would stop. …Requestly3 min read
Dec 29, 2021Simulate HTTP Status codes — 400, 404, 500, etc using RequestlyThis article explains how to use Requestly to simulate different API status codes and test your app. Requestly Browser Extension can simulate different status codes on an API by redirecting the actual API to a mock API. The mock API simulating the desired status code is hit instead of the…Front End Development2 min read
Jul 4, 2021Adding Delay to Network Requests#APITesting #SimulateLatency #WebAppTesting #SlowNetwork #DevTools As a frontend developer or QA, testing certain parts of web applications require you to simulate delay in one or more components of the web app. Here are some scenarios where you would like to delay the network requests. Test performance of your web app…Slow Network4 min read
Jun 11, 2021How to modify HTTP(s) Request & Response Headers in Chrome, Firefox & Safari using RequestlyHTTP(s) Headers are key-value pairs that can be used by the client or the server to pass additional information along with an HTTP(s) request or response. An HTTP(s) header consists of its case-insensitive name followed by a colon (:), then by its value. The ability to modify the headers of…Http Headers3 min read