XingXiang OngforXing Xiang's Blogxingxiang.hashnode.net·Feb 18, 2023FeaturedFlying High with Rust and UDP: Building a Client-Server System for Flight ReservationsIntroduction Project overview For my distributed systems class, I was tasked with building a flight reservation system. It would handle client requests for information and seat reservations, while the server maintained the database of flights. There ...Discuss·33 likes·181 readsRust
Nehal IngoleforTeckbaker's Blogteckbakers.hashnode.net·Mar 21, 2023Introduction to CryptographyCryptography is the technique of securing information and communications through the use of codes so that only those persons for whom the information is intended can understand and process it. In Cryptography the techniques which are used to protect ...Discuss·6 likes·69 readsCryptography
RAJESH MOHARANAforrajeshmoharana.hashnode.net·Jan 26, 2023What is Client and Server ?Client Client refers to a device or a software program that connent to a web server in order to access web based resources or service. Server Server is a device or a software program where we send data to client on behalf of the client request.Discussclient-server
Preeti samuelforPreeti Samuelkamilapreetisamuel.hashnode.net·Apr 25, 2023What are the Client and Server Sides?Client-side and server-side are two terms that are commonly used in the context of web applications. The client-side refers to the part of the application that runs on the user’s computer or device, typically in a web browser. The server side, on the...DiscussClient-side rendering
Nehal IngoleforTeckbaker's Blogteckbakers.hashnode.net·Mar 21, 2023Introduction to CryptographyCryptography is the technique of securing information and communications through the use of codes so that only those persons for whom the information is intended can understand and process it. In Cryptography the techniques which are used to protect ...Discuss·6 likes·69 readsCryptography
ShlokforTech-Insights!techshlok.hashnode.net·Mar 5, 2023Computer Networking for Beginners!!What is a Computer network? According to Wikipedia, A computer network is a digital telecommunications network that allows nodes to share resources. A simple example will be 2 PCs connected together to make a network. Now that these PCs or nodes are ...Discuss#computernetwork
Kenil KananiforKenil Kananikenilkanani.hashnode.net·Mar 4, 2023Git & GitHub (Part-I)Whenever you are trying to find " What is Git? " on the internet, then you find that " Git is a " Version Control System ". But Question is, What is Version Control System? What is Version Control System? It is a system that records changes to a file...Discuss·98 readsGit
XingXiang OngforXing Xiang's Blogxingxiang.hashnode.net·Feb 18, 2023FeaturedFlying High with Rust and UDP: Building a Client-Server System for Flight ReservationsIntroduction Project overview For my distributed systems class, I was tasked with building a flight reservation system. It would handle client requests for information and seat reservations, while the server maintained the database of flights. There ...Discuss·33 likes·181 readsRust
Siddharth Harsh RajforSiddharth Harsh Rajresearchersid.hashnode.net·Feb 5, 2023Client Server ArchitectureImagine you and your friends are playing a game where one of you is the “server” and the others are “clients.” The server has all the game pieces and makes decisions about the rules, while the clients ask the server for the pieces they need to play t...Discussclient-server
Charles Draniforcdranicdrani.hashnode.net·Jan 31, 2023Client-Server Architecture With MySQLClient-Server refers to an architecture in which multiple computers are connected over a network to send and receive requests from one another. In their communication, each machine has its role: the machine sending requests is usually referred to as ...Discuss·39 readsDevOps PBLpbl
RAJESH MOHARANAforrajeshmoharana.hashnode.net·Jan 26, 2023What is Client and Server ?Client Client refers to a device or a software program that connent to a web server in order to access web based resources or service. Server Server is a device or a software program where we send data to client on behalf of the client request.Discussclient-server
Sarvesh KesharwaniforNLPsarvesh42.hashnode.net·Jan 26, 2023Need of postman in a nutshell"It's because the browser can send only the GET requests that's why" When we are testing a client-server request on our offline computer (local server) we can do this testing by inserting the URL (IP address and port) into any browser and see if the ...DiscussPostman