<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>software-architecture</title>
    <link rel="self" type="application/atom+xml" href="https://links.biapy.com/guest/tags/425/feed"/>
    <updated>2026-08-02T20:57:04+00:00</updated>
    <id>https://links.biapy.com/guest/tags/425/feed</id>
            <entry>
            <id>https://links.biapy.com/links/13393</id>
            <title type="text"><![CDATA[code-review-graph]]></title>
            <link rel="alternate" href="https://code-review-graph.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/13393"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Local code intelligence for MCP.

Local-first code intelligence graph for MCP and CLI. Builds a persistent map of your codebase so AI coding tools read only what matters, with benchmarked context reductions on reviews and large-repo workflows.

- [code-review-graph @ GitHub](https://github.com/tirth8205/code-review-graph).]]>
            </summary>
            <updated>2026-07-24T12:09:56+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/13312</id>
            <title type="text"><![CDATA[Graphify]]></title>
            <link rel="alternate" href="https://graphify.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/13312"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[the code knowledge graph for AI coding assistants.

Open-source and on-device. One command maps your repo into a graph your AI assistant traverses instead of grepping. Every answer traces to a path you can audit.

 AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs, papers, images, or videos into a queryable knowledge graph. App code + database schema + infrastructure in one graph. 

- [Graphify @ GitHub](https://github.com/Graphify-Labs/graphify).]]>
            </summary>
            <updated>2026-07-15T12:00:39+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/13301</id>
            <title type="text"><![CDATA[Lanshu Animated Architecture Diagram]]></title>
            <link rel="alternate" href="https://github.com/cclank/lanshu-animated-architecture-diagram" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/13301"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[lanshu-animated-architecture-diagram is a Codex skill and local renderer for creating premium black-canvas technical diagrams with hand-drawn typography, editable Excalidraw output, static PNG previews, and genuinely animated GIFs.

It is designed for article explanations, system architecture diagrams, process diagrams, and DailyDoseOfDS-style black-background technical sketches.]]>
            </summary>
            <updated>2026-07-15T08:38:35+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/13170</id>
            <title type="text"><![CDATA[Guardian Framework]]></title>
            <link rel="alternate" href="https://github.com/arman-jalili/guardian-framework" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/13170"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Architecture Enforcement Framework for AI-Assisted Development.

Guardian turns software architecture into executable constraints. Instead of relying on documentation, code reviews, and tribal knowledge to prevent architectural drift, Guardian continuously verifies that implementations conform to architectural decisions throughout development.]]>
            </summary>
            <updated>2026-07-01T12:52:16+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/13058</id>
            <title type="text"><![CDATA[Microservice Architecture]]></title>
            <link rel="alternate" href="https://microservices.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/13058"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Microservices - also known as the microservice architecture - is an architectural style that structures an application as a collection of two or more services.

Services are typically organized around business capabilities. Each service is often owned by a single, small team.

Related contents:

- [The Outbox Pattern @ Jake Worth](https://www.jakeworth.com/tils/the-outbox-pattern/).]]>
            </summary>
            <updated>2026-06-19T11:42:13+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12728</id>
            <title type="text"><![CDATA[visual-explainer]]></title>
            <link rel="alternate" href="https://github.com/nicobailon/visual-explainer" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12728"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[An agent skill that turns complex terminal output into styled HTML pages you actually want to read.

 Agent skill that generates rich HTML pages or slide decks for diagrams, diff reviews, plan audits, data tables, and project recaps.

Ask your agent to explain a system architecture, review a diff, or compare requirements against a plan. Instead of ASCII art and box-drawing tables, it generates a self-contained HTML page and opens it in your browser.]]>
            </summary>
            <updated>2026-05-14T21:10:12+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12675</id>
            <title type="text"><![CDATA[Agent Rules Books / Skills]]></title>
            <link rel="alternate" href="https://ciembor.github.io/agent-rules-books/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12675"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[AI agent rules / skills distilled from software engineering books.
Inspired by Clean Code, Refactoring, DDD, Clean Architecture and DDIA programming books. 

Markdown rule sets for coding agents. Use mini or full as focused skills when a task needs a book&amp;#039;s decision pressure, and keep nano for tiny always-on context.

 -[AI agents Rules / Skills from Programming Books @ GitHub](https://github.com/ciembor/agent-rules-books).]]>
            </summary>
            <updated>2026-05-14T08:01:15+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12576</id>
            <title type="text"><![CDATA[Architecture Diagram Generator]]></title>
            <link rel="alternate" href="https://github.com/Cocoon-AI/architecture-diagram-generator" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12576"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Generate beautiful dark-themed system architecture diagrams as standalone HTML/SVG files. Works as a Claude AI skill. 

Need an architecture diagram? Get AI to build you one.

Use Claude.ai with this special skill to generate professional architecture diagrams in seconds. Describe your system, and Claude creates a beautiful, dark-themed diagram as a standalone HTML file you can open in any browser.]]>
            </summary>
            <updated>2026-04-20T06:02:52+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12450</id>
            <title type="text"><![CDATA[Louvain]]></title>
            <link rel="alternate" href="https://github.com/DeGraciaMathieu/php-dep-louvain" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12450"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[PHP dependency community detection.

