Found 304 bookmarks
Newest
A Thorough Introduction to Distributed Systems
A Thorough Introduction to Distributed Systems
by Stanislav Kozlovski What is a Distributed System and why is it so complicated? With the ever-growing technological expansion of the world, distributed systems are becoming more and more widespread. They are a vast and complex field of study in computer science. This article aims to introduce you to distributed
·freecodecamp.org·
A Thorough Introduction to Distributed Systems
Building a serverless dynamic DNS system with AWS | AWS Startups Blog
Building a serverless dynamic DNS system with AWS | AWS Startups Blog
Build a serverless system using nothing but AWS services and a few lines of code. This simple, cost-effective, and scalable solution allows you to focus on the core business logic of your startup, rather than worrying about scaling and maintaining the underlying infrastructure.
·aws.amazon.com·
Building a serverless dynamic DNS system with AWS | AWS Startups Blog
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