MAMario Alberto Arceinpowercsharp.hashnode.dev·1d ago · 6 min readOne Rule, 10+ Packages: How I Designed the PowerCSharp Package TopologyThe Problem A NuGet package is a unit of deployment and versioning. When you publish a package, you make a promise: the public API in this package is stable until the major version changes. Every pack00
SNShakiran Nannyombiinshakiran.hashnode.dev·2d ago · 7 min readREST Brain vs Procedure BrainToday we had a proper argument about architecture. Not a shouting match, the kind where everyone cares about the product, nobody is trying to “win,” and yet you still walk away feeling like you’re spe00
MAMario Alberto Arceinpowercsharp.hashnode.dev·3d ago · 6 min readIntroducing PowerCSharp: An Ecosystem Built on 20 Years of C# ArchitectureAfter spending over two decades writing C# code — from .NET Framework 1.1 all the way to .NET 8 — I’ve accumulated quite a collection of pet peeves. Why This Blog Exists I have been writing C# profes00
MWMatthew Wisdominbitsofwisdom.hashnode.dev·4d ago · 7 min readState of Affairs: Why Your Code Needs Finite State MachinesI love state machines! If you've ever written a pile of nested if/else statements just to track "what mode is this thing in right now," you've already built a finite state machine. You just didn't cal10
RLRudraksh Laddhainhashnode.rudrakshladdha.xyz·May 27 · 3 min readCore Building Blocks — 12 Fundamental Concepts (Part 3)Each concept below follows the same structure: What it is → Why it exists → When to use → When NOT to use → Trade-offs → Real examples → Diagram → Beginner mistakes. The 12 Concept are : Requirement00
SPSAI PRANEETH BHATTUinsaipraneethbhattu.hashnode.dev·May 20 · 9 min readDesigning a Secure 3‑Tier Architecture on AWSRepo and Architecture Diagram The full code and setup documentation are in the repo: github.com/Bhattu-Sai-Praneeth/3-TIER-AWS What Is a 3-Tier Architecture? Before getting into the build, it helps 00
Aarpitaiteng1998inasync-llm.hashnode.dev·May 18 · 8 min readBuilding Scalable LLM Systems Using Async and Queue-Based ArchitectureTraditional synchronous LLM workflows become slow and inefficient when handling multiple AI tasks simultaneously. This article explains:why blocking architectures failhow async/non-blocking pipelines 00
KKKishore K Sharmainblogs.kishorek.dev·May 12 · 4 min readFrom Code to Architecture: Lessons from Six Years of ShippingThe hardest thing about backend engineering isn't writing code. It's deciding what code not to write — and what discipline to add around the code you do. I've spent six and a half years building produ00
FNFarid Nouri Neshatinblog.faridnsh.ninja·Apr 23 · 7 min readCan You Use Amazon S3 as a Database (storage backend)?I wrote this piece as an answer initially in 2024 on Stackoverflow for a user wondering if they can use Wasabi(an S3 compatible service without request fees) as a key-value distributed database but al21B
EUEahtasham Ummamineahtasham.hashnode.dev·Apr 11 · 19 min readUnderstanding tempmail-checker — How It All WorksA deep-dive into the architecture, data structures, and algorithms behind tempmail-checker. Table of Contents The Problem The Naive Approach and Why It Falls Short Bloom Filters — The Core Innovat00