Flexible SSL connection is for the lazy - Move to Full Encryption on Nginx or Apache
Why should you do it? Security If you're using Cloudflare as a DNS proxy for your domain, you...
Why should you do it? Security If you're using Cloudflare as a DNS proxy for your domain, you...
As a developer of several open source libraries using Angular, React, and Next.js, I have struggled with keeping them...
Internally my nextjs app uses a native node module built in Rust, and the awkward part is that my production...
Introduction I needed a custom solution for loading a native node module in my nextjs project. The module was published...
Are you looking to develop a Chrome extension? This guide will walk you through the basics of how to develop...
Slugify is an url slug generator, and slug is a part of the URI between 2 slashes: https://www.example.com/this-is-a-slug/this_is_another_slug Usually, slugs are made from alphanumeric characters and dash. I...