Category: WebDev
-
Block Editor Best Practices: WordPress Meetup Saarland
Block Editor is powerful but misunderstood. I presented a talk on Block Editor Best Practices at WordPress Meetup Saarland.
-
How to Cache POST Requests in Nginx
Caching a POST request is not advised but sometimes caching it may be a good idea. In this post, we will look at why you may want to cache POST requests and the potential problems and learn to cache POST requests in Nginx.
-
Protected Routes in Next.js
Authentication is key to your app’s success. Learn to set up Protected Routes in Next.js and restrict unauthenticated access to your pages.