System Architecture

System Architecture

7404 bookmarks
Custom sorting
Linux Is The Next Platform, But Who Pays To Maintain It? - The Next Platform
Linux Is The Next Platform, But Who Pays To Maintain It? - The Next Platform
Red Hat has once again dropped another huge boulder into the normally serene – or at least relatively calm – open source waters. Back in December 2020 it killed off the CentOS distribution that lives downstream from Red Hat Enterprise Linux and created the CentOS Stream variant that lives upstream where bugs are not yet
·nextplatform.com·
Linux Is The Next Platform, But Who Pays To Maintain It? - The Next Platform
The Disconnected State of Enterprise Risk Management
The Disconnected State of Enterprise Risk Management
It's time for compliance to play in tune and in tempo with the entire orchestra: security, risk, threat intelligence and incident response.
·thenewstack.io·
The Disconnected State of Enterprise Risk Management
Indexing optimization guide
Indexing optimization guide
Get a quick grasp of the best practices for fast and efficient data indexing with our short guide.
·blog.meilisearch.com·
Indexing optimization guide
Attention is all you need!
Attention is all you need!
Understanding Attention is All You Need paper. Detailed explanation on self-attention, cross attention and other design choices.
·itnext.io·
Attention is all you need!
Design Patterns in Golang
Design Patterns in Golang
In this article, I will introduce 5 master categories of Golang design patterns, including Creational patterns, Structural Patterns…
·medium.com·
Design Patterns in Golang
High Performance Browser Networking (O'Reilly)
High Performance Browser Networking (O'Reilly)
What every web developer must know about mobile networks, protocols, and APIs provided by browser to deliver the best user experience.
·hpbn.co·
High Performance Browser Networking (O'Reilly)
Resilient Systems Through Retrospection
Resilient Systems Through Retrospection
Every breakage is an opportunity to make our systems more resilient. After leading hundreds of incident reviews, I realize that each review can be reduced down to three simple questions. In this post I’ll go over why these questions are exhaustive and what common tactics come from answering these questions.
·developing.dev·
Resilient Systems Through Retrospection
PCI-Express Must Match The Cadence Of Compute Engines And Networks - The Next Platform
PCI-Express Must Match The Cadence Of Compute Engines And Networks - The Next Platform
When system architects sit down to design their next platforms, they start by looking at a bunch of roadmaps from suppliers of CPUs, accelerators, memory, flash, network interface cards – and PCI-Express controllers and switches. And the switches are increasingly important in system designs that have a mix of compute and memory types and for
·nextplatform.com·
PCI-Express Must Match The Cadence Of Compute Engines And Networks - The Next Platform
How to Avoid the N+1 Query Problem in GraphQL and REST APIs [with Benchmarks]
How to Avoid the N+1 Query Problem in GraphQL and REST APIs [with Benchmarks]
The N+1 query problem is a performance issue you might face while building APIs, regardless of whether they're GraphQL or REST APIs. In fact, this problem occurs when your application needs to return a set of data that includes related nested data – for example, a post that includes comments.
·freecodecamp.org·
How to Avoid the N+1 Query Problem in GraphQL and REST APIs [with Benchmarks]
JSON and Relational Tables: How to Get the Best of Both
JSON and Relational Tables: How to Get the Best of Both
JSON and relational tables have their strengths and drawbacks. How can you best harness those strengths in your work, while offsetting the drawbacks?
·thenewstack.io·
JSON and Relational Tables: How to Get the Best of Both
BPF iterators for filesystems
BPF iterators for filesystems
In the first of two combined BPF and filesystem sessions at the 2023 Linux Storage, Filesystem, Memory-Management and BPF Summit, Hou Tao introduced his BPF iterators for filesystem information. Iterators for BPF are a relatively recent addition to the BPF landscape; they help BPF programs step through kernel data structures in a loop-like manner, but without running afoul of the BPF verifier, which is notoriously hard to convince about loops.
·lwn.net·
BPF iterators for filesystems
LMQL: Programming Large Language Models
LMQL: Programming Large Language Models
LMQL is a query language for large language models (LLMs). It facilitates LLM interaction by combining the benefits of natural language prompting with the expressiveness of Python.
·lmql.ai·
LMQL: Programming Large Language Models
VHML
VHML
·vhml.org·
VHML