Password protect your (Vercel) site with Cloudflare Workers
Use Cloudflare Workers to simply add Basic HTTP authentication to any of your websites even if they are hosted on a service like Vercel or Netlify.
- Published on
Blog
Here are my latest written articles, I hope you like them!
I write about programming and server related topics.
Use Cloudflare Workers to simply add Basic HTTP authentication to any of your websites even if they are hosted on a service like Vercel or Netlify.
With the Web Share API you can use the native sharing mechanism of the device.
The Clipboard API is a way to interact with the clipboard of the user in the browser. This API is still an early working draft, but you can already use it today!
In this article, I show you how you can setup docker and control it with docker-machine.
I recently bought the Epic React course from Kent C. Dodds. I want to share with you my thoughts and what I have learned by completing the React Hooks workshop.