python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Is it okay to accommodate cron jobs inside the library?
We’re currently splitting monolithic app into a set of microservices. This monolithic app contains certain functionality which is a good candidate to become a library. This library will be consumed by...
Stranger95
Votes: 0
Answers: 1
Approach on API/System design
I was watching a video on "Design Uber api mock interview".
for most of the APIs, the candidate just used "userId" and left on the system to resolve "rideId"
Example - ca...
user10712989
Votes: 0
Answers: 1
How to use consistent hashing to allocate multiple servers for the same key?
I'm reading a system design article about design ticketmaster. It mentions:
We can use the Consistent Hashing to allocate application servers for both ActiveReservationService and WaitingUserService b...
summer
Votes: 0
Answers: 0
Staging environment for distributed system
I am working on a distributed system that consists of several core components which help building data pipelines that are used to run data processing jobs on big amount of files. In order to run the j...
M.Alsioufi
Votes: 0
Answers: 1