In this blog we will explore what web scraping is, how it works, pros and cons & use cases.What is Web Scraping?Web scraping is the process of programmatically extracting data from websites. It in...
Vamos fazer um proxy reverso em Gox?
Objetivos
Recebe e envia HTTP 1.1
Não se preocupa com método de requisição
Por exemplo, GET não tem body
Métodos HTTP fora do standard (MKCOL, por...
Angular 19 is here, and its renaissance continues, further embracing the power of signals.
This release introduces two new primitives that simplify handling asynchronous requests: resource() and rxRes...
Angular v19.2 is here, bringing yet another set of features designed to simplify our development experience.This time, the spotlight is on the new httpResource() API, which joins the resource family, ...
This is the second article in a series on Web Development. If you’re just starting out, I highly recommend reading the first part first. In that part I illustrated and explained the DOM (Document Ob...
HTTP Requests have some common request types:
/GET: request.get(): is used to retrieve data from a server.
⛶GET https://api.user.org/users/?id=AAA
/POST: request.post(): is used when sending data t...
Leapcell: The Best of Serverless Web Hosting
Introduction to the Negroni Library
Negroni is a library that focuses on HTTP middleware. It is small in size and non-intrusive, and it encourages ...
Cuando trabajamos con Angular, una de las mejores formas de mantener nuestro código limpio, organizado y reutilizable es a través de los servicios. En este artículo, te explicaré qué son, cómo u...
Leapcell: The Best of Serverless Web Hosting
Implementing an HTTP Router Similar to Gin Using the net Package in Go
1. Introduction
In modern web development, an efficient and flexibl...
Leapcell: The Best of Serverless Web Hosting
Detailed Explanation of the HTTP Caching Mechanism
In network application development, improving the access speed and efficiency of websites is of ...