Michael QuigleyforOpenZiti Tech Blogblog.openziti.io·Nov 20, 2023zrok Drives (an Early Preview)If you've been following my "office hours" video series, you know that I've been mentioning something called "zrok Drives" for weeks now. With the release of v0.4.14, we've got our first look at some of the things that are to come. In case you're no...Discuss·1 like·375 readsCloud
Oscar Johnoscarjohn.hashnode.dev·Nov 20, 2023Lets build a Simple P2P Lending Application in GoWelcome to the comprehensive tutorial on building a Peer-to-Peer (P2P) Lending Platform using Go. In the ever-evolving landscape of financial technology, P2P lending platforms have gained significant attention for their ability to connect borrowers d...Discuss·72 readsGo Language
Francisco Figueirafranciscofigueira.hashnode.dev·Oct 3, 2023Peer to Peer Networks: An Introduction to BlockchainsIn this part, we'll construct a Peer to peer-to-peer(P2P) network to decentralize our blockchain. We'll: Learn about networks that are formed over the internet. How traditionally the connections in that network are to a centralized server, and how d...DiscussAn Introduction to BlockchainsBlockchain
CryptapeforCryptape Jungleblog.cryptape.com·Sep 28, 2023Analyzing & Measuring P2P Networks and PoW Mining (Misc.)https://youtu.be/YzW9ZsCE6s0?si=nc-NHESONgcsEgH3 This talk will explore a variety of miscellaneous papers, covering p2p networks and PoW mining. Ren Zhang is the head of Cryptape Vanguard Research team. He received his Ph.D. in 2019 from the COSIC ...Discuss·52 readsTalksproofOfWork
KAVITA YADAVkavi2t.hashnode.dev·Sep 5, 2023Time-Based Transaction Ordering: How Shardeum Facilitates Chronological Consistency and FairnessWhat is Equity in Blockchain? Equity in blockchain pertains to the principle that all participants within a blockchain-based system should possess an equal opportunity to engage in transaction processing, consensus procedures, governance, resource di...Discuss·13 likesshardeum
Derek Onwudiwetecheffect.hashnode.dev·Aug 20, 2023Secure Password CreationMastering password protection involves creating strong and unique passwords. Follow these steps: Length: Aim for at least 12 characters or more. Mix Characters: Use a mix of upper and lower case letters, numbers, and special symbols. Avoid Personal I...Discusspasswords
Raunak Jharaunakjha.hashnode.dev·Aug 19, 2023Comprehending the Client-server model: Building the Foundation of Modern ComputingIn the age of cyberspace, the client-server model plays the vital role of being the backbone of communication channels. It allows the functioning of cloud services, several applications, and several other new-age technologies. It also allows the seam...Discussclientservermodel
Aniruddha Balbudheaniruddha2846.hashnode.dev·Aug 15, 2023Protocols used in webRTC (Real Time Communication)🕸️ 🌐Have you ever wondered how can two computers form a peer-to-peer (🖥️-💻)connection by just using a browser (Chrome, Firefox, Safari, Brave)? Many applications which we use today, use webRTC to provide their services. Live streaming platforms, VoIP f...Discuss·22 likes·33 readsWebRTC
Michael QuigleyforOpenZiti Tech Blogblog.openziti.io·Jul 25, 2023Announcing the zrok Public Beta!zrok is officially in public beta. Feel free to download the latest release of zrok and invite yourself to the public instance using the zrok invite command (there is no longer an invite token requirement): $ zrok invite enter and confirm your emai...Discuss·11 likes·766 readszrok
agniv chakrabortyagniv.hashnode.dev·Jul 18, 2023Harnessing the Power of WebRTC:Empowering Real-Time Communication What is WebRTC? WebRTC is an open-source project that provides real-time communication capabilities natively in web browsers using a set of APIs and protocols. The core building blocks of WebRTC include: MediaStrea...Discuss·36 readsWeb Development