Flavius Cojocariusquarecuplabs.hashnode.dev·Sep 23, 2023Introducing Gallalaus: An Expedition into Full Stack DevelopmentIntroducing Gallalaus: An Expedition into Full Stack Development Welcome aboard the Gallalaus: An Expedition into Full Stack Development blog series! This is the first stop, of many, through the vibrant landscape of full-stack development. This intro...DiscussGallalaus: An Expedition into Full Stack DevelopmentSystem Architecture
Aravind Venkatesanaravindvenkatesan.hashnode.dev·Sep 23, 2023Importance Of Scalability In Software🕸️Understanding practical use cases Applications built today are scalable by default. Every developer must understand the importance of scalability in software. From a general user perspective, scalability matters more. Just that they don’t know how...Discuss·1 likedistributed system
Aditya Hebbarhebbaraditya.hashnode.dev·Sep 22, 2023Getting Started with Go: An Introduction to the Go Programming LanguageIn the ever-expanding realm of programming languages, Go, often referred to as Golang, has emerged as a powerful contender known for its simplicity, efficiency, and robust support for concurrent programming. Whether you're a seasoned developer lookin...Nidish Rao and 1 other are discussing this2 people are discussing thisDiscuss·1 like·75 readsGo Language
Zahiruddin Tavargerezahere.com·Sep 17, 2023Why Processes Help Even If You Are a "Fast-Moving" CompanyI have spent a good 6 years working in a newsroom where every day was a unique experience. This is what a ‘’Happy Path’ looked like in the day of the life of a news producer (my perspective). I had to generate 5 new story ideas for the day and get ...DiscussCoding and System Designprocess
Snehasish Roysnehasishroy.com·Sep 17, 2023Building a Distributed Job Scheduler from Scratch (Part 3)Recap Welcome back to the third part of our tutorial series on building a distributed job scheduler! In our previous installment, we deep-dived into our storage system by designing a durable storage system to store job details effectively. Now it's t...DiscussBuild your own Distributed Job Scheduler2Articles1Week
Aneesh Sethaneeshseth.hashnode.dev·Sep 17, 2023Distributed Systems, CAP TheoremA distributed system is If you have such a system, if a server for reports goes down, the system collapses and there is a single point of failure. One way to solve this: We can copy of each of the servers, and if one server fails, the other can take ...DiscussSystem Design
Gaurav Dhakgaurav789.hashnode.dev·Sep 14, 2023Crush Your System Design Interview: Tips and Techniques"Spiral Approach vs. Incremental MVP: System Design Interview Strategies" Hey there, tech enthusiasts! I'm Gaurav, and I'm really into system design. I love tackling those tough technical puzzles. Whether you're just starting or you've been around th...Discuss·1 like·71 readsinterview
Snehasish Roysnehasishroy.com·Sep 10, 2023Building a Distributed Job Scheduler from Scratch (Part 2)Recap Welcome back to the second part of our tutorial series on building a distributed job scheduler! In our previous installment, we laid the foundation by defining the functional and non-functional requirements of our job scheduler. Now, it's time ...DiscussBuild your own Distributed Job Scheduler2Articles1Week
Aslihan Kilicaslihankilic.hashnode.dev·Sep 9, 2023What are the roles of a Software Architect?The Roles of a Software Architect: In the dynamic world of software development, the role of a Software Architect stands out as one of the most pivotal. They are the masterminds behind the design and structure of software systems, ensuring that the s...Discusssoftware architecture
Snehasish Roysnehasishroy.com·Sep 8, 2023Building a Distributed Job Scheduler from scratch (Part 1)Distributed job schedulers are essential because they allow us to schedule callbacks without worrying about the scalability and reliability aspects. You can try doing what a distributed job scheduler does using ScheduledThreadPool but that won't guar...DiscussBuild your own Distributed Job Scheduler2Articles1Week