System Architecture

System Architecture

7404 bookmarks
Custom sorting
How to Improve Operational Maturity in an Economic Downturn
How to Improve Operational Maturity in an Economic Downturn
In uncertain economic times, it can be tempting to do the bare minimum and wait things out until better times arrive. But that’s a risky strategy.
·thenewstack.io·
How to Improve Operational Maturity in an Economic Downturn
Water.css
Water.css
A drop-in collection of CSS styles to make simple websites like this just a little bit nicer.
·watercss.kognise.dev·
Water.css
FlatFile Database System
FlatFile Database System
Working with text file as database can querying as RDBMS with SQL Queries.
·codeproject.com·
FlatFile Database System
txt-sushi
txt-sushi
The SQL link in your *NIX chain
·hackage.haskell.org·
txt-sushi
What is a flat file?
What is a flat file?
Is it a plain text file or binary file or just character file? Can someone explain what a flat file actually means?
·unix.stackexchange.com·
What is a flat file?
Understanding JSONata
Understanding JSONata
JSONata is a declarative functional language for querying and transforming JSON data. It was inspired by the path semantics of XPath. Whereas other languages that are inspired by XPath also incorpo…
·yokota.blog·
Understanding JSONata
The World Is Your Network
The World Is Your Network
Networks are like the oxygen we breathe — essential, omnipresent, but often unnoticed.
·medium.com·
The World Is Your Network
Unbounded memory usage by TCP for receive buffers, and how we fixed it
Unbounded memory usage by TCP for receive buffers, and how we fixed it
We are constantly monitoring and optimizing the performance and resource utilization of our systems. Recently, we noticed that some of our TCP sessions were allocating more memory than expected. This blog post describes in detail the root cause of the problem and shows the test results of a solution
·blog.cloudflare.com·
Unbounded memory usage by TCP for receive buffers, and how we fixed it
How to Containerize a Python Application with Packeto Buildpacks
How to Containerize a Python Application with Packeto Buildpacks
Building even simple Dockerfiles can be a challenge. This article will demonstrate an alternative method of containerizing an application, using Packeto Buildpacks.
·thenewstack.io·
How to Containerize a Python Application with Packeto Buildpacks
The Next Larger Context
The Next Larger Context
“Always design a thing by considering it in its next larger context — a chair in a room, a room in a house, a house in an environment, an…
·skamille.medium.com·
The Next Larger Context
Info site for Bytesize Architecture Sessions
Info site for Bytesize Architecture Sessions
A site about Bytesize Architecture Sessions. Bytesize Architecture Sessions created by Andrea Magnorsky
·bytesizearchitecturesessions.com·
Info site for Bytesize Architecture Sessions
The HTTP QUERY Method
The HTTP QUERY Method
This specification defines a new HTTP method, QUERY, as a safe, idempotent request method that can carry request content.
·httpwg.org·
The HTTP QUERY Method
Zoned storage and filesystems
Zoned storage and filesystems
Issues around zoned storage for filesystems was the topic of a combined storage and filesystem session at 2023 Linux Storage, Filesystem, Memory-Management and BPF Summit led by Bart Van Assche, Viacheslav A. Dubeyko, and Naohiro Aota. Zoned storage began with the advent of shingled magnetic recording (SMR) devices, but is now implemented by NVMe zoned namespaces (ZNS) as well. SMR devices can have multiple zones with different characteristics, with some zones that can only be written in sequential order, while other, conventional zones can be written in any order. The talk was focused on filesystems using the sequential type of zones since the conventional zones are already well-supported in Linux and its filesystems.
·lwn.net·
Zoned storage and filesystems
In The Multicloud World, The Data’s The Thing
In The Multicloud World, The Data’s The Thing
When three years ago Dell rolled out its Apex initiative, the massive IT supplier was joining a growing list of tech companies like HPE, Lenovo, and Cisco
·nextplatform.com·
In The Multicloud World, The Data’s The Thing
Postgres Full Text Search is better than ... (Part 2)
Postgres Full Text Search is better than ... (Part 2)
In which I show how ElasticSearch, Solr or another search specific database is probably unnecessary for a lot of PostgreSQL users ... Part 2.
·admcpr.com·
Postgres Full Text Search is better than ... (Part 2)
Asymptotic Notations: A Comprehensive Guide
Asymptotic Notations: A Comprehensive Guide
Learn about asymptotic notations: Big O, Big Omega, and Big Theta. Compare algorithms, predict performance, and optimize code.
·stackthrive.com·
Asymptotic Notations: A Comprehensive Guide