*E**** Emmanuelinleki-hub.hashnode.devยทApr 29, 2025 ยท 1 min readHTTP RedirectsURL redirection also known as URL forwarding is a technique to give more than one URL address to a page, a form, a whole website, or a web application. HTTP has a special kind of response, called a HTTP redirect, for this operation. eg; What you see ...00
*E**** Emmanuelinleki-hub.hashnode.devยทJul 6, 2024 ยท 3 min readLAN-Local Area Networklocalhost does not always have to be 127.0.0.1. While 127.0.0.1 is the most commonly used IP address to refer to localhost, it is not the only one. Here are some additional details: IPv4 Addresses: The entire 127.0.0.0/8 network range is reserved fo...00
*E**** Emmanuelinleki-hub.hashnode.devยทApr 26, 2024 ยท 1 min readPort Vs Remote PortWhat is PORT and REMOTE PORT, example in :'''''''''''''''''โ'''''''''''''''''''''REMOTE_ADDR : ::1 .REMOTE_PORT : 64451 .SERVER_SOFTWARE : PHP/8.3.6 (Development Server) .---------- โ.................... The terms "port" and "remote port" both refe...00
*E**** Emmanuelinleki-hub.hashnode.devยทApr 22, 2024 ยท 2 min readNginx, Apache.Nginx (pronounced "engine-x") ->- Web Server- Reverse Proxy- Load Balancer It is free & open-source. It's renowned for its efficiency, stability and ability to handle massive loads concurrently. ๐๐ง๐๐๐ซ ๐ญ๐ก๐ ๐ก๐จ๐จ๐ -Nginx utilizes a non...00
*E**** Emmanuelinleki-hub.hashnode.devยทFeb 28, 2024 ยท 1 min readREPL in nodejsThe Node.js REPL (Read-Eval-Print Loop) stands as a fundamental element for developers engaging with JavaScript. It serves as an interactive shell, facilitating the immediate execution and evaluation of JavaScript code: - Interactive JavaScript Env...00