System Architecture

System Architecture

7447 bookmarks
Custom sorting
Graceful shutdown and zero downtime deployments in Kubernetes
Graceful shutdown and zero downtime deployments in Kubernetes
In this article, you will learn how to prevent broken connections when a Pod starts up or shuts down. You will also learn how to shut down long-running tasks gracefully.
·learnk8s.io·
Graceful shutdown and zero downtime deployments in Kubernetes
How to stub Feature Flags with RSpec
How to stub Feature Flags with RSpec
Are your feature flags states leaking between your test cases? Stub them all to make your test suite more reliable. Here’s how.
·thoughtbot.com·
How to stub Feature Flags with RSpec
Architecture for Flow with Wardley Mapping, DDD, and Team Topologies
Architecture for Flow with Wardley Mapping, DDD, and Team Topologies
Susanne Kaiser illustrates the concepts of DDD, Wardley Mapping and Team Topologies, and demonstrates how these techniques help to evolve a fictitious legacy system for a fast flow of change.
·infoq.com·
Architecture for Flow with Wardley Mapping, DDD, and Team Topologies
An Introduction to Linux Capabilities
An Introduction to Linux Capabilities
In Linux, capabilities are a way to assign specific privileges to a running process. They allow us to have more fine-grained control over the privi...
·earthly.dev·
An Introduction to Linux Capabilities
Tql
Tql
Build your own language using Tree Notation.
·jtree.treenotation.org·
Tql
Dictionary Dispatch Pattern in Python
Dictionary Dispatch Pattern in Python
Simplify your Python code by replacing all the unnecessary if/else statements and match/case blocks with dynamic dictionary function…
·betterprogramming.pub·
Dictionary Dispatch Pattern in Python
Gatsby
Gatsby
·gatsbyjs.com·
Gatsby
Why our digital lives are only secure if our APIs are secure
Why our digital lives are only secure if our APIs are secure
APIs are the building blocks of our digital world — and one of its biggest vulnerabilities. That's why Equinix became a pioneer for Advanced API Security.
·cloud.google.com·
Why our digital lives are only secure if our APIs are secure
Inheritance, Composition, and everything in–between
Inheritance, Composition, and everything in–between
There are many concepts in the OOP paradigm. Inheritance is the most known, and it allows us to model software as relations between objects, just like in real life.
·yieldcode.blog·
Inheritance, Composition, and everything in–between
Let SQL Do All the Work: User Defined Functions
Let SQL Do All the Work: User Defined Functions
SQL user-defined functions optimize application performance by moving operations from the application layer to the database layer.
·thenewstack.io·
Let SQL Do All the Work: User Defined Functions
Enterprise Blockchain Is Doomed
Enterprise Blockchain Is Doomed
But the next generation of blockchain technology doesn’t have to be. Here’s why...
·thenewstack.io·
Enterprise Blockchain Is Doomed
Groundcover: Simplifying Observability with eBPF
Groundcover: Simplifying Observability with eBPF
Where is the sweet spot between gathering and storing the observability data you actually need and getting a reasonable bill
·thenewstack.io·
Groundcover: Simplifying Observability with eBPF
New Report: Future of Memory Safety | Digital Lab at Consumer Reports
New Report: Future of Memory Safety | Digital Lab at Consumer Reports
In October 2022, Consumer Reports hosted an online convening to discuss ways to encourage widespread adoption of code written in memory-safe languages. The event gave participants the opportunity to share resources related to memory safety, discuss opportunities and barriers in the security ecosystem, and to brainstorm potential solutions to memory access vulnerabilities that exist in […]
·digital-lab-wp.consumerreports.org·
New Report: Future of Memory Safety | Digital Lab at Consumer Reports
How To Build Anti-Fragile Software Ecosystems
How To Build Anti-Fragile Software Ecosystems
Increasing the resiliency of a software ecosystem is something engineers continually strive for. Here's how we get there.
·devops.com·
How To Build Anti-Fragile Software Ecosystems
Unconventional Programming Tips: Search Better
Unconventional Programming Tips: Search Better
I wanted an easy way to see if assets on my page were cached correctly by CloudFlare. This is a simple trick I didn't find anywhere on the internet.
·kiru.io·
Unconventional Programming Tips: Search Better
Automerge 2.0 | Automerge CRDT
Automerge 2.0 | Automerge CRDT
Automerge 2.0 is here and ready for production. It’s our first supported release resulting from a ground-up rewrite. The result is a production-ready CRDT with huge improvements in performance and reliability. It's available in both JavaScript and Rust, and includes TypeScript types and C bindings for use in other ecosystems. Even better, Automerge 2.0 comes with improved documentation and, for the first time, support options for production users.
·automerge.org·
Automerge 2.0 | Automerge CRDT