NextJS and Rust: Creating a Custom Webpack Loader for Native Node Modules
Introduction I needed a custom solution for loading a native node module in my nextjs project. The module was published...
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...
In this post I'll explain a setup for one of my NextJS websites on elasticbeanstalk. You probably already know about what are NextJS, Nginx and elasticbeanstalk, so I'll skip the introductory definitions....