Abdelfattah Ragababdelfattah-r.hashnode.dev·a day agoAngular HTTP: Connecting to the REST API by Abdelfattah RagabAngular HTTP: Connecting to the REST API by Abdelfattah Ragab In this book, I explain everything you need to know about connecting to backend Rest APIs from your Angular application. In this book, I will show you how to invoke different methods like ...Angular
Ankita Lunawatcloudhub2295.hashnode.dev·Dec 19, 2024Hosting a website on an AWS EC2 instance with an nginx web server.Nginx is a high-performance HTTP server, reverse proxy server, and an IMAP/POP3 proxy server. It is known for its stability, rich feature set, simple configuration, and low resource consumption. Here's how to install and configure Nginx on an Ubuntu ...nginx
Mohammed Sharooquesharooque.hashnode.dev·Dec 18, 2024Understanding WebSocket Handshake: Seamless Two-Way Communication for Web ApplicationsGoal: The goal of WebSocket technology is to enable browser-based applications to establish two-way communication with servers without the need for multiple HTTP connections. This approach facilitates seamless interaction between clients and servers...websockets
Lewis Kerrswiftproxy.hashnode.dev·Dec 16, 2024How to Build a Proxy Server with Python: A Step-by-Step GuideCreating a proxy server in Python is a task involving network programming that allows you to intercept, modify, or forward HTTP (or HTTPS) requests and responses between a client and a target server. Although implementing a fully functional proxy ser...Python
Jaydeep Duttaprotocol-and-communication-model.hashnode.dev·Dec 15, 2024gRPC vs HTTP1 vs HTTP/2protocol and communication model 1. Protocol and Communication Model gRPC: gRPC is a Remote Procedure Call (RPC) framework, meaning that it allows you to define services and methods that can be called remotely from client to server. It uses Protoc...gRPC
Pranav Bawgikarpranavbawg.hashnode.dev·Dec 15, 2024Why you should care about REST[22] What is a REST API? REST stands for Representational State Transfer. It is a lighter weight alternative to SOAP and WSDL XML-based API protocols. Developing a REST API enables us to create a foundation upon which we can build all other applicati...REST API
Michał Romanmichalroman.hashnode.dev·Dec 11, 2024High-performance APIs with Node.js and HTTP/3If you've been wrestling with API performance and looking for a game-changer, HTTP/3 might just be your new best friend. This latest HTTP protocol is more than just another incremental update - it's a fundamental reimagining of how web communication ...Node.js
Panth Patelhow-is-my-backend.whiteloves.in·Dec 11, 2024A Guide to Node.js Generic Routing Systemhttps://jsr.io/@panth977/routes gives you a cool design system to set up your routes, with support for Middleware, HTTP (req, single res), and SSE. But keep in mind, this package isn't meant to serve your routes! For that, you'll need https://jsr.io/...http
Tuanhdotnettuanhnet.hashnode.dev·Dec 11, 2024Techniques for Mastering Spring Interceptors: Detailed Guide with ExamplesSource: Techniques for Mastering Spring Interceptors: Detailed Guide with Examples 1. Understanding Spring Interceptors Spring Interceptors are part of the Spring Web module and are implemented using the HandlerInterceptor interface. They offe...Spring
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...http