BYO-Login in Python: Building a Credential Proxy When the Third Party Has No OAuth

When the upstream system you depend on has no OAuth, no API keys, and no developer surface, your only path is to log in as the user. Here is how to do that without becoming a security hazard.

WireGuard Tutorial: A Practical Guide to Modern VPN Setup

Learn WireGuard from scratch - concepts, configuration, common topologies, and practical examples for setting up secure VPN tunnels between Linux machines.

Proof Of Work Demo

A demonstration of proof of work (PoW) functionality implemented in Go.

Building a multitenant backend with Python: A Guide to End-to-End Encryption.

Secure Multitenancy with Python: Building a Data Fortress with End-to-End Encryption

Store Password Securely in SQLite: Python, SQLAlchemy, and Bcrypt

Shielding User Passwords: Safeguarding SQLite Databases with Robust Encryption

Zanzibar Tutorial

Learn how to implement Zanzibar for fine-grained access control in your applications.

Whitelisting of ips in nginx config

Whitelist IPs in Nginx for enhanced security. Configure IP restrictions for domains, subdomains, URLs, and IP ranges. Protect your web applications with access control.