How I (didn't) Keep My Open Source Libraries Up to Date
As a developer of several open source libraries using Angular, React, and Next.js, I have struggled with keeping them...
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.
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...
I'm running Adsense on a few of my React websites, and they're server side rendered with Next.js. Getting approved 1. SSR your app You'll have issues with getting approved...