Found 271 bookmarks
Newest
The Nine Node Pillars
The Nine Node Pillars
9 Principles for Doing Node.js Right in Enterprise Environments
·platformatichq.com·
The Nine Node Pillars
The Future of the Cloud is WebAssembly | Conf42
The Future of the Cloud is WebAssembly | Conf42
This talk illustrates the hype behind WebAssembly and why it may be the future of the Cloud. Talk includes: * What Wasm is, how it works and why its suited for Serverless - How one can get started with Wasm using open source frameworks * Live Demo
·conf42.com·
The Future of the Cloud is WebAssembly | Conf42
ATProto for distributed systems engineers - AT Protocol
ATProto for distributed systems engineers - AT Protocol
AT Protocol is the tech developed at Bluesky for open social networking. In this article we're going to explore AT Proto from the perspective of distributed backend engineering.
·atproto.com·
ATProto for distributed systems engineers - AT Protocol
Revisiting the Outbox Pattern
Revisiting the Outbox Pattern
Comparing the outbox pattern to alternatives like “listen-to-yourself” and 2-phase commit (2PC) transactions. What’s the best choice for data exchange flows between microservices?
·decodable.co·
Revisiting the Outbox Pattern
Moving Baselime from AWS to Cloudflare: simpler architecture, improved performance, over 80% lower cloud costs
Moving Baselime from AWS to Cloudflare: simpler architecture, improved performance, over 80% lower cloud costs
Post-acquisition, we migrated Baselime from AWS to the Cloudflare Developer Platform and in the process, we improved query times, simplified data ingestion, and now handle far more events, all while cutting costs. Here’s how we built a modern, high-performing observability platform on Cloudflare’s network.
·blog.cloudflare.com·
Moving Baselime from AWS to Cloudflare: simpler architecture, improved performance, over 80% lower cloud costs
#33 Be Careful: Exploding Costs That Might Kill Your Product
#33 Be Careful: Exploding Costs That Might Kill Your Product
Infrastructure costs can unexpectedly increase and harm your project success. Here are several common issues that repeatedly cause budget problems in software projects.
·newsletter.fractionalarchitect.io·
#33 Be Careful: Exploding Costs That Might Kill Your Product
No EC2 or Kubernetes Allowed: Insights from Building Serverless-Only Architecture at PostNL
No EC2 or Kubernetes Allowed: Insights from Building Serverless-Only Architecture at PostNL
PostNL shared insights and guidance from its transition from outsourced IT project delivery to an in-house product delivery capability. By embracing cloud-native technologies, with an emphasis on serverless services, the company achieved significant gains in productivity and market responsiveness while reducing operational costs.
·infoq.com·
No EC2 or Kubernetes Allowed: Insights from Building Serverless-Only Architecture at PostNL
Migrating to Cloudflare Email Routing
Migrating to Cloudflare Email Routing
With Email Routing, you can effectively start receiving Emails in any of your domains for any number of custom addresses you want and forward the messages to any existing destination mailboxes
·blog.cloudflare.com·
Migrating to Cloudflare Email Routing
Rearchitecting: Redis to SQLite | Wafris
Rearchitecting: Redis to SQLite | Wafris
Learn how we approached migrating our Wafris v1 client based on Redis to a new faster, easier to use SQLite architecture.
·wafris.org·
Rearchitecting: Redis to SQLite | Wafris
Scaling PostgreSQL to Petabyte Scale
Scaling PostgreSQL to Petabyte Scale
Read how we’re scaling PostgreSQL at the petabyte scale to power our query monitoring feature, Insights.
·timescale.com·
Scaling PostgreSQL to Petabyte Scale
Hello Interview | System Design in a Hurry
Hello Interview | System Design in a Hurry
Everything you need to quickly get prepared for FAANG system design interviews. Written by former Meta and Amazon interviewers, this guide breaks down the core concepts, patterns, frameworks, and technologies needed to ace your system design interviews. It also breaks down some of the most commonly asked system design questions and provides detailed answers.
·hellointerview.com·
Hello Interview | System Design in a Hurry
System design isn't a Cut & Paste job.
System design isn't a Cut & Paste job.
Templates and checklists are helpful tools, but they only work if you dive deep to understand the problem. Here’s how:
·newsletter.systemdesignclassroom.com·
System design isn't a Cut & Paste job.
Don’t Believe the Big Database Hype, Stonebraker Warns
Don’t Believe the Big Database Hype, Stonebraker Warns
How we store and serve data are critical factors in what we can do with data, and today we want to do oh-so much. That big data necessity is the mother of
·datanami.com·
Don’t Believe the Big Database Hype, Stonebraker Warns
The Many Facets of Coupling
The Many Facets of Coupling
Coupling is integration's magic word
·enterpriseintegrationpatterns.com·
The Many Facets of Coupling
System Design Cheat sheet
System Design Cheat sheet
Golden rules to answer in System Design Interviews.
·betterengineers.substack.com·
System Design Cheat sheet
Things you wish you didn't need to know about S3
Things you wish you didn't need to know about S3
S3 is more weirder than you think. Make sure you know all the quirks before they turn into vulnerabilities in your AWS infrastructure.
·blog.plerion.com·
Things you wish you didn't need to know about S3
Cache made consistent
Cache made consistent
Caches help reduce latency, scale read-heavy workloads, and save cost. They are literally everywhere. Caches run on your phone and in your browser. For example, CDNs and DNS are essentially geo-rep…
·engineering.fb.com·
Cache made consistent
CAP Theorem in DBMS
CAP Theorem in DBMS
The CAP Theorem is an important concept in distributed database systems that helps architects and designers understand the trade offs while…
·medium.com·
CAP Theorem in DBMS