
Ratnadeep Bhattacharya
@DeepRatnadeep
Followers
40
Following
151
Media
21
Statuses
246
PhD student in CS at GWU. 12 years of experience building data centers.
Washington, DC
Joined April 2012
This is a complicated topic. Microservices have changed the deployment model. But we still use old assumptions to make decisions in this new framework. As such, some of these costs are mostly not understood.
thestack.technology
Monoliths are sexy again.
0
0
2
Some alternatives are (I completed this and it is nice!) and
ocw.mit.edu
6.172 is an 18-unit class that provides a hands-on, project-based introduction to building scalable and high-performance software systems. Topics include performance analysis, algorithmic techniques...
0
0
0
Getting into actually implementing the cluster:.
bhattacharya-ratnadeep.medium.com
In this article I will start implementing the cluster part of this series according to the plan outlined earlier. I will talk about the…
0
0
0
You push one large one through and few smaller ones follow (distributed sequencing):.
bhattacharya-ratnadeep.medium.com
Ordering things like inputs or events is a big deal in distributed systems. It might be somewhat easier if there is a system providing…
0
0
0
Finally first piece of the implementation gets in: Multileader Election.
bhattacharya-ratnadeep.medium.com
This is the 13th (unlucky?) article in my “Data Mesh” series. This is the first article where I start implementing this idea. It has been a…
0
0
0
This is by far the most ambitious project I have undertaken. Linearizability without consensus or quorum!.
bhattacharya-ratnadeep.medium.com
TL;DR
0
0
1
The tenth part implements an entire TCP server using Tokio.
towardsdev.com
Finally, we get to the server part. When I started this series, I honestly thought building the storage engine would be really hard and…
0
0
0