🏷️

architecture

15 articles tagged with "architecture"

Tech Feeds

building-ai-products

The Death of Transient Memory: Engineering a Zero-Cost B2B LLM Edge Cluster

A functional local inference node is merely a prototype. An observable, stateful inference node is enterprise infrastructure. The current standard of wrapping quantized LLMs in basic FastAPI endpoints...

ai-assisted-coding

An Analogy to Help Understand Mixture of Experts

If you're having a hard time understanding MoE strength vs dense models, and roughly where they might land when comparing them, think about this super oversimplified analogy. I'm hoping it makes sense...

dev-tooling-dx

My Django Rapid Architecture short overview

The other day, I was browsing Reddit, and found an Architecture proposal for Django projects called “Django Rapid Architecture”. It’s a small document with a few guidelines or principles. I’m fond of...

dev-tooling-dx

6,000 AWS accounts, three people, one platform: Lessons learned

This post describes why ProGlove chose a account-per-tenant approach for our serverless SaaS architecture and how it changes the operational model. It covers the challenges you need to anticipate arou...

dev-tooling-dx

Understanding n8n from a System Design Perspective

Over the past few months, while researching how to build low-cost AI-driven systems as a solo developer, I started looking at n8n not as a no-code tool, but as an architectural component. This article...

dev-tooling-dx

Manticore Search on Microsoft Azure: DX1's Story

TL;DR: - DX1 uses Manticore Search for customer and parts search with a fast typeahead UX - Chosen for open-source licensing and speed - Deployed on Azure VMs running Ubuntu, aligned with DX1’s...

open-source-drops

Announcing the AWS Digital Sovereignty Well-Architected Lens

As organizations accelerate cloud adoption, meeting digital sovereignty requirements has become essential to build trust with customers and regulators worldwide. The challenge isn’t whether to adopt t...

dev-tooling-dx

Apache Data Lakehouse Weekly: January 15–22, 2026

Get Data Lakehouse Books: Apache Iceberg: The Definitive Guide Apache Polaris: The Defintive Guide Architecting an Apache Iceberg Lakehouse The Apache Iceberg Digest: Vol. 1 Lakehouse Community: Join...

building-ai-products

Decoupling the AI Stack: How to Architect a Production-Grade Local LLM System

From /'Localhost/' to /'On-Premise/': An open-source blueprint for building a privacy-first, scalable AI infrastructure with vLLM and LiteLLM. We are currently living in the /'Golden Age/' of Local AI. Tool...

dev-tooling-dx

[AWS] 5. High Availability and Scalability, Elastic Load Balancer (ELB), Auto Scaling Groups (ASG)

Scalability & High Availability Scalability means that an application / system can handle greater loads by adapting There are two kinds of scalability: Vertical Scalability Horizontal Scalability...

building-ai-products

From Startup to Unicorn: A Blueprint for Secure Enterprise Architecture

This article presents a Modular Hybrid Architecture for secure enterprise applications, balancing speed and stability for startups. It emphasizes a Reactive Security Flow using Spring Boot, Redis, and JWT, while advocating for a multi-schema database strategy to optimize costs and maintain security.

ai-agents-tool-use

Serverless MCP: Stateless Execution for Enterprise AI Tools

In the first two posts of this series, we explored why enterprise MCP needs compositional architecture and how to design skills that abstract complexity from the AI agent. But there's a question we ha...

dev-tooling-dx

How strong fundamentals + AI helped me build a data pipeline platform in 6 months (solo)

The article outlines how a solid foundation in software engineering principles, combined with AI tools like Claude, enabled the author to rapidly develop a data pipeline platform. Key insights include the importance of Infrastructure as Code, event-driven architecture, and continuous refactoring to maintain code quality and leverage AI effectively.

Deep Dives

Books