Detects class communities in a PHP dependency graph by applying the Louvain algorithm (Blondel et al., 2008).

Takes as input the JSON produced by php-dep and outputs groups of tightly coupled classes — useful for identifying cohesive modules, architecture violations, or candidates for package extraction.

Related contents:

- [Détecter des communautés dans un graphe de dépendances @ Laravel France :fr:](https://laravel-france.com/posts/detecter-des-communautes-dans-un-graphe-de-dependances).]]>
            </summary>
            <updated>2026-04-07T10:19:17+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12354</id>
            <title type="text"><![CDATA[The Incident Challenge]]></title>
            <link rel="alternate" href="https://stealthymcstealth.com/#/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12354"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Every week, something breaks. Your job is to figure out what happened, why it happened, and how to fix it fast.

Fastest correct answer wins 100$]]>
            </summary>
            <updated>2026-03-28T18:13:22+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11781</id>
            <title type="text"><![CDATA[Ship types, not docs]]></title>
            <link rel="alternate" href="https://shiptypes.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11781"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Types are the contract between services, docs are not.]]>
            </summary>
            <updated>2026-02-11T13:27:49+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11465</id>
            <title type="text"><![CDATA[Swark]]></title>
            <link rel="alternate" href="https://www.swark.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11465"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[AI-Powered Software Architect.

 Create architecture diagrams from code automatically using large language models (LLMs). 

Swark is a VS Code extension that allows creating architecture diagrams from code automatically using large language models (LLMs).
Swark is directly integrated with GitHub Copilot, and requires no authentication or API key.

- [Swark @ GitHub](https://github.com/swark-io/swark).]]>
            </summary>
            <updated>2026-01-15T06:58:04+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11347</id>
            <title type="text"><![CDATA[Software architecture tools]]></title>
            <link rel="alternate" href="https://softwarearchitecture.tools/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11347"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The best free and paid software architecture diagramming and design tools.

Related contents:

- [IAC for small business @ Miroslav Thompson](https://czmirek.github.io/posts/iac-for-small-business/).]]>
            </summary>
            <updated>2025-12-31T08:59:52+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10453</id>
            <title type="text"><![CDATA[Floating Point Math]]></title>
            <link rel="alternate" href="https://0.30000000000000004.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10453"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Your language isn’t broken, it’s doing floating point math. Computers can only natively store integers, so they need some way of representing decimal numbers. This representation is not perfectly accurate. This is why, more often than not, 0.1 + 0.2 != 0.3.

Related contents:

- [ 🧪 Pourquoi 0.1 + 0.2 != 0.3 en PHP ? Et pourquoi BCMath mérite notre attention. @ Julien Blairy&amp;#039;s  LinkedIn :fr:](https://www.linkedin.com/posts/jblairy_pourquoi-01-02-03-en-php-et-activity-7364554975995150336-lJVc/).]]>
            </summary>
            <updated>2025-09-29T15:28:31+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/253</id>
            <title type="text"><![CDATA[Elements of System Design]]></title>
            <link rel="alternate" href="https://github.com/jarulraj/periodic-table" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/253"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A Periodic Table of System Design Principles.

System design is often taught through solutions specific to particular domains, such as databases, operating systems, or computer architecture, each with its own methods and vocabulary. While this diversity is a strength, it can obscure cross-cutting principles that recur across domains. This paper proposes a preliminary taxonomy of system design principles distilled from several domains in computer systems. The goal is a shared, concise vocabulary that helps students, researchers, and practitioners reason about structure and trade-offs, compare designs across domains, and communicate choices more clearly.]]>
            </summary>
            <updated>2025-12-09T11:38:42+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1858</id>
            <title type="text"><![CDATA[PlantUML]]></title>
            <link rel="alternate" href="https://plantuml.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1858"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Open-source tool that uses simple textual descriptions to draw beautiful UML diagrams.\

 PlantUML is a highly versatile tool that facilitates the rapid and straightforward creation of a wide array of diagrams.

Utilizing a simple and intuitive language, users can effortlessly draft various types of diagrams. For a detailed exploration of the language&amp;#039;s capabilities and syntax, please refer to the PlantUML Language Reference Guide. 

- [PlantUML @ GitHub](https://github.com/plantuml/plantuml/).

Related contents:

- [Modèle C4 @ DevSecOps :fr:](https://blog.stephane-robert.info/docs/documenter/schemas/c4model/).]]>
            </summary>
            <updated>2025-08-28T21:05:57+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2528</id>
            <title type="text"><![CDATA[Patterns.dev]]></title>
            <link rel="alternate" href="https://www.patterns.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2528"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Improve how you architect webapps.

Patterns.dev is a free online resource on design, rendering, and performance patterns for building powerful web apps with vanilla JavaScript or modern frameworks.

Related contents:

- [E131: News Mai 2026, TypeScript 7 en beta, faux package TanStack et agent Cursor destructeur @ Double Slash :fr:](https://double-slash.dev/podcasts/news-mai26/).]]>
            </summary>
            <updated>2026-06-04T05:28:07+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2530</id>
            <title type="text"><![CDATA[Napkin Math]]></title>
            <link rel="alternate" href="https://github.com/sirupsen/napkin-math" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2530"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Techniques and numbers for estimating system&amp;#039;s performance from first-principles.

The goal of this project is to collect software, numbers, and techniques to quickly estimate the expected performance of systems from first-principles. For example, how quickly can you read 1 GB of memory? By composing these resources you should be able to answer interesting questions like: how much storage cost should you expect to pay for logging for an application with 100,000 RPS?

- [SREcon19 Europe/Middle East/Africa - Advanced Napkin Math: Estimating System... @ USENIX&amp;#039;s YouTube](https://www.youtube.com/watch?v=IxkSlnrRFqc).]]>
            </summary>
            <updated>2025-08-28T22:58:02+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4022</id>
            <title type="text"><![CDATA[Design Patterns Quick Reference]]></title>
            <link rel="alternate" href="http://www.mcdonaldland.info/2007/11/28/40/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4022"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[So every time I am designing something new I find myself either searching Google or opening up a gang of four (GoF) book to aid me. I searched for a bit trying to find a handy-dandy flash card showing class diagrams and purposes for the basic GoF patterns but was unable to locate a good one (for free). So I made my own.If you see any mistakes or improvements please post here and I will update the docs.]]>
            </summary>
            <updated>2025-08-29T03:06:54+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4068</id>
            <title type="text"><![CDATA[ddd-by-examples/library]]></title>
            <link rel="alternate" href="https://github.com/ddd-by-examples/library" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4068"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A comprehensive Domain-Driven Design example with problem space strategic analysis and various tactical patterns. 

This is a project of a library, driven by real business requirements. We use techniques strongly connected with Domain Driven Design, Behavior-Driven Development, Event Storming, User Story Mapping.]]>
            </summary>
            <updated>2025-08-29T03:14:57+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4099</id>
            <title type="text"><![CDATA[Awesome Software Architecture]]></title>
            <link rel="alternate" href="https://github.com/mehdihadeli/awesome-software-architecture?tab=readme-ov-file" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4099"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[🚀 A curated list of awesome articles, videos, and other resources to learn and practice software architecture, patterns, and principles.]]>
            </summary>
            <updated>2025-08-29T03:20:00+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4159</id>
            <title type="text"><![CDATA[SpinKube]]></title>
            <link rel="alternate" href="https://www.spinkube.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4159"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Hyper-efficient serverless on Kubernetes, powered by WebAssembly.

SpinKube is an open source project that streamlines developing, deploying and operating WebAssembly workloads in Kubernetes - resulting in delivering smaller, more portable applications and incredible compute performance benefits.

- [SpinKube @ GitHub](https://github.com/spinkube).
- [Scaling Sidecars to Zero in Kubernetes @ Fermyon&amp;#039;s dev.to](https://dev.to/fermyon/scaling-sidecars-to-zero-in-kubernetes-2m23).]]>
            </summary>
            <updated>2025-08-29T03:30:08+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4201</id>
            <title type="text"><![CDATA[Architectural Decision Records]]></title>
            <link rel="alternate" href="https://adr.github.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4201"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[An Architectural Decision (AD) is a justified design choice that addresses a functional or non-functional requirement that is architecturally significant.

- [Architecture decision record (ADR) @ GitHub](https://github.com/joelparkerhenderson/architecture-decision-record).
- [Pourquoi écrire des Documents de Choix d&amp;#039;Architecture ? (Architecture Decision Record)  @ Avalon Lab&amp;#039;s dev.to :fr:](https://dev.to/avalon-lab/pourquoi-ecrire-des-documents-de-choix-d-architecture-architecture-decision-record-101c).]]>
            </summary>
            <updated>2025-08-29T03:38:09+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4240</id>
            <title type="text"><![CDATA[The C4 model]]></title>
            <link rel="alternate" href="https://c4model.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4240"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The C4 model for visualising software architecture: Context, Containers, Components, and Code.

The C4 model was created as a way to help software development teams describe and communicate software architecture, both during up-front design sessions and when retrospectively documenting an existing codebase. It&amp;#039;s a way to create maps of your code, at various levels of detail, in the same way you would use something like Google Maps to zoom in and out of an area you are interested in. 

- [What is the C4 model? @ IcePanel](https://icepanel.io/blog/2024-07-18-what-is-the-c4-model).
- [Comparison - C4 model vs UML @ IcePanel](https://icepanel.io/blog/2024-07-29-comparison-c4-model-vs-UML).
- [The C4 Model for Software Architecture @ InfoQ](https://www.infoq.com/articles/C4-architecture-model/).]]>
            </summary>
            <updated>2025-08-29T03:43:12+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4613</id>
            <title type="text"><![CDATA[awesome-scalability]]></title>
            <link rel="alternate" href="https://github.com/binhnguyennus/awesome-scalability" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4613"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The Patterns of Scalable, Reliable, and Performant Large-Scale Systems.

An updated and organized reading list for illustrating the patterns of scalable, reliable, and performant large-scale systems. Concepts are explained in the articles of prominent engineers and credible references. Case studies are taken from battle-tested systems that serve millions to billions of users.]]>
            </summary>
            <updated>2025-08-29T04:46:46+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5419</id>
            <title type="text"><![CDATA[Home | nodezator.com]]></title>
            <link rel="alternate" href="https://nodezator.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5419"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Nodezator is a multi-purpose node editor for the Python programming language. It takes your functions and turns them into Python nodes, allowing you to create and execute complex node layouts and even export them back as Python code.

Nodezator enables node-based programming with Python and allows its integration with regular text-based programming in Python, by letting users export their node layouts as plain Python code. This means your workflow is never overly dependent on the app itself. We guarantee your freedom!

[Nodezator @ GitHub](https://github.com/IndiePython/nodezator).]]>
            </summary>
            <updated>2025-08-29T06:59:59+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5450</id>
            <title type="text"><![CDATA[Archi]]></title>
            <link rel="alternate" href="https://www.archimatetool.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5450"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Open Source ArchiMate Modelling.
The Open Source modelling toolkit for creating ArchiMate models and sketches.
Used by Enterprise Architects everywhere.

- [Archi @ GitHub](https://github.com/archimatetool/archi).]]>
            </summary>
            <updated>2025-08-29T07:05:00+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5495</id>
            <title type="text"><![CDATA[PHPArkitect]]></title>
            <link rel="alternate" href="https://github.com/phparkitect/arkitect" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5495"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Put your architectural rules under test!

PHPArkitect helps you to keep your PHP codebase coherent and solid, by permitting to add some architectural constraint check to your workflow. You can express the constraint that you want to enforce, in simple and readable PHP code, for example:]]>
            </summary>
            <updated>2025-08-29T07:12:59+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5496</id>
            <title type="text"><![CDATA[Laravel Arkitect]]></title>
            <link rel="alternate" href="https://github.com/smortexa/laravel-arkitect" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5496"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Test and enforce architectural rules in your Laravel applications. Keep your app&amp;#039;s architecture clean and consistent!

Laravel Arkitect lets you test and enforce your architectural rules in your Laravel applications, and it&amp;#039;s a PHPArkitect wrapper for Laravel. This package helps you to keep your app&amp;#039;s architecture clean and consistent.]]>
            </summary>
            <updated>2025-08-29T07:13:00+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5549</id>
            <title type="text"><![CDATA[Structurizr]]></title>
            <link rel="alternate" href="https://structurizr.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5549"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Structurizr builds upon &amp;quot;diagrams as code&amp;quot;, allowing you to create multiple software architecture diagrams from a single model. There are a number of tools for creating Structurizr compatible workspaces, with the Structurizr DSL being the recommended option for most teams. This Structurizr DSL example creates two diagrams, based upon a single set of elements and relationships. 

- [Structurizr CLI @ GitHub](https://github.com/structurizr/cli).
- [Structurizr documentation](https://docs.structurizr.com/).
- [Structurizr Lite @ GitHub](https://github.com/structurizr/lite).]]>
            </summary>
            <updated>2025-08-29T07:22:04+00:00</updated>
        </entry>
    </feed>
