Ankita Lunawatcloudhub2295.hashnode.dev·Dec 4, 2024Useful Port Number used for Devops..!HTTP (Hypertext Transfer Protocol) - Port 80 Purpose: Used for transferring web pages. HTTPS (HTTP Secure) - Port 443 Purpose: Secure version of HTTP SSH (Secure Shell) - Port 22 Purpose: Secure remote login and command execution. FTP (File Tra...Discusshttp
John Carlo Regalathelastweaboo.hashnode.dev·Nov 29, 2024Activity 30: HTTP Status CodesIn RESTful APIs, HTTP status codes are essential for conveying the outcome of client requests. They are categorized into five classes, each indicating a specific type of response: 1xx (Informational): These codes indicate that the request was receive...Discusshttp status codes
John Carlo Regalathelastweaboo.hashnode.dev·Nov 29, 2024Activity 29: HTTP MethodsIn RESTful APIs, HTTP methods define the actions that can be performed on resources. The primary methods are GET, POST, PUT, DELETE, and PATCH. Here's an overview of each: 1. GET: Retrieve Data The GET method is used to retrieve data from a server. I...Discusshttpmethods
syncfusionsyncfusion-blogs.hashnode.dev·Nov 29, 2024Axios and Fetch API? Choosing the Right HTTP ClientTL;DR: Axios and Fetch API are popular HTTP clients. Axios offers more features and easier error handling, while Fetch API is lightweight and native to browsers. Choose Axios for complex projects and Fetch for simpler ones Two of the most common meth...Discussdevelopment
flakey5forPlatformatic Blogblog.platformatic.dev·Nov 27, 2024Bringing HTTP Caching to Node.jsWhen it comes to building performant software that communicates effectively with other services, caching is essential. While HTTP caching is a common practice, Node.js has historically lacked a built-in, standards-compliant solution for client-side H...Discuss·2 likes·1.6K readsHTTP caching
Oleksandr VlasovforRoyalZSoftwareroyalzsoftware.de·Nov 26, 2024Building a Web Server in Go: A Beginner's GuideCreating a web server might sound complex, but it's simple with the Go standard library. In this article, we’ll walk through building a minimal web server from scratch. This server will: Respond to requests at the root URL ( / ) by displaying detail...Discuss·1 likeGo Language
Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Nov 25, 2024Custom Domain for your Oracle 23ai Free APEX & ORDS all in one Docker Container with Apache HTTPFollowing the prerequisites, its a fairly easy guide to get up and running, this time on Apache HTTP. OMG this is a super fast web-server. Following this guide you’ll have a Vanity URL, proxied through Apache HTTP to your APEX instance. Prerequisites...Discuss·1 like·271 reads#oracle-apex
Tuanh.nettuanhnet.hashnode.dev·Nov 24, 2024The Secrets Behind Your Browser's JourneySource: The Secrets Behind Your Browser's Journey 1. Introduction: 1.1 The Role of DNS: Translating Domain Names into IP Addresses The first step your browser takes in finding a website is resolving the domain name into an IP addres...Discussdns
Jayesh Chauhanexploring-frontend-with-jayesh.hashnode.dev·Nov 23, 2024🌐 What is the Internet and How Does It Work?What is the Internet? 🖥️ The Internet is a vast network of computers connected globally, enabling them to share information. It’s like a giant digital web that links millions of devices, such as smartphones, laptops, servers, and more. Think of it a...Discuss·1 likeinternet
gayatri kumargeekee.hashnode.dev·Nov 21, 2024APIs Uncovered: The Gateway to Data and FunctionalityAPIs – The Bridge Between Systems Imagine you’re managing a space station and need data from various sources—weather on Mars, space mission statuses, and more. APIs (Application Programming Interfaces) act as digital translators that allow your syste...Discuss·10 likesWeb Developmentjs