Skip to main content

4 posts tagged with "Security"

View All Tags

How Banks Fight Fraud

Rules, Models, and the Tradeoffs Between Them

· 4 min read

The more I learn about fraud, the more I realize how much of banking is shaped by the people trying to exploit it. Fraud isn't a side problem. It influences how accounts are opened, how transactions are monitored, how clients are verified, and how much friction everyone tolerates along the way.

How Banks Fight Fraud

API Security and Best Practices

Status Codes, Authentication, and Design Patterns

· 4 min read

In the previous posts, I covered what REST is and how resources and methods work. Now let's look at what makes an API robust: status codes that communicate clearly, security that protects your data, and design patterns that keep things maintainable. These are the things I wish I'd understood better when I started building APIs.

API Security and Best Practices