Posts
All the articles I've posted.
-
How to get a free AWS SSL certificate for your service.
Published: at 07:47 PMSecure traffic to your domain or subdomain by enabling SSL/TLS (HTTPS) when it points to an AWS Application Load Balancer (ALB).
-
How To Add Simple Download Verification for Your Users
Published: at 04:30 PMLearn how to build trust by making it easy for your users to verify the authenticity and integrity of the files they download from your site.
-
Understanding .well-known URIs
Published: at 09:30 AMLearn what .well-known URIs are, why they were introduced through RFC 8615, and explore real-world use cases like Let's Encrypt, OAuth discovery, and more.
-
JSON-RPC Uncovered
Published: at 06:30 AMA fun, concise dive into JSON-RPC, its role in remote calls, and a Node.js demo with notifications.