How to implement Adsense in a React NextJs App?
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...
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.
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....
By default every elastic beanstalk application has an associated S3 bucket for storing application versions, rotated logs (enable it) and...
Content delivery network (CDN) is my recommended way of serving statics because of : 1. Separation of concerns Meat of the...
I know how to write macro, what it's useful for, but can't seem to define it...