System Architecture

System Architecture

8149 bookmarks
Custom sorting
Infection — Mutation Testing Framework
Infection — Mutation Testing Framework
We all know that unit tests help us to be sure that code works as we expected. And one of the metrics we can use with unit tests is a Code…
·medium.com·
Infection — Mutation Testing Framework
Kestra: a Scalable Open-Source Orchestration and Scheduling Platform
Kestra: a Scalable Open-Source Orchestration and Scheduling Platform
Kestra, a new open-source orchestration and scheduling platform, helps developers to build, run, schedule, and monitor complex pipelines. The concept of a workflow, called Flow in Kestra, is at the heart of the platform. It is a list of tasks defined with a descriptive language based on yaml.
·infoq.com·
Kestra: a Scalable Open-Source Orchestration and Scheduling Platform
Lisp machine security
Lisp machine security
A follow up to address question of my sanity
·fultonsramblings.substack.com·
Lisp machine security
AMD Chiplets: Detailed Explanation of the Patent | ITIGIC
AMD Chiplets: Detailed Explanation of the Patent | ITIGIC
A few weeks ago a patent assigned to AMD was published, it explains how their GPUs divided into several chips will work, which will be a general rule not only for them but also for the competition. Where we know that NVIDIA Hopper and Intel Xe-HP are divided into several chips. But AMD's solution is
·itigic.com·
AMD Chiplets: Detailed Explanation of the Patent | ITIGIC
Policy-as-Code or Policy-as-Data? Why Choose?
Policy-as-Code or Policy-as-Data? Why Choose?
Authorization is an age-old problem, and we’ve seen many patterns over the years that aim to provide some structure to it, including access control lists (ACL), role-based access control (RBAC), and attribute-based access control (ABAC). Every authorization solution requires a combination of code and data: the code controls access to a protected resource based on […]
·thenewstack.io·
Policy-as-Code or Policy-as-Data? Why Choose?
The Evolution to Service-Based Networking
The Evolution to Service-Based Networking
Embracing service-based networking allows companies to match the velocity of modern app delivery practices without compromising on management or security.
·thenewstack.io·
The Evolution to Service-Based Networking
The Challenge of Scaling WebSockets
The Challenge of Scaling WebSockets
Ultimately, delivering real-time capabilities using WebSockets requires additional architectural and engineering complexity, especially when done at scale.
·thenewstack.io·
The Challenge of Scaling WebSockets
Chainguard: It's All About That Base Image
Chainguard: It's All About That Base Image
Chainguard, the zero-trust security company, delves into the subject of container image security in its new whitepaper "All About That Base Image."
·thenewstack.io·
Chainguard: It's All About That Base Image
How to use httpx, a web client for Python
How to use httpx, a web client for Python
The httpx package for Python is a sophisticated web client. Once you install it, you can use it to get data from websites.
·opensource.com·
How to use httpx, a web client for Python
Book notes: Software Architecture: The Hard Parts
Book notes: Software Architecture: The Hard Parts
Book notes on "Software Architecture: The Hard Parts" by Neal Ford, Mark Richards, Pramod Sadalage and Zhamak Dehghani
·danlebrero.com·
Book notes: Software Architecture: The Hard Parts
Audian | Home
Audian | Home
Audian is a VoIP company that provides affordable, reliable, scalable hosted voice solutions for small to medium and large sized businesses.
·audian.com·
Audian | Home
Developers Should Press Cloud Providers on Sustainability
Developers Should Press Cloud Providers on Sustainability
Devs must rethink workload management and nudge cloud providers to improve SLAs on spot instances, said tech ethicist Anne Currie, at Seacon 2022 in London. #sustainability #cloudnative #AWS #GoogleCloud
·thenewstack.io·
Developers Should Press Cloud Providers on Sustainability
Lock-In in the Age of Cloud and Open Source
Lock-In in the Age of Cloud and Open Source
Bad technology choices and vendor lock-in are two distinct risks that anybody adopting technology needs to learn about, but they are not the same thing.
·thenewstack.io·
Lock-In in the Age of Cloud and Open Source
Why We’re Porting Our Database Drivers to Async Rust
Why We’re Porting Our Database Drivers to Async Rust
This Rust driver started as a humble hackathon project, but that gave us an idea: Why not unify all our drivers to use Rust underneath?
·thenewstack.io·
Why We’re Porting Our Database Drivers to Async Rust
Joys Of Apex: The Life & Death Of Software
Joys Of Apex: The Life & Death Of Software
Our team has had an insanely productive past three months. We've consistently cruised past goals, exceeded expectations, delivered new functionality, and had fun doing so. How did we do it? How can we keep the momentum going? Here's what it comes down to: teams perform well when successes are shared and failures are owned.
·jamessimone.net·
Joys Of Apex: The Life & Death Of Software
Should you prioritize infrastructure costs?
Should you prioritize infrastructure costs?
This is an exerpt from Infrastructure Engineer’s section on efficiency. Before diving into the mechanics of managing infrastructure costs, the first question to answer is whether it’s a valuable use of organizational time to make your current infrastructure spend more efficient. How you think about this will vary a bit depending on whether your company is early-stage, prioritizing growth or profitability. Early-Stage Generally speaking, very early-stage companies shouldn’t spend much time thinking about infrastructure costs.
·lethain.com·
Should you prioritize infrastructure costs?
CUE
CUE
Validate and define text-based and dynamic configuration
·cuelang.org·
CUE
How to Set Up Your Own Heroku-like Cloud (PAAS) in 10 Minutes
How to Set Up Your Own Heroku-like Cloud (PAAS) in 10 Minutes
When building new projects, it’s usually annoying to repeatedly set up stuff like web servers, databases, etc. It’s often expensive or tedious to set up and manage. That’s where open-source PAASs came in. They are free and often have an easy to use app/database deployment & web server manager.
·paulonteri.com·
How to Set Up Your Own Heroku-like Cloud (PAAS) in 10 Minutes