#software-architecture — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #software-architecture, aggregated by home.social.
-
🏗️ Workshop at Workshop-Tage 2026: Architecture: Creating Architectural Fitness Functions using ArchUnit
How can you make sure that your software architecture is not only planned, but also followed over time? This is exactly what this hands-on workshop by Venkat Subramaniam on Architectural Fitness Functions with ArchUnit is all about. 🔍 In this workshop, you will learn about different fitness functions that help architects and teams assess the architectural soundness of their systems. You will then implement these rules as practical guardrails using ArchUnit and receive continuous feedback on whether your architectural expectations are being met.
📅 Tuesday, September 8,
from 🕘 9:00 AM
🌍 Workshop language: English👉 Register here: https://eventfrog.ch/de/p/wissenschaft-und-technik/architecture-creating-architectural-fitness-functions-using-7467543675305729856.html
#WorkshopTage2026 #CHOpen #OpenSource #Architecture #ArchUnit #SoftwareArchitecture
-
🏗️ Workshop at Workshop-Tage 2026: Architecture: Creating Architectural Fitness Functions using ArchUnit
How can you make sure that your software architecture is not only planned, but also followed over time? This is exactly what this hands-on workshop by Venkat Subramaniam on Architectural Fitness Functions with ArchUnit is all about. 🔍 In this workshop, you will learn about different fitness functions that help architects and teams assess the architectural soundness of their systems. You will then implement these rules as practical guardrails using ArchUnit and receive continuous feedback on whether your architectural expectations are being met.
📅 Tuesday, September 8,
from 🕘 9:00 AM
🌍 Workshop language: English👉 Register here: https://eventfrog.ch/de/p/wissenschaft-und-technik/architecture-creating-architectural-fitness-functions-using-7467543675305729856.html
#WorkshopTage2026 #CHOpen #OpenSource #Architecture #ArchUnit #SoftwareArchitecture
-
𝗪𝗵𝘆 𝗔𝗜 𝗔𝗴𝗲𝗻𝘁𝘀 𝗡𝗲𝗲𝗱 𝗚𝗼𝘃𝗲𝗿𝗻𝗮𝗻𝗰𝗲 – 𝗜𝗻𝘁𝗲𝗿𝘃𝗶𝗲𝘄 𝘄𝗶𝘁𝗵 𝗠𝗮𝗵𝗯𝗼𝘂𝗯𝗮 𝗚𝗵𝗮𝗿𝗯𝗶 & 𝗗𝗿. 𝗦ö𝗻𝗸𝗲 𝗠𝗮𝗴𝗻𝘂𝘀𝘀𝗲𝗻 🤖 In our latest interview, Mahbouba Gharbi and Dr. Sönke Magnussen, curators of the #CPSA Advanced-Level module #SWARC4AI, explain why #AIAgents cannot replace human responsibility, why guardrails alone are not enough, and how software architectures can ensure governance, security, and accountability.
Read the full interview 👉 https://t1p.de/6960m
-
𝗪𝗵𝘆 𝗔𝗜 𝗔𝗴𝗲𝗻𝘁𝘀 𝗡𝗲𝗲𝗱 𝗚𝗼𝘃𝗲𝗿𝗻𝗮𝗻𝗰𝗲 – 𝗜𝗻𝘁𝗲𝗿𝘃𝗶𝗲𝘄 𝘄𝗶𝘁𝗵 𝗠𝗮𝗵𝗯𝗼𝘂𝗯𝗮 𝗚𝗵𝗮𝗿𝗯𝗶 & 𝗗𝗿. 𝗦ö𝗻𝗸𝗲 𝗠𝗮𝗴𝗻𝘂𝘀𝘀𝗲𝗻 🤖 In our latest interview, Mahbouba Gharbi and Dr. Sönke Magnussen, curators of the #CPSA Advanced-Level module #SWARC4AI, explain why #AIAgents cannot replace human responsibility, why guardrails alone are not enough, and how software architectures can ensure governance, security, and accountability.
Read the full interview 👉 https://t1p.de/6960m
-
We just published *Cutting Your Events the Right Way*, the first part of a two-part series on event design.
It takes the same customer data, models it as one big event and as several small ones, and works out when each cut is the right call.
Read it here: https://patchlevel.dev/blog/cutting-your-events-the-right-way
#EventSourcing #DDD #PHP #SoftwareArchitecture #EventDriven #TechBlog
-
We just published *Cutting Your Events the Right Way*, the first part of a two-part series on event design.
It takes the same customer data, models it as one big event and as several small ones, and works out when each cut is the right call.
Read it here: https://patchlevel.dev/blog/cutting-your-events-the-right-way
#EventSourcing #DDD #PHP #SoftwareArchitecture #EventDriven #TechBlog
-
AI agents can recreate the old rockstar developer problem: impressive code that only one mind can explain.
The fix is shared design, local repo rules, small diffs, tests, and review that asks whether the change belongs.
https://www.the-main-thread.com/p/ai-agents-rockstar-developer-problem
-
AI agents can recreate the old rockstar developer problem: impressive code that only one mind can explain.
The fix is shared design, local repo rules, small diffs, tests, and review that asks whether the change belongs.
https://www.the-main-thread.com/p/ai-agents-rockstar-developer-problem
-
Why pure cloud fails in IoT. ☁️⚡️ Hybrid architecture is the way to go. #tech #iot #cloudcomputing #softwarearchitecture
-
Why pure cloud fails in IoT. ☁️⚡️ Hybrid architecture is the way to go. #tech #iot #cloudcomputing #softwarearchitecture
-
Been playing with different AI agent orchestration patterns. Event-driven vs scheduled polling — each has clear tradeoffs.
Event-driven: lower latency, complex state
Polling: simpler, wastes resourcesWhat's your experience? What patterns work best for multi-agent systems?
-
Been playing with different AI agent orchestration patterns. Event-driven vs scheduled polling — each has clear tradeoffs.
Event-driven: lower latency, complex state
Polling: simpler, wastes resourcesWhat's your experience? What patterns work best for multi-agent systems?
-
Agents do not need RAG or vector databases for most real world work. They need structure and semantics.
Agent Knowledge Graphs turn mixed repositories of code, docs, configs, and PDFs into a connected model that agents can reason over. This often replaces entire retrieval pipelines.
https://antaoalmada.dev/posts/Code-Agent-Knowledge-Graphs/
#AIEngineering #KnowledgeGraphs #CodingAgents #AgentWorkflows #SoftwareArchitecture #Graphify
-
Agents do not need RAG or vector databases for most real world work. They need structure and semantics.
Agent Knowledge Graphs turn mixed repositories of code, docs, configs, and PDFs into a connected model that agents can reason over. This often replaces entire retrieval pipelines.
https://antaoalmada.dev/posts/Code-Agent-Knowledge-Graphs/
#AIEngineering #KnowledgeGraphs #CodingAgents #AgentWorkflows #SoftwareArchitecture #Graphify
-
Saw an article starting with:
"If you run anything in the cloud, your teams are already using AI: ChatGPT plugins, Copilot in integrated development environments (IDEs), a LangChain proof of concept that somehow became part of a customer journey, a weekend assistant that was never meant to last but did."
Really? Has it gotten that much out of hand that people don't know anymore where they shipped some AI stuff? Or is this just BS?
-
Saw an article starting with:
"If you run anything in the cloud, your teams are already using AI: ChatGPT plugins, Copilot in integrated development environments (IDEs), a LangChain proof of concept that somehow became part of a customer journey, a weekend assistant that was never meant to last but did."
Really? Has it gotten that much out of hand that people don't know anymore where they shipped some AI stuff? Or is this just BS?
-
#AgenticAI architecture is redefining how software is designed - and it's poised to shape the industry for years to come.
This #InfoQ eMag explores the core concepts, patterns, and emerging trends driving agentic AI as it moves into the mainstream.
📥 Download your free copy here: https://bit.ly/4p0tmyv
-
#AgenticAI architecture is redefining how software is designed - and it's poised to shape the industry for years to come.
This #InfoQ eMag explores the core concepts, patterns, and emerging trends driving agentic AI as it moves into the mainstream.
📥 Download your free copy here: https://bit.ly/4p0tmyv
-
“The real problem is not whether machines think but whether men do.” – B. F. Skinner
New tools, AI included, can accelerate development, but they do not replace critical thinking. Architecture decisions, risk assessment, and system design still require human judgment. Better tools make thinking more important, not less.
💬 How do you ensure that convenience does not replace understanding?
#DevThinking #SoftwareArchitecture #CodeQuality
Photo by Eugen Str on Unsplash
-
Target built a new GenAI system to overhaul marketing campaign forecasting by retrieving and ranking similar historical campaigns.
Instead of relying on rule-based workflows, it uses embeddings, vector search, and LLM-based ranking to identify the most relevant past campaigns.
Read #InfoQ to see how the system performed 👉 https://bit.ly/4p0w8Uh
-
Target built a new GenAI system to overhaul marketing campaign forecasting by retrieving and ranking similar historical campaigns.
Instead of relying on rule-based workflows, it uses embeddings, vector search, and LLM-based ranking to identify the most relevant past campaigns.
Read #InfoQ to see how the system performed 👉 https://bit.ly/4p0w8Uh
-
Event-driven architecture promises scalability, but the real tradeoffs in Java-based real-time systems only show up in production.
Drawing on a Java/Kafka contact center platform handling 80k BHCC across 10k agents, Sagar Deepak Joshi's new #InfoQ article explores exactly where things break down:
🔹 State management & partition limits
🔹 Message deduplication
🔹 JVM tuning challenges
🔹 Cascading consumer failuresDiscover the Redis-backed patterns used to solve them and keep the system resilient.
🔗 Read now for more insights: https://bit.ly/4bmaRPb
#Java #SpringBoot #ApacheKafka #Redis #Microservices #SoftwareArchitecture
-
Event-driven architecture promises scalability, but the real tradeoffs in Java-based real-time systems only show up in production.
Drawing on a Java/Kafka contact center platform handling 80k BHCC across 10k agents, Sagar Deepak Joshi's new #InfoQ article explores exactly where things break down:
🔹 State management & partition limits
🔹 Message deduplication
🔹 JVM tuning challenges
🔹 Cascading consumer failuresDiscover the Redis-backed patterns used to solve them and keep the system resilient.
🔗 Read now for more insights: https://bit.ly/4bmaRPb
#Java #SpringBoot #ApacheKafka #Redis #Microservices #SoftwareArchitecture
-
Most issues with coding harnesses aren’t about capability—they’re about structure.
A useful framing:
• Instructions = intent (what should be done)
• Skills = capabilities (what can be done)
• Agents = orchestration (how it’s done)
• Hooks = control points (where you intervene)Keep these concerns separate, and harnesses become easier to reason about, extend, and debug. Mix them, and complexity compounds fast.
https://antaoalmada.dev/posts/The-Architecture-of-Code-Agents-Instructions-Skills-Agents-Hooks/
-
Most issues with coding harnesses aren’t about capability—they’re about structure.
A useful framing:
• Instructions = intent (what should be done)
• Skills = capabilities (what can be done)
• Agents = orchestration (how it’s done)
• Hooks = control points (where you intervene)Keep these concerns separate, and harnesses become easier to reason about, extend, and debug. Mix them, and complexity compounds fast.
https://antaoalmada.dev/posts/The-Architecture-of-Code-Agents-Instructions-Skills-Agents-Hooks/
-
Not every pattern improves a system. A design pattern applied without understanding often adds more complexity than value. The best pattern is the one that solves a real problem and disappears into the background.
Based on “Patterns Compact” by Karl Eilebrecht. #SoftwareArchitecture #DesignPatterns #Engineering
Photo by Amsterdam City Archives on Unsplash
-
Imagine inventing something, watching it become an industry standard, and then spending decades apologizing for it.
That's exactly what computing pioneer Sir Tony Hoare did in his legendary talk, "Null References: The Billion-Dollar Mistake”.
As part of the #InfoQ20 campaign, we're revisiting this classic archive video - a must-watch for every software practitioner. It's a powerful lesson in how a seemingly small design decision can shape the entire software industry for decades.
🎬 Watch the classic talk here: https://bit.ly/4aotulm
#ComputerScience #SoftwareEngineering #SoftwareArchitecture #TechHistory
-
Imagine inventing something, watching it become an industry standard, and then spending decades apologizing for it.
That's exactly what computing pioneer Sir Tony Hoare did in his legendary talk, "Null References: The Billion-Dollar Mistake”.
As part of the #InfoQ20 campaign, we're revisiting this classic archive video - a must-watch for every software practitioner. It's a powerful lesson in how a seemingly small design decision can shape the entire software industry for decades.
🎬 Watch the classic talk here: https://bit.ly/4aotulm
#ComputerScience #SoftwareEngineering #SoftwareArchitecture #TechHistory
-
🔌 Don’t migrate every dependency directly.
In ASP.NET Core migrations, ports work best when they describe application needs, not library APIs.
- Wrap SmtpClient behind IEmailSender.
- Move dictionary token storage behind IUserTokenStore.
- Swap adapters when the infrastructure is ready.#DotNet #DotNetCore #SoftwareArchitecture #ASPNET #ASPNETCore
-
🔌 Don’t migrate every dependency directly.
In ASP.NET Core migrations, ports work best when they describe application needs, not library APIs.
- Wrap SmtpClient behind IEmailSender.
- Move dictionary token storage behind IUserTokenStore.
- Swap adapters when the infrastructure is ready.#DotNet #DotNetCore #SoftwareArchitecture #ASPNET #ASPNETCore
-
Stop treating SharePoint like a playground for disposable widgets. If your code isn't modular and scalable, you’re just building technical debt. It’s time to master Library Components and build architecture that actually lasts. 🛠️ Get to work. #SPFx #SharePointDev #SoftwareArchitecture 🚀
-
Stop treating SharePoint like a playground for disposable widgets. If your code isn't modular and scalable, you’re just building technical debt. It’s time to master Library Components and build architecture that actually lasts. 🛠️ Get to work. #SPFx #SharePointDev #SoftwareArchitecture 🚀
-
Most teams ask the wrong question about AI deployment. 🤖 Instead of obsessing over SOTA benchmarks, we need to ask: what’s actually good enough for the task?
Part 1 of our series breaks down the architecture driving pragmatic choices. It’s the map for everything ahead. Don’t get lost in feature bloat.
Read the full analysis: https://post.kapualabs.com/p4tycsm7
-
Most teams ask the wrong question about AI deployment. 🤖 Instead of obsessing over SOTA benchmarks, we need to ask: what’s actually good enough for the task?
Part 1 of our series breaks down the architecture driving pragmatic choices. It’s the map for everything ahead. Don’t get lost in feature bloat.
Read the full analysis: https://post.kapualabs.com/p4tycsm7
-
“Any fool can know. The point is to understand.” – Albert Einstein
Memorizing frameworks, APIs, or design patterns is useful, but understanding the underlying principles creates lasting value. Engineers who understand trade-offs can adapt when technologies change. Knowledge ages; understanding scales.
💬 Where has understanding fundamentals helped you more than specific tools?
#DevThinking #ContinuousImprovement #SoftwareArchitecture #DevGrowth
Photo by Daria Nepriakhina on Unsplash
-
“Any fool can know. The point is to understand.” – Albert Einstein
Memorizing frameworks, APIs, or design patterns is useful, but understanding the underlying principles creates lasting value. Engineers who understand trade-offs can adapt when technologies change. Knowledge ages; understanding scales.
💬 Where has understanding fundamentals helped you more than specific tools?
#DevThinking #ContinuousImprovement #SoftwareArchitecture #DevGrowth
Photo by Daria Nepriakhina on Unsplash
-
𝐈𝐟 𝐲𝐨𝐮 𝐡𝐚𝐝 𝐭𝐨 𝐰𝐚𝐭𝐜𝐡 𝐨𝐧𝐥𝐲 𝐨𝐧𝐞 𝐬𝐨𝐟𝐭𝐰𝐚𝐫𝐞 𝐚𝐫𝐜𝐡𝐢𝐭𝐞𝐜𝐭𝐮𝐫𝐞 𝐭𝐚𝐥𝐤 𝐢𝐧 𝐲𝐨𝐮𝐫 𝐥𝐢𝐟𝐞𝐭𝐢𝐦𝐞, 𝐰𝐡𝐚𝐭 𝐰𝐨𝐮𝐥𝐝 𝐢𝐭 𝐛𝐞?
As part of #InfoQ20, we’ve been revisiting the ideas that shaped modern software architecture.
It’s no surprise that 𝐑𝐢𝐜𝐡 𝐇𝐢𝐜𝐤𝐞𝐲’𝐬 𝟐𝟎𝟏𝟏 𝐭𝐚𝐥𝐤 “𝐒𝐢𝐦𝐩𝐥𝐞 𝐌𝐚𝐝𝐞 𝐄𝐚𝐬𝐲” remains the #𝟏 𝐦𝐨𝐬𝐭-𝐰𝐚𝐭𝐜𝐡𝐞𝐝 𝐩𝐫𝐞𝐬𝐞𝐧𝐭𝐚𝐭𝐢𝐨𝐧 𝐢𝐧 𝐈𝐧𝐟𝐨𝐐 𝐡𝐢𝐬𝐭𝐨𝐫𝐲.
💡 Core idea that still resonates:
⇨ Simple is often mistaken for easy.
⇨ “Easy” means familiar or at hand.
⇨ “Simple” is the opposite of complex - i.e., intertwined or tied together.𝐒𝐢𝐦𝐩𝐥𝐞 ≠ 𝐞𝐚𝐬𝐲❗
Worth rewatching - whether you’re early in your career or making architecture decisions.
🔗 Watch now: https://bit.ly/3XQ5zFl
-
𝗶𝗦𝗔𝗤𝗕 𝗮𝗻𝗱 𝗜𝗦𝗧𝗤𝗕 𝗝𝗼𝗶𝗻 𝗙𝗼𝗿𝗰𝗲𝘀 𝘁𝗼 𝗦𝘁𝗿𝗲𝗻𝗴𝘁𝗵𝗲𝗻 𝗦𝗼𝗳𝘁𝘄𝗮𝗿𝗲 𝗘𝗻𝗴𝗶𝗻𝗲𝗲𝗿𝗶𝗻𝗴 🤝 On June 16, Dr. Guido Gryczan (#iSAQB) and Dr. Klaudia Dussa-Zieger (#ISTQB) signed a Memorandum of Understanding, marking the beginning of a closer collaboration between our organizations.
Together, we'll strengthen the connection between #SoftwareArchitecture and #SoftwareTesting by aligning certification schemes, curricula, and terminology.
Watch the short video to learn why this partnership matters: https://t1p.de/ebjdo
-
#CaseStudy: How Delivery Hero successfully retired Google Analytics and migrated to an internal user-tracking platform.
In this #InfoQ video, Alina Krasavina shares how a simple, highly scalable architecture enabled the team to handle 10× more load while capturing 97% of tracking data.
Learn about:
• Architectural decisions
• Development challenges
• Lessons learned🔗 Watch now: https://bit.ly/43W2hCN
-
A practical breakdown of 12 Laravel fixes that cut VPS memory usage from 90%+ to a stable 65–80% range. https://hackernoon.com/how-i-cut-vps-memory-usage-from-90percent-to-65percent #softwarearchitecture
-
Inside #Atlassian’s Forge Billing Architecture: a platform designed to support usage-based pricing across its cloud app development ecosystem.
It processes large-scale usage events with correct attribution, deduplication, and aggregation using a streaming pipeline, idempotent processing, and layered storage.
The result? Precise billing, near real-time visibility, and reliable reconciliation across distributed services.
🔗 Dive into the architectural breakdown: https://bit.ly/4eGoEB2
#InfoQ #SoftwareArchitecture #EventDrivenArchitecture #DistributedSystems