Found 271 bookmarks
Newest
Death By a Thousand Microservices
Death By a Thousand Microservices
The software industry is learning once again that complexity kills
·renegadeotter.com·
Death By a Thousand Microservices
Moving a Billion Postgres Rows on a $100 Budget
Moving a Billion Postgres Rows on a $100 Budget
Inspired by the 1BR Challenge, I wanted to see how much it would cost to transfer 1 billion rows from Postgres to Snowflake. Moving 1 billion rows is no easy task. The process involves not just the transfer of data but ensuring its integrity, error r...
·blog.peerdb.io·
Moving a Billion Postgres Rows on a $100 Budget
The Billion Row Challenge (1BRC) - Step-by-step from 71s to 1.7s
The Billion Row Challenge (1BRC) - Step-by-step from 71s to 1.7s
I took part in the Billion Row Challenge. Enjoy a deep, step-by-step summary of how you get from a Parallel Java Streams implementation that takes 71 seconds to a super-optimized version that takes 1.7 seconds. Example code and walkthroughs included!
·questdb.io·
The Billion Row Challenge (1BRC) - Step-by-step from 71s to 1.7s
What is Kubernetes? An Unorthodox Guide for Developers
What is Kubernetes? An Unorthodox Guide for Developers
You can use this guide to get up to speed with Kubernetes as a developer. From its very basics to more intermediate topics like Helm charts and how all of this affects you as a dev.
·marcobehler.com·
What is Kubernetes? An Unorthodox Guide for Developers
Internet Computers
Internet Computers
The Third Browser War and the Fight to Bring the OS to the Cloud
·notboring.co·
Internet Computers
How to design resilient and large scale data systems
How to design resilient and large scale data systems
Whenever you’re building a data system, there’s a million things to consider. Gone are the days of just shoving everything into MongoDB and calling it “web scale.” In this newsletter, we’ll be going over the considerations you should be thinking about when building out large scale data systems.
·blog.dataengineer.io·
How to design resilient and large scale data systems