Syed Jafer Kiamfullstackdeveloper.hashnode.dev·Nov 30, 2023Why do we even need cookie's ?Sudden Thought As a full stack developer, i came across reading about cookies. So far i haven't written code to handle it or use it in my applications. While reading about cookies, i came to know its used to transfer state in a stateless HTTP protoco...Discusscookies
SAMEER TRIPATHIsamtripathi.hashnode.dev·Nov 26, 2023From Data to Destination: A Journey Through the OSI Networking ModelThe OSI The OSI (Open Systems Interconnection) model is like a blueprint for how computer networks communicate with each other. It's divided into seven layers, each with its own specific role. It's divided into seven layers, each with its own specifi...Discuss·1 likeNetwork Layers
BuildBearbuildbear.hashnode.dev·Nov 23, 2023A Comprehensive Testing of 3A DAO lending protocolWhat is 3A DAO? 3A DAO is a non-custodial, decentralized, and over-collateralized lending platform that enables users to borrow interest-free against their own tokens used as collateral. Loans are repaid in a Euro-pegged stablecoin called EURO3. What...Discussdefi
Garvit Singhgarvit05.hashnode.dev·Nov 11, 2023Computer Networking Fundamentals 🌐Introduction This article is Part - I of my 6-article series on Computer Networking, which aims to cover many topics like OSI Model, IP Model, Networking Protocols etc. This article will help you gain knowledge about some basic concepts which you wou...Discuss·20 likesnetworking
BuildBearbuildbear.hashnode.dev·Nov 1, 20233A DAO Chosen BuildBear Sandbox for Beta Testing their Lending ProtocolWe're thrilled to announce that 3A DAO has selected BuildBear Sandbox for Beta testing their Lending Protocol with their community. About 3ADAO: 3A DAO is building a secure DeFi Lending Protocol with Enterprise-Grade Security. This protocol facilitat...Discussdefi
Jayakumar Sakthivelcloudwithjk.hashnode.dev·Oct 21, 2023Why HTTPS is important ?Introduction To secure connections and verify that a website server is who it claims to be, HTTPS combines the TLS (SSL) encryption protocol with HTTP. You can learn more about TLS/SSL encryption techniques if you're not familiar with them. The reaso...Discusshttps
Vinayak Salunkheyes-we-can-devops.hashnode.dev·Oct 1, 2023Networking Protocols in simple form.IP (Internet Protocol): This is the main protocol that allows different computers to communicate with each other over the internet. It allows computers to send and receive data to and from each other, making communication over the internet possible. ...Discuss·1 likenetworking
Shivanagouda Agasimanishiva02.hashnode.dev·Oct 1, 2023DHCP ProtocolBefore we start with the engineering behind DHCP, here's what I want you to do. Assuming that you've kept your internet connection on, head over to settings-\>About your Phone-> Status info. You'll be able to see an option "IP address" in which below...Discusscomputer networking
Aniruddha Balbudheaniruddha2846.hashnode.dev·Sep 18, 2023! TCP vs UDP ! What's the difference?I am sure that in your student life, you might have been in a class in which the professor's only concern was to complete the syllabus as quickly as possible without giving a damn whether the students understood the topic or not. On the other hand, t...Discuss·11 likescomputer networking
Himanshu Kumarhimanshukrmr.hashnode.dev·Sep 18, 2023Explaining WebSockets and crafting a simple chat app using Socket.ioWhat is WebSockets? WebSocket is a protocol that enables two-way communication between a client (typically a web browser) and a server over a single, long-lived connection. It allows real-time data exchange without the overhead of traditional request...Discusswebsockets