Build multi arch docker images with Buildx and ECR
Internally my nextjs app uses a native node module built in Rust, and the awkward part is that my production...
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.
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...
That's right. I did this and forgot about it, and was wondering why my laptop freezes after running a single IntelliJ, Chrome with 20 open tabs, docker desktop with 4 running containers and maybe...