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
khandoker ananblog.khandokeranan.com·Sep 10, 2023TCP/IP Shortcuts for beginnersData Communication Data communication means the exchange of information between two or more devices using some transmission medium. Effectiveness of Data Communication Layer: (DATJ) Delivery, 2. Accuracy, 3. Timeliness, 4. Jitter Components of Da...Discuss·1 like·81 readsdata communication
Narbeh ShahnazarianforDeveloper DAO Blog | Web3 Tutorialsblog.developerdao.com·Sep 2, 2023DevNTell - dm3 Protocol🌈 GM In this week's episode of DevNTell, we were joined by CEO Steffen Kux who gave us an overview of dm3 Protocol 🌟 Developer Spotlight Steffen Kux is CEO at dm3, the web3 messaging protocol for secure and interoperable communication. He's an appl...Discuss·154 readsDevNTellWeb3
Sofwan A. LawalProblog.sofwancoder.com·Aug 20, 2023Distributed Systems: Synchronisation in Complex SystemsComplex systems are used in almost every aspect of computer science and engineering, from distributed databases and networked applications to multi-core processors and real-time embedded systems. To make sure that these complex systems work right and...Discuss·10 likes·128 readsdistributed system
Tom X NguyenPromonotykamary.hashnode.dev·Aug 10, 2023Implementing Elixir-like protocols in TypeScript using ProxiesIntroduction In this part of experimenting with proxies, we'll explore an alternative approach to polymorphism by leveraging the power of proxies available in JavaScript and TypeScript. Our main goal is to compose a solution similar to Elixir Protoco...DiscussExperimenting with Proxies in TypeScriptTypeScript
sliktsnotlabs.hashnode.dev·Jul 20, 2023Extending native JS prototypes is not such a crazy idea with symbolsDynamic languages like JavaScript have something called "open classes" that allow to extend or monkey patch code at runtime, including the standard built-in objects, and this has always tempted users to try and improve the language with custom method...Discuss·1 likeJavaScript
Marina McPeakmarinamcpeak.ca·Jul 6, 2023Creating a Camera Inventory Program in Swift with Codable and HashableThis tutorial will guide you through creating a Swift program that uses the Codable and Hashable protocols to manage an inventory of cameras and lenses. We'll use the Codable protocol to convert our data to and from the JSON format, and the Hashable ...DiscussSwift
EMQTechemqx.hashnode.dev·Jul 3, 2023Efficiency Comparison: OPC-UA, Modbus, MQTT, Sparkplug, HTTPOPC-UA, HTTP, Modbus, MQTT, and Sparkplug are common and popular technologies used in industrial communication, each designed for specific levels and purposes of communication. OPC-UA is often used in floor plant environments, HTTP is commonly used f...Discussmqtt
Aman Srivastavaman09.hashnode.dev·Jul 1, 2023Computer Networking: Part 2Protocols: The rules that are set up by standards about how particular data is being sent over a network are called Protocols. Ex: TCP, UPD, HTTP, FTP etc. Client-Server Architecture : Let's understand this with a simple diagram. Once an end device ...Siva Reddy and 1 other are discussing this2 people are discussing thisDiscuss·3 likes·100 readsprotocols