Disable console logs in production in Next.js

— Believe it or not, console logging things is still the most used debugging technique by developers. No matter how many advanced tools are available for debugging, logging in to the console still has a sweet spot among developers.

Container Attributes in Laravel

— When you’re working with service classes in Laravel that you would inject into your controllers or anywhere else, you might need to pass some configuration values to them.