Posts

Showing posts from March 8, 2026

Understanding How Bank Payments Actually Work

Image
Understanding How Bank Payments Actually Work SWIFT, NPP, Clearing, Settlement and the Hidden Architecture of Modern Banking Most people think sending money through a banking app is simple. You open your banking app, enter the amount, press Send , and within seconds the money appears in the recipient’s account. But behind that simple action lies an extremely complex network of financial systems, payment rails , settlement services, and security layers . In this post, we will go through: The difference between SWIFT and NPP How modern payment systems work The meaning of clearing, settlement, and reconciliation The hidden architecture inside banks How engineers debug a failed payment Let’s start from the beginning. 1. The Different Payment Rails Banks Use Banks don’t use a single payment system. They use multiple payment rails , each designed for different purposes. ACH – Batch Payments ACH-style systems process payments in batches . These are commonly used for: Salary payments Utility ...

DDOS attacks and how companies are preventing them

Image
Understanding DDoS Attacks and How the Internet Survives Them The modern internet is an incredible engineering achievement. Every day billions of users access websites, APIs, and applications without realizing the massive infrastructure working behind the scenes to keep everything online. One of the biggest threats to online systems is the Distributed Denial of Service (DDoS) attack. Let's explore: What a DDoS attack is How attackers launch them How companies like Cloudflare, Google, and Amazon Web Services defend against them The architecture that keeps modern applications resilient What is a DDoS Attack? A DDoS (Distributed Denial of Service) attack happens when thousands or even millions of computers flood a server with traffic, overwhelming it so legitimate users cannot access the service. Think of it like this: A restaurant has 20 seats . Now imagine 10,000 fake customers rush in at the same time. Real customers can no longer enter. That is exactly what happens to a server ...