Found 8069 bookmarks
Newest
You Wrote To Two Databases. Did Both Succeed?
You Wrote To Two Databases. Did Both Succeed?
Two battle-tested patterns for keeping any two datastores — consistent. One you probably know. One you should.
·itnext.io·
You Wrote To Two Databases. Did Both Succeed?
Waputer
Waputer
·waputer.app·
Waputer
Basic Type System Terminology
Basic Type System Terminology
Sound more intelligent on the internet with these quick and easy tips.
·lewiscampbell.tech·
Basic Type System Terminology
How AWS used random graph theory to build more efficient data centers
How AWS used random graph theory to build more efficient data centers
How a Slack shout-out, a dusted-off academic theory, and a spaghetti monster led an AWS team to crack an elusive code—and deliver greater reliability and performance for customers.
·aboutamazon.com·
How AWS used random graph theory to build more efficient data centers
What is db9.ai? - me.0xffff.me
What is db9.ai? - me.0xffff.me
A high-level introduction to db9.ai: serverless Postgres, files, branching, and agent-native workflows in one backend.
·me.0xffff.me·
What is db9.ai? - me.0xffff.me
How To Let Everyone Keep A Secret
How To Let Everyone Keep A Secret
Someone calls you at work and says, “Don’t tell anyone, but…” If you are like most people, there are one or two people you will pass it along to with the same admonishment. …
·hackaday.com·
How To Let Everyone Keep A Secret
DNS-AID
DNS-AID
The universal .discovery layer for AI agents. DNS-AID has 2 repositories available. Follow their code on GitHub.
·github.com·
DNS-AID
We Built a Real-Time System for a Batch Problem
We Built a Real-Time System for a Batch Problem
This blog post tells the story about how a nightly entity sync evolved from microservices and queues into a scalable batch architecture —…
·itnext.io·
We Built a Real-Time System for a Batch Problem
How AWS Nitro Enclaves Attestation Actually Works
How AWS Nitro Enclaves Attestation Actually Works
I came across the concept of “Nitro Enclaves” while reading through the AWS documentation, and I had genuinely never heard of it before…
·medium.com·
How AWS Nitro Enclaves Attestation Actually Works
Folding in Parallel
Folding in Parallel
Representing fold (sequential accumulation) as map composed with a reduce over a monoid, non-trivially and efficiently. This is a bedrock of parallel programming: however, although the general principle is known, applying it to concrete problems requires ingenuity
·okmij.org·
Folding in Parallel
Building an Analytics API with GraphQL: The Next Level of Data Engineering?
Building an Analytics API with GraphQL: The Next Level of Data Engineering?
Image by Mohammad Bagher Adib Behrooz on Unsplash Why GraphQL for data engineers, you might ask? GraphQL solved the problem of providing a distinct interface for each client by unifying it to a single API for all clients such as web, mobile, web apps. The same challenge we’re now facing in the data world, where we integrate multiple clients with numerous backend systems. So what is GraphQL? In the world of microservices and web apps, GraphQL is a popular query language and serves as a data layer. It is essentially SQL on steroids for APIs. In this article, we go through how to combine the data from all services into a single, unified API.
·ssp.sh·
Building an Analytics API with GraphQL: The Next Level of Data Engineering?
Analytics API
Analytics API
The struggle of having a single performant, secure, and reliable data endpoint is real.
·ssp.sh·
Analytics API
How Container Registries Work: Pushing and Pulling Images By Hand | iximiuz Labs
How Container Registries Work: Pushing and Pulling Images By Hand | iximiuz Labs
Container registries look simple until you need to debug what was actually pushed, why a pull picked the wrong image, or why deleting a tag didn't remove anything. Learn how registries work by pushing, pulling, inspecting, and deleting image data directly through the Registry API.
·labs.iximiuz.com·
How Container Registries Work: Pushing and Pulling Images By Hand | iximiuz Labs
Lessons I Learned from Creating Searx | Hister
Lessons I Learned from Creating Searx | Hister
Seven years of maintaining a popular open source metasearch engine taught me a great deal about privacy, community, and the fundamental limits of the metasearch approach. Here is what led me to build Hister.
·hister.org·
Lessons I Learned from Creating Searx | Hister