Here are some articles I wrote!
Bypass IP Address-Based Rate Limits With Rotating IP Addresses In Go
This article introduces the underlying concepts behind IP-based rate-limiting when communicating with a service and what can be done to circumvent it. We build a simple HTTP Client in Golang that will have the ability to rotate IP addresses when necessary and then look at how to build our own local proxy pool with Tor, to utilizing commercial proxy pool services with SmartProxy.
Caprover: The Definitive Guide
This article is intended for everyone who does not like spending hours and days configuring a server. We write the article with intent to inform people who are wanting to develop their own production ready servers with very little costs. We cover CapRover fundamentals as well as some advanced topics. This article is full of cross-references — sometimes forward — to related material.
Build a Golang RESTful Stock API With the Echo Framework
This article is about how to build Golang Restful API with Echo framework that returns stock data from Yahoo Finance.