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...
Hi, I'm Ana and welcome to my dev blog. I share insights and practical solutions to coding problems that I face at work or my hobby dev time. Subscribe for new articles and check out my latest tutorials on YouTube.
Don't miss out and subscribe to my newsletter, or explore other ways to follow my content.
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...