© 2023 Hashnode
#proxy
🔥Introduction Nginx is a highly performant, scalable, and reliable open-source web server software that is frequently utilized as a "reverse proxy.” But why is it labeled as a "reverse" proxy which r…
A proxy is a server or a computer program that acts as an intermediary between a client and a server. When a client device, such as a computer or a smartphone, wants to access a resource on the intern…
If you're a Windows user using WSL2, then you will run into the need of setting up WSL2 with a VPN. This guide will walk you through the steps needed to connect WSL2 to the internet through the VPN so…
So you thought data extraction was difficult? Well, try getting through the website’s anti-scraping protections first. Any weathered web automation developer will confirm that extracting data is the l…
In this tutorial, I'll show how you can use the powerful combination of JavaScript, Node.js, Express.js and http-proxy-middleware to create a proxy server. I'll also walk through an example of setting…
Hello fellow coders. Welcome back to my blog. Today we are talking about Proxy objects in JavaScript. Proxy objects are used quite widely and prove to be extremely useful in making things simple and e…
If you're a developer you must've encountered a situation where localhost just wouldn't work for you, maybe you wanted to show off your project to someone else or needed to set up a public URL for a w…
Part 1 The first part is a beginner-friendly introduction to datacenter proxies, You'll learn about: Datacenter proxies and why you should use them The difference between datacenter and residential …
Renovate Bot, or simply Renovate, is a multi-language, automatic dependency manager that updates dependencies by opening pull/merge requests to a repository. It offers many configuration options and supports common package managers for a lo…
Web scraping is the art of getting bots to emulate user behavior online in order to open websites and retrieve their data. Humans don't request 50 pages per second from one website. So to extract lots…