Skip to main content
← All Tags

Architecture

63 articles in this category (Page 3 of 3)

AI Newsarchitecturedevops

What happens when your cluster runs out of CPU? — The unsolved DevOps paradox

When Kubernetes clusters hit CPU limits, teams face a costly DevOps dilemma with no clear solution.

Read more
AI NewsArchitectureCloud Optimization

AWS re:Invent 2025 Unveils AI-Powered Architecture and Cloud Optimization Sessions

AWS re:Invent 2025 features sessions on AI-driven architecture, Well-Architected reviews, and cloud cost optimization strategies.

Read more
AI Newsperformancearchitecture

Ability to Create Async Commands in WebForms Core 2

WebForms Core 2 introduces async commands, improving application responsiveness by enabling non-blocking I/O operations.

Read more
AI Newssoftwaredevelopmentcoding

Fundamental Principles of Software Development: DRY, KISS, YAGNI, POLS, and CoC

Explore five core principles of software development—DRY, KISS, YAGNI, POLS, and CoC—and their trade-offs, with practical examples and code demonstrations.

Read more
AI NewsDevelopmentArchitecture & Design

AWS Launches Capabilities by Region Tool for Enhanced Service Visibility and Deployment Planning

AWS introduces 'AWS Capabilities by Region,' a tool that centralizes service availability data across regions, streamlining deployment planning and governance for developers and architects.

Read more
AI Newssecurityarchitecture

Production-Grade Azure Landing Zone: Architecture, Governance, and Automation

A comprehensive guide to designing, deploying, and governing a secure, scalable Azure Landing Zone using Infrastructure as Code, Azure Policy, and CI/CD pipelines.

Read more
AI Newsdistributedsystemsarchitecture

The Core Banking Crisis: Legacy Systems vs. Modern Financial Demands

This article explores why modern banking infrastructure struggles with performance, correctness, and regulatory demands, and outlines a path to building a high-throughput financial ledger system.

Read more
Software architecturePerformanceArchitecture

Caching, when to add it and how to avoid headaches

Best practices for caching layers, invalidation strategies, common failure modes, and practical patterns to reduce latency and backend load.

Read more
Software architectureDatabasesArchitecture

Choosing a database, practicality over purity

Practical guidance to choose the right database for your needs: relational, key-value, document, column-family, graph, and NewSQL trade-offs.

Read more
Software architectureDatabasesArchitecture

Database sharding, splitting data without losing your mind

A practical look at sharding strategies, design trade-offs, rebalancing, and operational tips for partitioning large datasets.

Read more
Software architectureSystem designArchitecture

Horizontal scaling, building systems that grow outwards

Practical guidance for scaling out by adding nodes, autoscaling flow, orchestration tips, and common pitfalls to avoid.

Read more
Software architectureArchitectureOperations

Multi-region deployment, global availability with local complexity

Guidance for running services across multiple regions: patterns for routing, data strategies, failover testing, and compliance considerations.

Read more
Software architectureSystem designArchitecture

Stateful vs Stateless, design choices that shape scalability

Compare stateful and stateless architectures, trade-offs for scaling, operational patterns, and practical techniques for managing state.

Read more
Software architectureSystem designArchitecture

Vertical scaling, when you need raw power

When to scale up a single machine, practical tuning tips for CPU, memory, and storage, and operational cautions for large-instance deployments.

Read more
AI NewsDataOptimization

Meta Open Sources OpenZL: A Universal Compression Framework for Structured Data

Meta has open-sourced OpenZL, a novel compression framework specifically designed for structured data. It leverages schema modeling to achieve superior compression ratios and faster speeds compared to general-purpose tools like Zstandard, while maintaining operational simplicity through a universal decompressor.

Read more