Shiv IyerProshiviyer.hashnode.dev·Aug 31, 2024Effective Ways to Manage Data Transfer Costs in MongoDB AtlasHere are three ways to use MongoDB Atlas to optimize data transfer costs: 1. Utilize Data Locality Features to Minimize Cross-Region Traffic MongoDB Atlas allows you to deploy your clusters in specific regions or even multiple regions globally. By st...DiscussMongoDB
Alex MirranforLilypad Networkblog.lilypadnetwork.org·Aug 29, 2024🍃 Lilypad Project Report: August 29, 2024🌎 Overview The Lilypad Network orchestrates idle GPU compute capacity to provide a serverless, job based service model for end-users. Compute jobs, such as AI Inference, running on the network are matched with GPU capacity. A hashed proof of the job...Discuss·54 readsLilypad Project ReportAI
Harsh Mangeblog.harshmange.in·Aug 29, 2024Gossip Protocol in Distributed Systems: Under the Hood of Reliable, Scalable CommunicationIn the ever-evolving landscape of distributed systems, ensuring efficient communication and consistent state across nodes is paramount. As systems scale and nodes proliferate, maintaining a synchronized state becomes increasingly challenging. This is...Discuss·31 readsepidemic-protocol
Omid EidivandiforServerless Folks Blogsblogs.serverlessfolks.com·Aug 28, 2024Enterprise Level Micro-frontend on AWSMicro-frontends, a center of interest for some years now, have evolved rapidly and have become a great choice for achieving independent, autonomous, and well-defined teams and services that improve the velocity and agility of applications. This artic...Discussmicrofrontends
Omid Eidivandiserverlessfolks.com·Aug 28, 2024Enterprise Level Micro-frontend on AWSMicro-frontends, a center of interest for some years now, have evolved rapidly and have become a great choice for achieving independent, autonomous, and well-defined teams and services that improve the velocity and agility of applications. This artic...Discuss·247 readsboundedcontext
Unyime UdohforUnyime Udoh's DSA blogunyimeudohdsa.hashnode.dev·Aug 26, 2024Snowflake algorithmIn this article, we will explore the Snowflake algorithm implementation in details. I will be touching every little detail as much as I can because when I was trying to understand and use this algorithm, I couldn’t find a detail explanation like the ...Discuss·1 likedistributed system
Unyime UdohforUnyime Udoh's DSA blogunyimeudohdsa.hashnode.dev·Aug 26, 2024Implementation of the Bloom filter Data structureIn this article, I will go through the implementation of the Bloom filter data structure. The Bloom filter is an in-memory data structure used to determine membership in a set. It essentially answers the question: Is this item a member of a given gro...Discuss·1 likeJava
Sushant Pantsushantpant.com.np·Aug 25, 2024Pub-sub patternIn my previous articles, we built a messaging system using RabbitMQ. One limitation of that approach was that each message was delivered to only one consumer. For instance, if we had two consumers promotional.Email and promotional.Sms there would be ...Discuss·10 likes·120 readsDistributed SystemPubSub
Nikhil Vibhanitechleadnikhil.hashnode.dev·Aug 25, 2024Optimizing Workload Distribution in Microservice Architectures: A Comprehensive Guide to Load BalancersIntroduction In large-scale distributed applications, handling thousands of requests per second is common. Eventually, the need for horizontal scaling becomes clear: relying on a single machine to manage all incoming requests is no longer feasible. H...DiscussSystem Design
Adewole Caleb Erioluwacaleberioluwa.hashnode.dev·Aug 21, 2024How to Implement Data Replication and Versioning in GolangMy recent study of the replication chapter of the DDIA text was quite intense, and not so much fun since I had to process a lot of information. On the bright side, I gained practical insight into how to replicate data and why it is important in a dis...Discuss·52 readsgolang