shlogg · Early preview
Rasel Mahmud @rasel-mahmud-dev

A full stack web developer.

PostgreSQL Logical Replication Setup For HA And Scalability

Enable PostgreSQL logical replication for real-time data syncing between databases, ensuring high availability, performance & flexibility. Set up hot standby mode, publications & subscriptions for specific table replication.

API Security: Protecting Against Replay Attacks With Nonces

Protect your API from replay attacks with nonces! Learn how to generate unique tokens, validate timestamps & use Redis for efficient storage in this comprehensive guide.