System Architecture

System Architecture

8069 bookmarks
Custom sorting
Scaling Innovation: Building Ecosystems | Hazel Weakly
Scaling Innovation: Building Ecosystems | Hazel Weakly
Innovation is a tricky subject. The precise details of how to do it are not well studied, at least not under the name “innovation”. In addition, multiple...
·hazelweakly.me·
Scaling Innovation: Building Ecosystems | Hazel Weakly
What is good software architecture?
What is good software architecture?
What good architecture looks like, how to improve your skill at building it –and why Architects are not always the answer. Guest post by Matthew Hawthorne, who built large systems at Netflix & Twitter
·newsletter.pragmaticengineer.com·
What is good software architecture?
Using Git Pre-Commit Hooks - Scott's Weblog - The weblog of an IT pro focusing on cloud computing, Kubernetes, Linux, containers, and networking
Using Git Pre-Commit Hooks - Scott's Weblog - The weblog of an IT pro focusing on cloud computing, Kubernetes, Linux, containers, and networking
A while ago I wrote an article about linting Markdown files with markdownlint. In that article, I presented the use case of linting the Markdown source files for this site. While manually running linting checks is fine—there are times and situations when this is appropriate and necessary—this is the sort of task that is ideally suited for a Git pre-commit hook. In this post, I’ll discuss Git pre-commit hooks in the context of using them to run linting checks.
·blog.scottlowe.org·
Using Git Pre-Commit Hooks - Scott's Weblog - The weblog of an IT pro focusing on cloud computing, Kubernetes, Linux, containers, and networking
General purpose agentic loop in 40 lines of Python
General purpose agentic loop in 40 lines of Python
Drop in any well-typed Python function; the loop builds the tool schema and wiring for you. How I build dumb demos and experiments.
·softwaredoug.com·
General purpose agentic loop in 40 lines of Python
Your data model is your destiny
Your data model is your destiny
Your product's core abstractions determine whether new features compound into a moat or just add to a feature list. Here's how to get it right.
·notes.mtb.xyz·
Your data model is your destiny
Modern API Design: Balancing Speed, Maintainability, and Developer Experience
Modern API Design: Balancing Speed, Maintainability, and Developer Experience
A deep dive into best practices for designing APIs today, including async patterns, structured code, deployment strategies, and performance tradeoffs—plus a subtle nod to FastAPI for rapid development.
·fastlaunchapi.dev·
Modern API Design: Balancing Speed, Maintainability, and Developer Experience
pgEdge
pgEdge
Fully distributed PostgreSQL
·pgedge.com·
pgEdge
introducing tangled
introducing tangled
a git collaboration platform, built on atproto
·blog.tangled.org·
introducing tangled
Explainer: inodes and inode numbers
Explainer: inodes and inode numbers
How APFS is the first Mac native file system to have true inodes and inode numbers. What they are, and how you can use them in volume groups and different types of file link.
·eclecticlight.co·
Explainer: inodes and inode numbers
Lean Programming Language
Lean Programming Language
Lean is an open-source programming language and proof assistant that enables correct, maintainable, and formally verified code.
·lean-lang.org·
Lean Programming Language
Exploring the Agentic Commerce Protocol (ACP)
Exploring the Agentic Commerce Protocol (ACP)
Explore how the Agentic Commerce Protocol (ACP) lets AI agents shop on your behalf, from product discovery to secure checkout, using shared payment tokens and merchant integrations. This post breaks down the workflow, key components of AI-driven e-commerce.
·cefboud.com·
Exploring the Agentic Commerce Protocol (ACP)
Diff Algorithms - flo.znkr.io
Diff Algorithms - flo.znkr.io
How I overcame copying and modifying my own diff library from project to project by diving too deep into diff algorithms and coming out at the other end with new diff library in my hand.
·flo.znkr.io·
Diff Algorithms - flo.znkr.io